Home
last modified time | relevance | path

Searched refs:WebKitPlatformSupportImpl (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/content/child/
Dwebkitplatformsupport_impl.cc14 WebKitPlatformSupportImpl::WebKitPlatformSupportImpl() { in WebKitPlatformSupportImpl() function in content::WebKitPlatformSupportImpl
17 WebKitPlatformSupportImpl::~WebKitPlatformSupportImpl() { in ~WebKitPlatformSupportImpl()
20 base::string16 WebKitPlatformSupportImpl::GetLocalizedString(int message_id) { in GetLocalizedString()
24 base::StringPiece WebKitPlatformSupportImpl::GetDataResource( in GetDataResource()
31 WebKitPlatformSupportImpl::CreateResourceLoader( in CreateResourceLoader()
37 WebKitPlatformSupportImpl::CreateWebSocketStreamBridge( in CreateWebSocketStreamBridge()
45 blink::WebSocketHandle* WebKitPlatformSupportImpl::createWebSocketHandle() { in createWebSocketHandle()
Dwebkitplatformsupport_impl.h17 class CONTENT_EXPORT WebKitPlatformSupportImpl
22 WebKitPlatformSupportImpl(); in NON_EXPORTED_BASE()
23 virtual ~WebKitPlatformSupportImpl(); in NON_EXPORTED_BASE()
/external/chromium_org/webkit/child/
Dwebkitplatformsupport_impl.cc376 WebKitPlatformSupportImpl::WebKitPlatformSupportImpl() in WebKitPlatformSupportImpl() function in webkit_glue::WebKitPlatformSupportImpl
383 WebKitPlatformSupportImpl::~WebKitPlatformSupportImpl() { in ~WebKitPlatformSupportImpl()
386 WebURLLoader* WebKitPlatformSupportImpl::createURLLoader() { in createURLLoader()
390 WebSocketStreamHandle* WebKitPlatformSupportImpl::createSocketStreamHandle() { in createSocketStreamHandle()
394 WebString WebKitPlatformSupportImpl::userAgent(const WebURL& url) { in userAgent()
398 WebData WebKitPlatformSupportImpl::parseDataURL( in parseDataURL()
412 WebURLError WebKitPlatformSupportImpl::cancelledError( in cancelledError()
417 void WebKitPlatformSupportImpl::decrementStatsCounter(const char* name) { in decrementStatsCounter()
421 void WebKitPlatformSupportImpl::incrementStatsCounter(const char* name) { in incrementStatsCounter()
425 void WebKitPlatformSupportImpl::histogramCustomCounts( in histogramCustomCounts()
[all …]
Dwebsocketstreamhandle_impl.h14 class WebKitPlatformSupportImpl; variable
20 explicit WebSocketStreamHandleImpl(WebKitPlatformSupportImpl* platform);
33 WebKitPlatformSupportImpl* platform_;
Dweburlloader_impl.h14 class WebKitPlatformSupportImpl; variable
19 explicit WebURLLoaderImpl(WebKitPlatformSupportImpl* platform);
45 WebKitPlatformSupportImpl* platform_;
Dwebkitplatformsupport_impl.h31 class WEBKIT_CHILD_EXPORT WebKitPlatformSupportImpl :
34 WebKitPlatformSupportImpl(); in NON_EXPORTED_BASE()
35 virtual ~WebKitPlatformSupportImpl(); in NON_EXPORTED_BASE()
147 base::OneShotTimer<WebKitPlatformSupportImpl> shared_timer_; in NON_EXPORTED_BASE()
Dwebsocketstreamhandle_impl.cc45 void Connect(const WebURL& url, WebKitPlatformSupportImpl* platform);
86 WebKitPlatformSupportImpl* platform) { in Connect()
166 WebKitPlatformSupportImpl* platform) in WebSocketStreamHandleImpl()
Dwebkitplatformsupport_child_impl.h28 public WebKitPlatformSupportImpl {
Dweburlloader_impl.cc230 WebKitPlatformSupportImpl* platform);
306 WebKitPlatformSupportImpl* platform) { in Start()
676 WebURLLoaderImpl::WebURLLoaderImpl(WebKitPlatformSupportImpl* platform) in WebURLLoaderImpl()
/external/chromium_org/content/utility/
Dutility_thread_impl.h22 class WebKitPlatformSupportImpl; variable
61 scoped_ptr<WebKitPlatformSupportImpl> webkit_platform_support_;
Dutility_thread_impl.cc94 webkit_platform_support_.reset(new WebKitPlatformSupportImpl); in Init()
/external/chromium_org/content/test/
Dtest_webkit_platform_support.cc137 webkit_glue::WebKitPlatformSupportImpl::createURLLoader()); in createURLLoader()
157 return webkit_glue::WebKitPlatformSupportImpl::loadResource(name); in loadResource()
183 return WebKitPlatformSupportImpl::queryLocalizedString(name); in queryLocalizedString()
194 return WebKitPlatformSupportImpl::queryLocalizedString(name, value); in queryLocalizedString()
205 return WebKitPlatformSupportImpl::queryLocalizedString(name, value1, value2); in queryLocalizedString()
/external/chromium_org/webkit/glue/
Dwebkit_glue_unittest.cc16 : public webkit_glue::WebKitPlatformSupportImpl {
45 return webkit_glue::WebKitPlatformSupportImpl:: in monotonicallyIncreasingTime()
/external/chromium_org/content/ppapi_plugin/
Dppapi_webkitplatformsupport_impl.h14 class PpapiWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl {
/external/chromium_org/content/worker/
Dworker_webkitplatformsupport_impl.h31 class WorkerWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl,
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h48 : public WebKitPlatformSupportImpl {
Drenderer_webkitplatformsupport_impl.cc277 return WebKitPlatformSupportImpl::themeEngine(); in themeEngine()
865 return WebKitPlatformSupportImpl::userAgent(url); in userAgent()
/external/chromium_org/content/browser/renderer_host/
Drender_sandbox_host_linux.cc651 scoped_ptr<WebKitPlatformSupportImpl> webkit_platform_support_;
664 webkit_platform_support_.reset(new WebKitPlatformSupportImpl); in EnsureWebKitInitialized()