Searched refs:allowWebGL (Results 1 – 8 of 8) sorted by relevance
76 if (!frame->loader().client()->allowWebGL(settings && settings->webGLEnabled())) { in create()
5525 if (!frame->loader().client()->allowWebGL(settings && settings->webGLEnabled())) in maybeRestoreContext()
198 virtual bool allowWebGL(bool enabledPerSettings) { return enabledPerSettings; } in allowWebGL() function
156 virtual bool allowWebGL(bool enabledPerSettings) OVERRIDE;
777 bool FrameLoaderClientImpl::allowWebGL(bool enabledPerSettings) in allowWebGL() function in blink::FrameLoaderClientImpl780 return m_webFrame->client()->allowWebGL(m_webFrame, enabledPerSettings); in allowWebGL()
545 virtual bool allowWebGL(WebLocalFrame*, bool defaultValue) { return defaultValue; } in allowWebGL() function
440 virtual bool allowWebGL(blink::WebLocalFrame* frame, bool default_value);
3148 bool RenderFrameImpl::allowWebGL(blink::WebLocalFrame* frame, in allowWebGL() function in content::RenderFrameImpl