OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebKitPlatformSupportImpl
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/content/child/
webkitplatformsupport_impl.cc
14
WebKitPlatformSupportImpl
::
WebKitPlatformSupportImpl
() {
17
WebKitPlatformSupportImpl
::~
WebKitPlatformSupportImpl
() {
20
base::string16
WebKitPlatformSupportImpl
::GetLocalizedString(int message_id) {
24
base::StringPiece
WebKitPlatformSupportImpl
::GetDataResource(
31
WebKitPlatformSupportImpl
::CreateResourceLoader(
37
WebKitPlatformSupportImpl
::CreateWebSocketStreamBridge(
45
blink::WebSocketHandle*
WebKitPlatformSupportImpl
::createWebSocketHandle() {
webkitplatformsupport_impl.h
15
// This is a specialization of
WebKitPlatformSupportImpl
that implements the
17
class CONTENT_EXPORT
WebKitPlatformSupportImpl
22
WebKitPlatformSupportImpl
();
23
virtual ~
WebKitPlatformSupportImpl
();
/external/chromium_org/webkit/child/
websocketstreamhandle_impl.h
14
class
WebKitPlatformSupportImpl
;
20
explicit WebSocketStreamHandleImpl(
WebKitPlatformSupportImpl
* platform);
33
WebKitPlatformSupportImpl
* platform_;
weburlloader_impl.h
14
class
WebKitPlatformSupportImpl
;
19
explicit WebURLLoaderImpl(
WebKitPlatformSupportImpl
* platform);
45
WebKitPlatformSupportImpl
* platform_;
webkitplatformsupport_impl.cc
376
WebKitPlatformSupportImpl
::
WebKitPlatformSupportImpl
()
383
WebKitPlatformSupportImpl
::~
WebKitPlatformSupportImpl
() {
386
WebURLLoader*
WebKitPlatformSupportImpl
::createURLLoader() {
390
WebSocketStreamHandle*
WebKitPlatformSupportImpl
::createSocketStreamHandle() {
394
WebString
WebKitPlatformSupportImpl
::userAgent(const WebURL& url) {
398
WebData
WebKitPlatformSupportImpl
::parseDataURL(
412
WebURLError
WebKitPlatformSupportImpl
::cancelledError(
417
void
WebKitPlatformSupportImpl
::decrementStatsCounter(const char* name)
[
all
...]
webkitplatformsupport_child_impl.h
28
public
WebKitPlatformSupportImpl
{
webkitplatformsupport_impl.h
31
class WEBKIT_CHILD_EXPORT
WebKitPlatformSupportImpl
:
34
WebKitPlatformSupportImpl
();
35
virtual ~
WebKitPlatformSupportImpl
();
147
base::OneShotTimer<
WebKitPlatformSupportImpl
> shared_timer_;
websocketstreamhandle_impl.cc
45
void Connect(const WebURL& url,
WebKitPlatformSupportImpl
* platform);
86
WebKitPlatformSupportImpl
* platform) {
166
WebKitPlatformSupportImpl
* platform)
weburlloader_impl.cc
230
WebKitPlatformSupportImpl
* platform);
306
WebKitPlatformSupportImpl
* platform) {
676
WebURLLoaderImpl::WebURLLoaderImpl(
WebKitPlatformSupportImpl
* platform)
/external/chromium_org/content/utility/
utility_thread_impl.h
22
class
WebKitPlatformSupportImpl
;
61
scoped_ptr<
WebKitPlatformSupportImpl
> webkit_platform_support_;
utility_thread_impl.cc
94
webkit_platform_support_.reset(new
WebKitPlatformSupportImpl
);
/external/chromium_org/webkit/glue/
webkit_glue_unittest.cc
14
// Derives
WebKitPlatformSupportImpl
for testing shared timers.
16
: public webkit_glue::
WebKitPlatformSupportImpl
{
21
//
WebKitPlatformSupportImpl
implementation
45
return webkit_glue::
WebKitPlatformSupportImpl
::
/external/chromium_org/content/test/
test_webkit_platform_support.cc
137
webkit_glue::
WebKitPlatformSupportImpl
::createURLLoader());
157
return webkit_glue::
WebKitPlatformSupportImpl
::loadResource(name);
183
return
WebKitPlatformSupportImpl
::queryLocalizedString(name);
194
return
WebKitPlatformSupportImpl
::queryLocalizedString(name, value);
205
return
WebKitPlatformSupportImpl
::queryLocalizedString(name, value1, value2);
/external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.h
14
class PpapiWebKitPlatformSupportImpl : public
WebKitPlatformSupportImpl
{
/external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.h
31
class WorkerWebKitPlatformSupportImpl : public
WebKitPlatformSupportImpl
,
/external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h
48
: public
WebKitPlatformSupportImpl
{
renderer_webkitplatformsupport_impl.cc
277
return
WebKitPlatformSupportImpl
::themeEngine();
865
return
WebKitPlatformSupportImpl
::userAgent(url);
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc
651
scoped_ptr<
WebKitPlatformSupportImpl
> webkit_platform_support_;
664
webkit_platform_support_.reset(new
WebKitPlatformSupportImpl
);
Completed in 123 milliseconds