HomeSort by relevance Sort by last modified time
    Searched refs:GetDefaultStoragePartition (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 159 content::BrowserContext::GetDefaultStoragePartition(profile)->
362 BrowserContext::GetDefaultStoragePartition(
409 BrowserContext::GetDefaultStoragePartition(browser_context()),
473 BrowserContext::GetDefaultStoragePartition(browser_context()));
500 BrowserContext::GetDefaultStoragePartition(browser_context()));
527 BrowserContext::GetDefaultStoragePartition(browser_context()));
552 BrowserContext::GetDefaultStoragePartition(browser_context()));
579 BrowserContext::GetDefaultStoragePartition(browser_context()));
608 BrowserContext::GetDefaultStoragePartition(browser_context()));
639 BrowserContext::GetDefaultStoragePartition(browser_context()))
    [all...]
browser_context.cc 158 // TODO(ajwong): After GetDefaultStoragePartition() is removed, get rid of
197 StoragePartition* BrowserContext::GetDefaultStoragePartition(
237 GetDefaultStoragePartition(context);
241 GetDefaultStoragePartition(browser_context)->GetDatabaseTracker()->
244 BrowserContext::GetDefaultStoragePartition(browser_context);
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_indexed_db_helper.cc 17 content::BrowserContext::GetDefaultStoragePartition(profile)->
mock_browsing_data_service_worker_helper.cc 19 content::BrowserContext::GetDefaultStoragePartition(profile)->
browsing_data_indexed_db_helper_browsertest.cc 29 return content::BrowserContext::GetDefaultStoragePartition(
browsing_data_indexed_db_helper_unittest.cc 25 return content::BrowserContext::GetDefaultStoragePartition(&profile_)->
browsing_data_service_worker_helper_unittest.cc 22 return content::BrowserContext::GetDefaultStoragePartition(&profile_)->
browsing_data_local_storage_helper.cc 27 BrowserContext::GetDefaultStoragePartition(profile)->
browsing_data_file_system_helper_unittest.cc 68 BrowserContext::GetDefaultStoragePartition(profile_.get())->
106 BrowserContext::GetDefaultStoragePartition(profile_.get())->
browsing_data_appcache_helper.cc 20 appcache_service_(BrowserContext::GetDefaultStoragePartition(
browsing_data_database_helper_browsertest.cc 34 BrowserContext::GetDefaultStoragePartition(browser()->profile())
browsing_data_quota_helper_impl.cc 28 BrowserContext::GetDefaultStoragePartition(profile)->GetQuotaManager());
browsing_data_database_helper.cc 43 GetDefaultStoragePartition(profile)->GetDatabaseTracker()) {
  /external/chromium_org/chrome/browser/
chrome_service_worker_browsertest.cc 59 content::BrowserContext::GetDefaultStoragePartition(browser()->profile())
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.cc 51 content::BrowserContext::GetDefaultStoragePartition(profile_)->
  /external/chromium_org/content/browser/fileapi/
file_system_browsertest.cc 60 BrowserContext::GetDefaultStoragePartition(
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_handler.cc 88 BrowserContext::GetDefaultStoragePartition(
  /external/chromium_org/chromecast/shell/browser/
cast_browser_context.cc 89 return GetDefaultStoragePartition(this)->GetURLRequestContext();
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 179 BrowserContext::GetDefaultStoragePartition(browser_context())
181 BrowserContext::GetDefaultStoragePartition(browser_context())
183 BrowserContext::GetDefaultStoragePartition(browser_context())
shell_browser_main_parts.cc 150 BrowserContext::GetDefaultStoragePartition(browser_context())
shell_browser_context.cc 133 return GetDefaultStoragePartition(this)->GetURLRequestContext();
  /external/chromium_org/content/public/browser/
browser_context.h 78 // DON'T USE THIS. GetDefaultStoragePartition() is going away.
80 static content::StoragePartition* GetDefaultStoragePartition(
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.cc 43 content::BrowserContext::GetDefaultStoragePartition(profile)->
47 content::BrowserContext::GetDefaultStoragePartition(profile)->
  /external/chromium_org/chrome/browser/sessions/
session_data_deleter.cc 162 Profile::GetDefaultStoragePartition(profile),
  /external/chromium_org/android_webview/browser/
aw_browser_context.cc 243 return GetDefaultStoragePartition(this)->GetURLRequestContext();

Completed in 381 milliseconds

1 2