Home
last modified time | relevance | path

Searched refs:webkit_platform_support_ (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/content/test/
Dblink_test_environment.cc67 webkit_platform_support_.reset(new TestWebKitPlatformSupport); in TestEnvironment()
75 return webkit_platform_support_.get(); in webkit_platform_support()
80 scoped_ptr<TestWebKitPlatformSupport> webkit_platform_support_; member in content::__anon1e7df5920111::TestEnvironment
/external/chromium_org/content/renderer/
Drender_thread_impl.cc597 if (webkit_platform_support_) { in Shutdown()
602 webkit_platform_support_->web_database_observer_impl()-> in Shutdown()
660 if (webkit_platform_support_) in Shutdown()
701 webkit_platform_support_->SuspendSharedTimer(); in Send()
730 webkit_platform_support_->ResumeSharedTimer(); in Send()
837 if (webkit_platform_support_) in EnsureWebKitInitialized()
840 webkit_platform_support_.reset(new RendererWebKitPlatformSupportImpl); in EnsureWebKitInitialized()
841 blink::initialize(webkit_platform_support_.get()); in EnsureWebKitInitialized()
1472 webkit_platform_support_->set_plugin_refresh_allowed(false); in OnPurgePluginListCache()
1474 webkit_platform_support_->set_plugin_refresh_allowed(true); in OnPurgePluginListCache()
[all …]
Drender_thread_impl.h198 DCHECK(webkit_platform_support_); in webkit_platform_support()
199 return webkit_platform_support_.get(); in webkit_platform_support()
461 scoped_ptr<RendererWebKitPlatformSupportImpl> webkit_platform_support_; variable
/external/chromium_org/content/utility/
Dutility_thread_impl.cc97 webkit_platform_support_.reset(new BlinkPlatformImpl); in Init()
98 blink::initialize(webkit_platform_support_.get()); in Init()
Dutility_thread_impl.h61 scoped_ptr<BlinkPlatformImpl> webkit_platform_support_; variable
/external/chromium_org/content/plugin/
Dplugin_thread.cc97 webkit_platform_support_.reset(new BlinkPlatformImpl); in PluginThread()
98 blink::initialize(webkit_platform_support_.get()); in PluginThread()
Dplugin_thread.h55 scoped_ptr<BlinkPlatformImpl> webkit_platform_support_; variable
/external/chromium_org/content/public/test/
Drender_view_test.h54 webkit_platform_support_;
150 RendererWebKitPlatformSupportImplNoSandbox webkit_platform_support_; variable
Drender_view_test.cc70 webkit_platform_support_.reset( in RendererWebKitPlatformSupportImplNoSandbox()
80 return webkit_platform_support_.get(); in Get()
170 blink::initialize(webkit_platform_support_.Get()); in SetUp()
/external/chromium_org/content/browser/renderer_host/
Dsandbox_ipc_linux.cc446 if (webkit_platform_support_) in ~SandboxIPCHandler()
456 if (webkit_platform_support_) in EnsureWebKitInitialized()
458 webkit_platform_support_.reset(new BlinkPlatformImpl); in EnsureWebKitInitialized()
459 blink::initializeWithoutV8(webkit_platform_support_.get()); in EnsureWebKitInitialized()
Dsandbox_ipc_linux.h79 scoped_ptr<BlinkPlatformImpl> webkit_platform_support_; variable
/external/chromium_org/content/ppapi_plugin/
Dppapi_thread.cc114 webkit_platform_support_.reset(new PpapiWebKitPlatformSupportImpl); in PpapiThread()
115 blink::initialize(webkit_platform_support_.get()); in PpapiThread()
133 webkit_platform_support_->Shutdown(); in Shutdown()
Dppapi_thread.h153 scoped_ptr<PpapiWebKitPlatformSupportImpl> webkit_platform_support_; variable