Searched refs:PepperPluginInstanceImpl (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/content/test/
H A Dppapi_unittest.h19 class PepperPluginInstanceImpl;
31 PepperPluginInstanceImpl* instance() const { return instance_.get(); }
46 scoped_refptr<PepperPluginInstanceImpl> instance_;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc340 PepperPluginInstanceImpl* instance =
390 PluginInstanceLockTarget(PepperPluginInstanceImpl* plugin)
406 PepperPluginInstanceImpl* plugin_;
429 PepperPluginInstanceImpl* PepperPluginInstanceImpl::Create(
440 return new PepperPluginInstanceImpl(
444 PepperPluginInstanceImpl::ExternalDocumentLoader::ExternalDocumentLoader()
447 PepperPluginInstanceImpl::ExternalDocumentLoader::~ExternalDocumentLoader() {}
449 void PepperPluginInstanceImpl::ExternalDocumentLoader::ReplayReceivedData(
467 void PepperPluginInstanceImpl
507 PepperPluginInstanceImpl::PepperPluginInstanceImpl( function in class:content::PepperPluginInstanceImpl
[all...]
H A Dv8object_var.h17 class PepperPluginInstanceImpl;
48 content::PepperPluginInstanceImpl* instance() const { return instance_; }
57 content::PepperPluginInstanceImpl* instance_;
H A Dpepper_try_catch.h17 class PepperPluginInstanceImpl;
23 // takes a reference on the given PepperPluginInstanceImpl.
24 PepperTryCatch(PepperPluginInstanceImpl* instance,
46 scoped_refptr<PepperPluginInstanceImpl> instance_;
57 PepperTryCatchV8(PepperPluginInstanceImpl* instance,
83 PepperTryCatchVar(PepperPluginInstanceImpl* instance,
H A Dhost_globals.h17 class PepperPluginInstanceImpl;
76 PP_Instance AddInstance(PepperPluginInstanceImpl* instance);
87 PepperPluginInstanceImpl* GetInstance(PP_Instance instance);
99 typedef std::map<PP_Instance, PepperPluginInstanceImpl*> InstanceMap;
H A Dplugin_object.h24 class PepperPluginInstanceImpl;
44 static PP_Var Create(PepperPluginInstanceImpl* instance,
65 PluginObject(PepperPluginInstanceImpl* instance,
79 PepperPluginInstanceImpl* instance_;
H A Drenderer_ppapi_host_impl.cc108 PepperPluginInstanceImpl* instance =
120 PepperPluginInstanceImpl* instance) {
125 PepperPluginInstanceImpl* RendererPpapiHostImpl::GetPluginInstanceImpl(
140 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
151 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
171 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
184 PepperPluginInstanceImpl* instance_object = GetAndValidateInstance(instance);
195 PepperPluginInstanceImpl* plugin_instance = GetAndValidateInstance(instance);
208 PepperPluginInstanceImpl* plugin_instance = GetAndValidateInstance(instance);
262 PepperPluginInstanceImpl* instance_objec
[all...]
H A Dmessage_channel.h34 class PepperPluginInstanceImpl;
60 static MessageChannel* Create(PepperPluginInstanceImpl* instance,
73 // Messages are queued initially. After the PepperPluginInstanceImpl is ready
84 PepperPluginInstanceImpl* instance() { return instance_; }
92 explicit MessageChannel(PepperPluginInstanceImpl* instance);
145 PepperPluginInstanceImpl* instance_;
H A Dplugin_module.h50 class PepperPluginInstanceImpl;
64 typedef std::set<PepperPluginInstanceImpl*> PluginInstanceSet;
105 PepperPluginInstanceImpl* instance);
142 PepperPluginInstanceImpl* CreateInstance(RenderFrameImpl* render_frame,
150 PepperPluginInstanceImpl* GetSomeInstance() const;
161 void InstanceCreated(PepperPluginInstanceImpl* instance);
162 void InstanceDeleted(PepperPluginInstanceImpl* instance);
H A Dpepper_compositor_host.h25 class PepperPluginInstanceImpl;
37 bool BindToInstance(PepperPluginInstanceImpl* new_instance);
76 PepperPluginInstanceImpl* bound_instance_;
H A Drenderer_ppapi_host_impl.h33 class PepperPluginInstanceImpl;
72 CreateInProcessResourceCreationAPI(PepperPluginInstanceImpl* instance);
74 PepperPluginInstanceImpl* GetPluginInstanceImpl(PP_Instance instance) const;
121 PepperPluginInstanceImpl* GetAndValidateInstance(PP_Instance instance) const;
H A Dhost_var_tracker_unittest.cc47 explicit PepperTryCatchForTest(PepperPluginInstanceImpl* instance)
85 scoped_refptr<PepperPluginInstanceImpl> instance2(
86 PepperPluginInstanceImpl::Create(NULL, module(), NULL, GURL()));
H A Dpepper_webplugin_impl.h27 class PepperPluginInstanceImpl;
38 PepperPluginInstanceImpl* instance() { return instance_.get(); }
98 scoped_refptr<PepperPluginInstanceImpl> instance_;
H A Dppb_audio_impl.cc82 PepperPluginInstanceImpl* instance = static_cast<PepperPluginInstanceImpl*>(
H A Dplugin_module.cc248 PepperPluginInstanceImpl* plugin_instance =
262 PepperPluginInstanceImpl* plugin_instance =
505 PepperPluginInstanceImpl* instance) {
540 PepperPluginInstanceImpl* PluginModule::CreateInstance(
544 PepperPluginInstanceImpl* instance = PepperPluginInstanceImpl::Create(
555 PepperPluginInstanceImpl* PluginModule::GetSomeInstance() const {
572 void PluginModule::InstanceCreated(PepperPluginInstanceImpl* instance) {
576 void PluginModule::InstanceDeleted(PepperPluginInstanceImpl* instance) {
H A Dhost_globals.cc124 PepperPluginInstanceImpl* instance = GetInstance(pp_instance);
131 PepperPluginInstanceImpl* inst = GetInstance(instance);
150 PepperPluginInstanceImpl* instance_object =
237 PP_Instance HostGlobals::AddInstance(PepperPluginInstanceImpl* instance) {
269 PepperPluginInstanceImpl* HostGlobals::GetInstance(PP_Instance instance) {
H A Dpepper_graphics_2d_host.h38 class PepperPluginInstanceImpl;
67 bool BindToInstance(PepperPluginInstanceImpl* new_instance);
174 PepperPluginInstanceImpl* bound_instance_;
H A Dpepper_try_catch.cc22 PepperTryCatch::PepperTryCatch(PepperPluginInstanceImpl* instance,
61 PepperPluginInstanceImpl* instance,
122 PepperTryCatchVar::PepperTryCatchVar(PepperPluginInstanceImpl* instance,
H A Dppb_broker_impl.cc60 PepperPluginInstanceImpl* plugin_instance =
104 PepperPluginInstanceImpl* plugin_instance =
H A Dpepper_in_process_resource_creation.h40 PepperPluginInstanceImpl* instance);
H A Dppb_widget_impl.cc62 PepperPluginInstanceImpl* plugin_instance =
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.h19 class PepperPluginInstanceImpl;
29 PepperPluginInstanceImpl* plugin,
46 PepperPluginInstanceImpl* plugin() const { return plugin_; }
53 RenderWidgetFullscreenPepper(PepperPluginInstanceImpl* plugin,
76 PepperPluginInstanceImpl* plugin_;
H A Drender_view_impl.h134 class PepperPluginInstanceImpl;
261 void set_plugin_find_handler(PepperPluginInstanceImpl* plugin) {
264 PepperPluginInstanceImpl* plugin_find_handler() {
268 PepperPluginInstanceImpl* focused_pepper_plugin() {
271 PepperPluginInstanceImpl* pepper_last_mouse_event_target() {
274 void set_pepper_last_mouse_event_target(PepperPluginInstanceImpl* plugin) {
289 void PepperInstanceCreated(PepperPluginInstanceImpl* instance);
294 void PepperInstanceDeleted(PepperPluginInstanceImpl* instance);
297 void PepperFocusChanged(PepperPluginInstanceImpl* instance, bool focused);
1041 PepperPluginInstanceImpl* plugin_find_handler
[all...]
/external/chromium_org/content/renderer/media/crypto/
H A Dpepper_cdm_wrapper_impl.h25 class PepperPluginInstanceImpl;
34 // (WebPlugin, PepperPluginInstanceImpl, ContentDecryptionDelegate), and will
36 // takes a reference to PepperPluginInstanceImpl so it won't go away until
59 const scoped_refptr<PepperPluginInstanceImpl>& plugin_instance);
62 scoped_refptr<PepperPluginInstanceImpl> plugin_instance_;
H A Dpepper_cdm_wrapper_impl.cc40 scoped_refptr<PepperPluginInstanceImpl> plugin_instance =
58 const scoped_refptr<PepperPluginInstanceImpl>& plugin_instance)

Completed in 212 milliseconds

12