Searched defs:allowWebGL (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoaderClient.h198 virtual bool allowWebGL(bool enabledPerSettings) { return enabledPerSettings; } function in class:blink::FrameLoaderClient
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.cpp777 bool FrameLoaderClientImpl::allowWebGL(bool enabledPerSettings) function in class:blink::FrameLoaderClientImpl
780 return m_webFrame->client()->allowWebGL(m_webFrame, enabledPerSettings);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h545 virtual bool allowWebGL(WebLocalFrame*, bool defaultValue) { return defaultValue; } function in class:blink::WebFrameClient
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc3148 bool RenderFrameImpl::allowWebGL(blink::WebLocalFrame* frame, function in class:content::RenderFrameImpl

Completed in 1538 milliseconds