Searched refs:webkit_platform_support_ (Results 1 – 13 of 13) sorted by relevance
67 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
597 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 …]
198 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
97 webkit_platform_support_.reset(new BlinkPlatformImpl); in Init()98 blink::initialize(webkit_platform_support_.get()); in Init()
61 scoped_ptr<BlinkPlatformImpl> webkit_platform_support_; variable
97 webkit_platform_support_.reset(new BlinkPlatformImpl); in PluginThread()98 blink::initialize(webkit_platform_support_.get()); in PluginThread()
55 scoped_ptr<BlinkPlatformImpl> webkit_platform_support_; variable
54 webkit_platform_support_;150 RendererWebKitPlatformSupportImplNoSandbox webkit_platform_support_; variable
70 webkit_platform_support_.reset( in RendererWebKitPlatformSupportImplNoSandbox()80 return webkit_platform_support_.get(); in Get()170 blink::initialize(webkit_platform_support_.Get()); in SetUp()
446 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()
79 scoped_ptr<BlinkPlatformImpl> webkit_platform_support_; variable
114 webkit_platform_support_.reset(new PpapiWebKitPlatformSupportImpl); in PpapiThread()115 blink::initialize(webkit_platform_support_.get()); in PpapiThread()133 webkit_platform_support_->Shutdown(); in Shutdown()
153 scoped_ptr<PpapiWebKitPlatformSupportImpl> webkit_platform_support_; variable