Home
last modified time | relevance | path

Searched refs:GetDocumentURLForInstance (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_file_system_browser_host.cc248 GURL origin = browser_ppapi_host_->GetDocumentURLForInstance( in OpenFileSystem()
291 browser_ppapi_host_->GetDocumentURLForInstance(pp_instance()).GetOrigin(), in OpenIsolatedFileSystem()
317 GURL origin = browser_ppapi_host_->GetDocumentURLForInstance( in OpenPluginPrivateFileSystem()
371 browser_ppapi_host_->GetDocumentURLForInstance(pp_instance()).GetOrigin(), in OnHostMsgInitIsolatedFileSystem()
Dbrowser_ppapi_host_impl.h53 virtual GURL GetDocumentURLForInstance(PP_Instance instance) OVERRIDE;
Dbrowser_ppapi_host_impl.cc115 GURL BrowserPpapiHostImpl::GetDocumentURLForInstance(PP_Instance instance) { in GetDocumentURLForInstance() function in content::BrowserPpapiHostImpl
Dpepper_file_io_host.cc512 browser_ppapi_host_->GetDocumentURLForInstance(pp_instance()); in OnHostMsgRequestOSFileHandle()
/external/chromium_org/content/public/browser/
Dbrowser_ppapi_host.h82 virtual GURL GetDocumentURLForInstance(PP_Instance instance) = 0;
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_broker_message_filter.cc30 : document_url_(host->GetDocumentURLForInstance(instance)) { in PepperBrokerMessageFilter()
Dpepper_flash_browser_host.cc116 GURL document_url = host_->GetDocumentURLForInstance(pp_instance()); in OnGetLocalDataRestrictions()
Dpepper_isolated_file_system_message_filter.cc53 host->GetDocumentURLForInstance(instance), in Create()
Dpepper_extensions_common_message_filter.cc92 GURL document_url = host->GetDocumentURLForInstance(instance); in Create()