Home
last modified time | relevance | path

Searched refs:GetPluginProcessHandle (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/public/browser/
Dbrowser_ppapi_host.h54 virtual base::ProcessHandle GetPluginProcessHandle() const = 0;
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_gamepad_host.cc77 browser_ppapi_host_->GetPluginProcessHandle()); in GotUserGesture()
Dbrowser_ppapi_host_impl.h45 virtual base::ProcessHandle GetPluginProcessHandle() const OVERRIDE;
Dbrowser_ppapi_host_impl.cc77 base::ProcessHandle BrowserPpapiHostImpl::GetPluginProcessHandle() const { in GetPluginProcessHandle() function in content::BrowserPpapiHostImpl
Dpepper_flash_file_message_filter.cc44 : plugin_process_handle_(host->GetPluginProcessHandle()) { in PepperFlashFileMessageFilter()
Dpepper_file_io_host.cc599 browser_ppapi_host_->GetPluginProcessHandle()); in AddFileToReplyContext()