allowWebGL         73 Source/core/html/canvas/WebGLRenderingContext.cpp     if (!frame->loader().client()->allowWebGL(settings && settings->webGLEnabled())) {
allowWebGL       5369 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!frame->loader().client()->allowWebGL(settings && settings->webGLEnabled()))
allowWebGL        213 Source/core/loader/FrameLoaderClient.h         virtual bool allowWebGL(bool enabledPerSettings) { return enabledPerSettings; }
allowWebGL        766 Source/web/FrameLoaderClientImpl.cpp         return m_webFrame->client()->allowWebGL(m_webFrame, enabledPerSettings);
allowWebGL        150 Source/web/FrameLoaderClientImpl.h     virtual bool allowWebGL(bool enabledPerSettings) OVERRIDE;
allowWebGL        421 public/web/WebFrameClient.h     virtual bool allowWebGL(WebLocalFrame*, bool defaultValue) { return defaultValue; }