HomeSort by relevance Sort by last modified time
    Searched refs:AddInstance (Results 1 - 17 of 17) 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 67 void HostDispatcherWrapper::AddInstance(PP_Instance instance) {
96 // TODO(brettw) remove null check as described in AddInstance.
host_globals.h 76 PP_Instance AddInstance(PepperPluginInstanceImpl* instance);
79 // The given handle should be one generated by AddInstance.
plugin_module.cc 503 // AddInstance step and must do it now.
504 host_dispatcher_wrapper_->AddInstance(instance->pp_instance());
544 host_dispatcher_wrapper_->AddInstance(instance->pp_instance());
host_globals.cc 207 // See AddInstance.
237 PP_Instance HostGlobals::AddInstance(PepperPluginInstanceImpl* instance) {
pepper_plugin_instance_impl.cc 569 pp_instance_ = HostGlobals::Get()->AddInstance(this);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
mojo_ppapi_globals.h 41 PP_Instance AddInstance(PluginInstance* instance);
mojo_ppapi_globals.cc 83 PP_Instance MojoPpapiGlobals::AddInstance(PluginInstance* instance) {
plugin_instance.cc 26 pp_instance_ = MojoPpapiGlobals::Get()->AddInstance(this);
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.h 68 void AddInstance(PP_Instance instance,
pepper_renderer_connection.cc 229 in_process_host_->AddInstance(instance, data);
browser_ppapi_host_impl.cc 138 void BrowserPpapiHostImpl::AddInstance(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoveryapi.h 193 STDMETHOD_(HRESULT,AddInstance)(THIS_ SystemVisibilityFlags enumSystemVisibility,const WCHAR *pszCategory,const WCHAR *pszSubCategory,const WCHAR *pszCategoryIdentity,IFunctionInstance **ppIFunctionInstance) PURE;
206 #define IFunctionDiscovery_AddInstance(This,enumSystemVisibility,pszCategory,pszSubCategory,pszCategoryIdentity,ppIFunctionInstance) (This)->lpVtbl->AddInstance(This,enumSystemVisibility,pszCategory,pszSubCategory,pszCategoryIdentity,ppIFunctionInstance)
  /external/lldb/examples/darwin/heap_find/heap/
heap_find.cpp 483 AddInstance (uint32_t idx, uint64_t ptr_size)
818 g_objc_class_snapshot.AddInstance (objc_class_idx, ptr_size);
    [all...]
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.cc 171 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 787 host->AddInstance(pp_instance, instance_data);
    [all...]

Completed in 428 milliseconds