Searched defs:pp_instance (Results 1 - 25 of 40) sorted by path

12

/external/chromium_org/components/nacl/browser/
H A Dnacl_host_message_filter.cc241 int pp_instance,
251 Send(new NaClViewMsg_NexeTempFileReply(pp_instance, is_hit, fd));
260 int pp_instance,
272 pp_instance,
277 pp_instance));
240 AsyncReturnTemporaryFile( int pp_instance, const base::File& file, bool is_hit) argument
258 OnGetNexeFd( int render_view_id, int pp_instance, const nacl::PnaclCacheInfo& cache_info) argument
H A Dpnacl_host.cc228 int pp_instance,
244 pp_instance,
253 TranslationID id(render_process_id, pp_instance);
440 int pp_instance,
445 TranslationID id(render_process_id, pp_instance);
449 << "," << pp_instance << " not found."; local
226 GetNexeFd(int render_process_id, int render_view_id, int pp_instance, bool is_incognito, const nacl::PnaclCacheInfo& cache_info, const NexeFdCallback& cb) argument
439 TranslationFinished(int render_process_id, int pp_instance, bool success) argument
/external/chromium_org/components/nacl/renderer/
H A Dnexe_load_manager.cc90 PP_Instance pp_instance)
91 : pp_instance_(pp_instance),
97 plugin_instance_(content::PepperPluginInstance::Get(pp_instance)),
89 NexeLoadManager( PP_Instance pp_instance) argument
H A Dppb_nacl_private_impl.cc164 ManifestServiceProxy(PP_Instance pp_instance) argument
165 : pp_instance_(pp_instance) {
/external/chromium_org/content/browser/
H A Dppapi_plugin_process_host.cc166 int32 pp_instance,
172 iter->host_impl_->AddInstance(pp_instance, instance_data);
189 int32 pp_instance) {
194 iter->host_impl_->DeleteInstance(pp_instance);
164 DidCreateOutOfProcessInstance( int plugin_process_id, int32 pp_instance, const PepperRendererInstanceData& instance_data) argument
187 DidDeleteOutOfProcessInstance( int plugin_process_id, int32 pp_instance) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host_unittest.cc12 #include "ppapi/c/pp_instance.h"
25 PP_Instance pp_instance = 12345; variable
28 pp_instance,
H A Dpepper_gamepad_host_unittest.cc131 PP_Instance pp_instance = 12345; local
134 gamepad_service(), GetBrowserPpapiHost(), pp_instance, pp_resource); local
H A Dpepper_printing_host_unittest.cc67 PP_Instance pp_instance = 12345; local
82 pp_instance,
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc782 int32 pp_instance,
799 host->AddInstance(pp_instance, instance_data);
802 plugin_child_id, pp_instance, instance_data);
808 int32 pp_instance,
816 host->DeleteInstance(pp_instance);
819 plugin_child_id, pp_instance);
780 OnDidCreateOutOfProcessPepperInstance( int plugin_child_id, int32 pp_instance, PepperRendererInstanceData instance_data, bool is_external) argument
806 OnDidDeleteOutOfProcessPepperInstance( int plugin_child_id, int32 pp_instance, bool is_external) argument
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc307 PP_Instance pp_instance,
309 : pp_instance_(pp_instance),
306 ContentDecryptorDelegate( PP_Instance pp_instance, const PPP_ContentDecryptor_Private* plugin_decryption_interface) argument
H A Dhost_globals.cc123 PP_Instance pp_instance) {
124 PepperPluginInstanceImpl* instance = GetInstance(pp_instance);
238 DCHECK(instance_map_.find(instance->pp_instance()) == instance_map_.end());
122 GetResourceCreationAPI( PP_Instance pp_instance) argument
H A Dhost_var_tracker.cc21 : instance(object_var->instance()->pp_instance()) {
58 DCHECK(GetForV8Object(object_var->instance()->pp_instance(),
67 object_var->instance()->pp_instance(), object_var->GetHandle());
110 void HostVarTracker::DidDeleteInstance(PP_Instance pp_instance) { argument
114 HostGlobals::Get()->GetInstance(pp_instance);
122 V8ObjectVarKey key(pp_instance, v8::Handle<v8::Object>());
124 while (it != object_map_.end() && it->first.instance == pp_instance) {
H A Dmock_renderer_ppapi_host.h29 PP_Instance pp_instance() const { return pp_instance_; } function in class:content::MockRendererPpapiHost
H A Dpepper_file_chooser_host_unittest.cc49 PP_Instance pp_instance() const { return pp_instance_; } function in class:content::__anon7794::PepperFileChooserHostTest
72 MockRendererPpapiHost host(view_, pp_instance());
73 PepperFileChooserHost chooser(&host, pp_instance(), pp_resource);
135 MockRendererPpapiHost host(view_, pp_instance());
136 PepperFileChooserHost chooser(&host, pp_instance(), pp_resource);
H A Dpepper_plugin_instance_impl.h33 #include "ppapi/c/pp_instance.h"
140 PP_Instance pp_instance() const { return pp_instance_; } function in class:content::PepperPluginInstanceImpl
H A Dppb_var_deprecated_impl.cc308 PP_Var CreateObjectDeprecated(PP_Instance pp_instance, argument
312 HostGlobals::Get()->GetInstance(pp_instance);
H A Drenderer_ppapi_host_impl.cc107 PP_Instance pp_instance) {
109 HostGlobals::Get()->GetInstance(pp_instance);
270 PP_Instance pp_instance) const {
272 HostGlobals::Get()->GetInstance(pp_instance);
106 GetForPPInstance( PP_Instance pp_instance) argument
H A Durl_response_info_util.cc72 PP_Instance pp_instance,
94 new PepperFileRefRendererHost(host_impl, pp_instance, 0, external_path);
101 host_impl->CreateBrowserResourceHosts(pp_instance,
71 DataFromWebURLResponse(RendererPpapiHostImpl* host_impl, PP_Instance pp_instance, const WebURLResponse& response, const DataFromWebURLResponseCallback& callback) argument
/external/chromium_org/content/test/
H A Dppapi_unittest.cc34 PP_Bool Instance_DidCreate(PP_Instance pp_instance, argument
44 void Instance_DidChangeView(PP_Instance pp_instance, PP_Resource view) { argument
47 void Instance_DidChangeFocus(PP_Instance pp_instance, PP_Bool has_focus) { argument
50 PP_Bool Instance_HandleDocumentLoad(PP_Instance pp_instance, argument
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_file_io_impl.cc64 PP_Instance pp_instance,
68 pp_instance_handle_(pp_instance),
74 PP_DCHECK(pp_instance); // 0 indicates a "NULL handle".
62 CdmFileIOImpl( cdm::FileIOClient* client, PP_Instance pp_instance, const pp::CompletionCallback& first_file_read_cb) argument
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.h36 PP_Instance pp_instance() const { return pp_instance_; } function in class:mojo::examples::PluginInstance
/external/chromium_org/ppapi/cpp/
H A Dinstance.cc53 void HandleMessage(PP_Instance pp_instance, argument
57 message_handler->HandleMessage(InstanceHandle(pp_instance), Var(*var));
60 void HandleBlockingMessage(PP_Instance pp_instance, argument
66 message_handler->HandleBlockingMessage(InstanceHandle(pp_instance),
71 void Destroy(PP_Instance pp_instance, void* user_data) { argument
73 message_handler->WasUnregistered(InstanceHandle(pp_instance));
122 pp_instance(), graphics.pp_resource()));
129 pp_instance(), graphics.pp_resource()));
136 pp_instance(), compositor.pp_resource()));
143 pp_instance()));
[all...]
H A Dinstance.h14 #include "ppapi/c/pp_instance.h"
77 PP_Instance pp_instance() const { return pp_instance_; } function in class:pp::Instance
H A Dinstance_handle.h8 #include "ppapi/c/pp_instance.h"
59 /// @param[in] pp_instance The instance with which this
61 explicit InstanceHandle(PP_Instance pp_instance) argument
62 : pp_instance_(pp_instance) {}
64 /// The pp_instance() function returns the <code>PP_Instance</code>.
67 PP_Instance pp_instance() const { return pp_instance_; } function in class:pp::InstanceHandle
H A Dmodule.cc28 #include "ppapi/c/pp_instance.h"
45 PP_Bool InputEvent_HandleEvent(PP_Instance pp_instance, PP_Resource resource) { argument
49 Instance* instance = module_singleton->InstanceForPPInstance(pp_instance);
62 PP_Bool Instance_DidCreate(PP_Instance pp_instance, argument
70 Instance* instance = module_singleton->CreateInstance(pp_instance);
73 module_singleton->current_instances_[pp_instance] = instance;
92 void Instance_DidChangeView(PP_Instance pp_instance, argument
97 Instance* instance = module_singleton->InstanceForPPInstance(pp_instance);
103 void Instance_DidChangeFocus(PP_Instance pp_instance, PP_Bool has_focus) { argument
107 Instance* instance = module_singleton->InstanceForPPInstance(pp_instance);
113 Instance_HandleDocumentLoad(PP_Instance pp_instance, PP_Resource pp_url_loader) argument
134 Messaging_HandleMessage(PP_Instance pp_instance, PP_Var var) argument
[all...]

Completed in 4664 milliseconds

12