/external/chromium_org/chrome/browser/extensions/api/sync_file_system/ |
D | sync_file_system_api.cc | 74 BrowserContext::GetStoragePartition(GetProfile(), in RunImpl() 140 return BrowserContext::GetStoragePartition( in GetFileSystemContext() 179 BrowserContext::GetStoragePartition(GetProfile(), in RunImpl() 219 BrowserContext::GetStoragePartition(GetProfile(), in RunImpl() 295 BrowserContext::GetStoragePartition(GetProfile(), in RunImpl() 302 BrowserContext::GetStoragePartition(GetProfile(), in RunImpl()
|
/external/chromium_org/chrome/browser/apps/ |
D | web_view_browsertest.cc | 398 GetStoragePartition(), in NavigateAndOpenAppForIsolation() 400 GetStoragePartition()); in NavigateAndOpenAppForIsolation() 403 GetStoragePartition(), in NavigateAndOpenAppForIsolation() 405 GetStoragePartition()); in NavigateAndOpenAppForIsolation() 408 GetStoragePartition(), in NavigateAndOpenAppForIsolation() 410 GetStoragePartition()); in NavigateAndOpenAppForIsolation() 415 GetStoragePartition(), in NavigateAndOpenAppForIsolation() 417 GetStoragePartition()); in NavigateAndOpenAppForIsolation() 420 GetStoragePartition(), in NavigateAndOpenAppForIsolation() 422 GetStoragePartition()); in NavigateAndOpenAppForIsolation() [all …]
|
/external/chromium_org/android_webview/native/ |
D | aw_quota_manager_bridge_impl.cc | 185 StoragePartition* AwQuotaManagerBridgeImpl::GetStoragePartition() const { in GetStoragePartition() function in android_webview::AwQuotaManagerBridgeImpl 198 QuotaManager* quota_manager = GetStoragePartition()->GetQuotaManager(); in GetQuotaManager() 210 GetStoragePartition()->ClearData( in DeleteAllDataOnUiThread() 234 StoragePartition* storage_partition = GetStoragePartition(); in DeleteOriginOnUiThread()
|
D | aw_quota_manager_bridge_impl.h | 61 content::StoragePartition* GetStoragePartition() const;
|
/external/chromium_org/content/browser/ |
D | browser_context.cc | 161 StoragePartition* BrowserContext::GetStoragePartition( in GetStoragePartition() function in content::BrowserContext 209 return GetStoragePartition(browser_context, NULL); in GetDefaultStoragePartition()
|
D | security_exploit_browsertest.cc | 136 BrowserContext::GetStoragePartition( in IN_PROC_BROWSER_TEST_F()
|
D | site_instance_impl.cc | 106 BrowserContext::GetStoragePartition(browser_context, this)); in GetProcess()
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | fileapi_util.cc | 36 return content::BrowserContext::GetStoragePartition(profile, site_instance)-> in GetFileSystemContextForRenderViewHost()
|
/external/chromium_org/content/public/browser/ |
D | browser_context.h | 54 static content::StoragePartition* GetStoragePartition(
|
D | render_process_host.h | 110 virtual StoragePartition* GetStoragePartition() const = 0;
|
/external/chromium_org/content/public/test/ |
D | mock_render_process_host.h | 52 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
|
D | mock_render_process_host.cc | 111 StoragePartition* MockRenderProcessHost::GetStoragePartition() const { in GetStoragePartition() function in content::MockRenderProcessHost
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_process_host_impl.h | 98 virtual StoragePartition* GetStoragePartition() const OVERRIDE;
|
/external/chromium_org/chrome/browser/profiles/ |
D | off_the_record_profile_impl.cc | 274 return rph->GetStoragePartition()->GetURLRequestContext(); in GetRequestContextForRenderProcess()
|
D | profile_impl.cc | 897 return rph->GetStoragePartition()->GetURLRequestContext(); in GetRequestContextForRenderProcess() 910 content::StoragePartition* storage_partition = rph->GetStoragePartition(); in GetMediaRequestContextForRenderProcess()
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_file_system_browser_host.cc | 43 StoragePartition* storage_partition = host->GetStoragePartition(); in GetFileSystemContextFromRenderId()
|
D | pepper_file_io_host.cc | 58 StoragePartition* storage_partition = host->GetStoragePartition(); in GetUIThreadStuffForInternalFileSystems()
|
/external/chromium_org/content/browser/frame_host/ |
D | interstitial_page_impl.cc | 522 BrowserContext::GetStoragePartition( in CreateRenderViewHost()
|
D | navigation_controller_impl.cc | 1414 BrowserContext::GetStoragePartition(browser_context_, instance); in GetSessionStorageNamespace()
|
/external/chromium_org/content/shell/browser/ |
D | webkit_test_controller.cc | 573 BrowserContext::GetStoragePartition(browser_context, NULL); in OnShowDevTools()
|
/external/chromium_org/chrome/browser/guestview/webview/ |
D | webview_guest.cc | 545 content::BrowserContext::GetStoragePartition( in ClearData()
|
/external/chromium_org/content/browser/media/android/ |
D | browser_media_player_manager.cc | 303 StoragePartition* partition = host->GetStoragePartition(); in GetMediaResourceGetter()
|
/external/chromium_org/chrome/test/base/ |
D | testing_profile.cc | 704 return rph->GetStoragePartition()->GetURLRequestContext(); in GetRequestContextForRenderProcess()
|
/external/chromium_org/content/browser/devtools/ |
D | renderer_overrides_handler.cc | 790 GetStoragePartition()->GetQuotaManager(); in PageQueryUsageAndQuota()
|
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
D | developer_private_api.cc | 968 context_ = content::BrowserContext::GetStoragePartition( in RunImpl()
|