/external/chromium_org/content/child/ |
D | webkitplatformsupport_impl.cc | 14 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()
|
D | webkitplatformsupport_impl.h | 17 class CONTENT_EXPORT WebKitPlatformSupportImpl 22 WebKitPlatformSupportImpl(); in NON_EXPORTED_BASE() 23 virtual ~WebKitPlatformSupportImpl(); in NON_EXPORTED_BASE()
|
/external/chromium_org/webkit/child/ |
D | webkitplatformsupport_impl.cc | 376 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 …]
|
D | websocketstreamhandle_impl.h | 14 class WebKitPlatformSupportImpl; variable 20 explicit WebSocketStreamHandleImpl(WebKitPlatformSupportImpl* platform); 33 WebKitPlatformSupportImpl* platform_;
|
D | weburlloader_impl.h | 14 class WebKitPlatformSupportImpl; variable 19 explicit WebURLLoaderImpl(WebKitPlatformSupportImpl* platform); 45 WebKitPlatformSupportImpl* platform_;
|
D | webkitplatformsupport_impl.h | 31 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()
|
D | websocketstreamhandle_impl.cc | 45 void Connect(const WebURL& url, WebKitPlatformSupportImpl* platform); 86 WebKitPlatformSupportImpl* platform) { in Connect() 166 WebKitPlatformSupportImpl* platform) in WebSocketStreamHandleImpl()
|
D | webkitplatformsupport_child_impl.h | 28 public WebKitPlatformSupportImpl {
|
D | weburlloader_impl.cc | 230 WebKitPlatformSupportImpl* platform); 306 WebKitPlatformSupportImpl* platform) { in Start() 676 WebURLLoaderImpl::WebURLLoaderImpl(WebKitPlatformSupportImpl* platform) in WebURLLoaderImpl()
|
/external/chromium_org/content/utility/ |
D | utility_thread_impl.h | 22 class WebKitPlatformSupportImpl; variable 61 scoped_ptr<WebKitPlatformSupportImpl> webkit_platform_support_;
|
D | utility_thread_impl.cc | 94 webkit_platform_support_.reset(new WebKitPlatformSupportImpl); in Init()
|
/external/chromium_org/content/test/ |
D | test_webkit_platform_support.cc | 137 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/ |
D | webkit_glue_unittest.cc | 16 : public webkit_glue::WebKitPlatformSupportImpl { 45 return webkit_glue::WebKitPlatformSupportImpl:: in monotonicallyIncreasingTime()
|
/external/chromium_org/content/ppapi_plugin/ |
D | ppapi_webkitplatformsupport_impl.h | 14 class PpapiWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl {
|
/external/chromium_org/content/worker/ |
D | worker_webkitplatformsupport_impl.h | 31 class WorkerWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl,
|
/external/chromium_org/content/renderer/ |
D | renderer_webkitplatformsupport_impl.h | 48 : public WebKitPlatformSupportImpl {
|
D | renderer_webkitplatformsupport_impl.cc | 277 return WebKitPlatformSupportImpl::themeEngine(); in themeEngine() 865 return WebKitPlatformSupportImpl::userAgent(url); in userAgent()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_sandbox_host_linux.cc | 651 scoped_ptr<WebKitPlatformSupportImpl> webkit_platform_support_; 664 webkit_platform_support_.reset(new WebKitPlatformSupportImpl); in EnsureWebKitInitialized()
|