ScopedAllowGL      50 android_webview/browser/hardware_renderer.cc   internal::ScopedAllowGL allow_gl;
ScopedAllowGL      65 android_webview/browser/hardware_renderer.cc   internal::ScopedAllowGL allow_gl;
ScopedAllowGL      89 android_webview/browser/hardware_renderer.cc   internal::ScopedAllowGL allow_gl;
ScopedAllowGL     170 android_webview/browser/hardware_renderer.cc   internal::ScopedAllowGL allow_gl;
ScopedAllowGL     200 android_webview/browser/hardware_renderer.cc bool ScopedAllowGL::allow_gl = false;
ScopedAllowGL     203 android_webview/browser/hardware_renderer.cc bool ScopedAllowGL::IsAllowed() {
ScopedAllowGL     207 android_webview/browser/hardware_renderer.cc ScopedAllowGL::ScopedAllowGL() {
ScopedAllowGL     216 android_webview/browser/hardware_renderer.cc ScopedAllowGL::~ScopedAllowGL() { allow_gl = false; }
ScopedAllowGL     242 android_webview/browser/hardware_renderer.cc   if (ScopedAllowGL::IsAllowed()) {
ScopedAllowGL      56 android_webview/browser/hardware_renderer.h class ScopedAllowGL {
ScopedAllowGL      58 android_webview/browser/hardware_renderer.h   ScopedAllowGL();
ScopedAllowGL      59 android_webview/browser/hardware_renderer.h   ~ScopedAllowGL();
ScopedAllowGL      66 android_webview/browser/hardware_renderer.h   DISALLOW_COPY_AND_ASSIGN(ScopedAllowGL);