HomeSort by relevance Sort by last modified time
    Searched refs:AddInstance (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.h 46 void AddInstance(PP_Instance instance);
48 // Like AddInstance but removes the given instance. This is called after
host_dispatcher_wrapper.cc 69 void HostDispatcherWrapper::AddInstance(PP_Instance instance) {
98 // TODO(brettw) remove null check as described in AddInstance.
host_globals.h 78 PP_Instance AddInstance(PepperPluginInstanceImpl* instance);
81 // The given handle should be one generated by AddInstance.
plugin_module.cc 518 // AddInstance step and must do it now.
519 host_dispatcher_wrapper_->AddInstance(instance->pp_instance());
563 host_dispatcher_wrapper_->AddInstance(instance->pp_instance());
host_globals.cc 196 // See AddInstance.
227 PP_Instance HostGlobals::AddInstance(PepperPluginInstanceImpl* instance) {
pepper_plugin_instance_impl.cc 532 pp_instance_ = HostGlobals::Get()->AddInstance(this);
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.h 66 void AddInstance(PP_Instance instance,
browser_ppapi_host_impl.cc 129 void BrowserPpapiHostImpl::AddInstance(
pepper_renderer_connection.cc 232 in_process_host_->AddInstance(instance, data);
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.cc 149 iter->host_impl_->AddInstance(pp_instance, instance_data);
  /external/chromium_org/tools/grit/grit/extern/
tclib.py 273 def AddInstance(self):
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 799 host->AddInstance(pp_instance, instance_data);
    [all...]

Completed in 1472 milliseconds