Searched refs:GetStoragePartition (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api.cc72 BrowserContext::GetStoragePartition(GetProfile(),
137 return BrowserContext::GetStoragePartition(
175 BrowserContext::GetStoragePartition(GetProfile(),
215 BrowserContext::GetStoragePartition(GetProfile(),
291 BrowserContext::GetStoragePartition(GetProfile(),
298 BrowserContext::GetStoragePartition(GetProfile(),
/external/chromium_org/android_webview/native/
H A Daw_quota_manager_bridge_impl.cc186 StoragePartition* AwQuotaManagerBridgeImpl::GetStoragePartition() const { function in class:android_webview::AwQuotaManagerBridgeImpl
199 QuotaManager* quota_manager = GetStoragePartition()->GetQuotaManager();
211 GetStoragePartition()->ClearData(
235 StoragePartition* storage_partition = GetStoragePartition();
H A Daw_quota_manager_bridge_impl.h61 content::StoragePartition* GetStoragePartition() const;
/external/chromium_org/content/browser/
H A Dsecurity_exploit_browsertest.cc135 BrowserContext::GetStoragePartition(
H A Dbrowser_context.cc151 StoragePartition* BrowserContext::GetStoragePartition( function in class:content::BrowserContext
199 return GetStoragePartition(browser_context, NULL);
H A Dsite_instance_impl.cc106 BrowserContext::GetStoragePartition(browser_context, this));
/external/chromium_org/content/public/browser/
H A Dbrowser_context.h58 static content::StoragePartition* GetStoragePartition(
79 // Use GetStoragePartition() instead. Ask ajwong@ if you have problems.
H A Drender_process_host.h103 virtual StoragePartition* GetStoragePartition() const = 0;
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_browsertest.cc426 GetStoragePartition(),
428 GetStoragePartition());
431 GetStoragePartition(),
433 GetStoragePartition());
436 GetStoragePartition(),
438 GetStoragePartition());
443 GetStoragePartition(),
445 GetStoragePartition());
448 GetStoragePartition(),
450 GetStoragePartition());
[all...]
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h48 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
H A Dmock_render_process_host.cc101 StoragePartition* MockRenderProcessHost::GetStoragePartition() const { function in class:content::MockRenderProcessHost
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_ui_browsertest.cc63 return ContentInfo(process->GetID(), process->GetStoragePartition());
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfileapi_util.cc248 return content::BrowserContext::GetStoragePartition(profile, site_instance)->
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.cc307 return rph->GetStoragePartition()->GetURLRequestContext();
H A Dprofile_impl.cc1045 return rph->GetStoragePartition()->GetURLRequestContext();
1058 content::StoragePartition* storage_partition = rph->GetStoragePartition();
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h105 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
H A Drender_view_host_impl.cc674 BrowserContext::GetStoragePartition(GetProcess()->GetBrowserContext(),
1203 BrowserContext::GetStoragePartition(GetProcess()->GetBrowserContext(),
/external/chromium_org/content/browser/media/android/
H A Dbrowser_media_player_manager.cc289 StoragePartition* partition = host->GetStoragePartition();
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_io_host.cc51 StoragePartition* storage_partition = host->GetStoragePartition();
H A Dpepper_file_system_browser_host.cc44 StoragePartition* storage_partition = host->GetStoragePartition();
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc567 BrowserContext::GetStoragePartition(
/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.cc383 allowed = partition == process->GetStoragePartition();
/external/chromium_org/content/shell/browser/
H A Dwebkit_test_controller.cc584 BrowserContext::GetStoragePartition(browser_context, NULL);
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc783 return rph->GetStoragePartition()->GetURLRequestContext();
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc625 content::BrowserContext::GetStoragePartition(

Completed in 2425 milliseconds

12