OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RendererPpapiHostImpl
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/content/renderer/pepper/
renderer_ppapi_host_impl.cc
36
return
RendererPpapiHostImpl
::GetForPPInstance(instance);
40
RendererPpapiHostImpl
::
RendererPpapiHostImpl
(
56
RendererPpapiHostImpl
::
RendererPpapiHostImpl
(
70
RendererPpapiHostImpl
::~
RendererPpapiHostImpl
() {
78
RendererPpapiHostImpl
*
RendererPpapiHostImpl
::CreateOnModuleForOutOfProcess(
83
RendererPpapiHostImpl
* result = new RendererPpapiHostImpl
[
all
...]
url_response_info_util.h
17
class
RendererPpapiHostImpl
;
25
void DataFromWebURLResponse(
RendererPpapiHostImpl
* host_impl,
content_renderer_pepper_host_factory.h
18
class
RendererPpapiHostImpl
;
24
RendererPpapiHostImpl
* host);
37
RendererPpapiHostImpl
* host_;
pepper_in_process_router.h
20
class
RendererPpapiHostImpl
;
55
PepperInProcessRouter(
RendererPpapiHostImpl
* host_impl);
78
RendererPpapiHostImpl
* host_impl_;
renderer_ppapi_host_impl.h
37
class
RendererPpapiHostImpl
: public RendererPpapiHost {
39
virtual ~
RendererPpapiHostImpl
();
47
static
RendererPpapiHostImpl
* CreateOnModuleForOutOfProcess(
51
static
RendererPpapiHostImpl
* CreateOnModuleForInProcess(
55
// Returns the
RendererPpapiHostImpl
associated with the given PP_Instance,
57
static
RendererPpapiHostImpl
* GetForPPInstance(PP_Instance pp_instance);
105
RendererPpapiHostImpl
(PluginModule* module,
108
RendererPpapiHostImpl
(PluginModule* module,
133
DISALLOW_COPY_AND_ASSIGN(
RendererPpapiHostImpl
);
host_dispatcher_wrapper.cc
72
RendererPpapiHostImpl
* host =
73
RendererPpapiHostImpl
::GetForPPInstance(instance);
96
RendererPpapiHostImpl
* host =
97
RendererPpapiHostImpl
::GetForPPInstance(instance);
pepper_audio_input_host.h
23
class
RendererPpapiHostImpl
;
27
PepperAudioInputHost(
RendererPpapiHostImpl
* host,
65
RendererPpapiHostImpl
* renderer_ppapi_host_;
pepper_in_process_resource_creation.h
15
class
RendererPpapiHostImpl
;
39
PepperInProcessResourceCreation(
RendererPpapiHostImpl
* host_impl,
75
RendererPpapiHostImpl
* host_impl_;
plugin_module.h
52
class
RendererPpapiHostImpl
;
80
void SetRendererPpapiHost(scoped_ptr<
RendererPpapiHostImpl
> host);
129
RendererPpapiHostImpl
* renderer_ppapi_host() {
191
RendererPpapiHostImpl
* CreateOutOfProcessModule(
227
scoped_ptr<
RendererPpapiHostImpl
> renderer_ppapi_host_;
pepper_video_capture_host.h
21
class
RendererPpapiHostImpl
;
27
PepperVideoCaptureHost(
RendererPpapiHostImpl
* host,
89
RendererPpapiHostImpl
* renderer_ppapi_host_;
pepper_url_loader_host.h
26
class
RendererPpapiHostImpl
;
34
PepperURLLoaderHost(
RendererPpapiHostImpl
* host,
113
RendererPpapiHostImpl
* renderer_ppapi_host_;
plugin_module.cc
396
RendererPpapiHostImpl
* host_impl =
397
RendererPpapiHostImpl
::CreateOnModuleForInProcess(module, perms);
465
scoped_ptr<
RendererPpapiHostImpl
> host) {
631
RendererPpapiHostImpl
* PluginModule::CreateOutOfProcessModule(
654
RendererPpapiHostImpl
* host_impl =
655
RendererPpapiHostImpl
::CreateOnModuleForOutOfProcess(
pepper_in_process_resource_creation.cc
44
RendererPpapiHostImpl
* host_impl,
url_response_info_util.cc
73
void DataFromWebURLResponse(
RendererPpapiHostImpl
* host_impl,
content_renderer_pepper_host_factory.cc
62
RendererPpapiHostImpl
* host)
pepper_audio_input_host.cc
43
RendererPpapiHostImpl
* host,
pepper_in_process_router.cc
38
RendererPpapiHostImpl
* host_impl)
pepper_url_loader_host.cc
46
PepperURLLoaderHost::PepperURLLoaderHost(
RendererPpapiHostImpl
* host,
pepper_video_capture_host.cc
35
PepperVideoCaptureHost::PepperVideoCaptureHost(
RendererPpapiHostImpl
* host,
pepper_plugin_instance_impl.cc
555
RendererPpapiHostImpl
* host_impl = module_->renderer_ppapi_host();
818
RendererPpapiHostImpl
* host_impl = module_->renderer_ppapi_host();
[
all
...]
Completed in 376 milliseconds