/external/chromium_org/chrome/browser/profiles/ |
off_the_record_profile_impl.cc | 326 bool in_memory) { 327 return io_data_->GetIsolatedAppRequestContextGetter(partition_path, in_memory) 339 bool in_memory, 344 in_memory,
|
profile_impl.h | 90 bool in_memory) OVERRIDE; 126 bool in_memory,
|
profile_impl.cc | [all...] |
profile.h | 270 bool in_memory,
|
/external/chromium_org/chromecast/shell/browser/ |
cast_browser_context.cc | 109 const base::FilePath& partition_path, bool in_memory) {
|
/external/chromium_org/android_webview/browser/ |
aw_browser_context.cc | 173 bool in_memory, 265 bool in_memory) {
|
aw_content_browser_client.h | 49 bool in_memory,
|
aw_content_browser_client.cc | 250 bool in_memory, 257 partition_path, in_memory, protocol_handlers,
|
/external/chromium_org/content/browser/ |
storage_partition_impl.cc | 402 bool in_memory, 415 in_memory, 425 context, partition_path, in_memory, quota_manager->proxy()); 429 in_memory, 435 base::FilePath path = in_memory ? base::FilePath() : partition_path;
|
/external/chromium_org/chrome/browser/ |
chrome_content_browser_client.h | 69 bool* in_memory) OVERRIDE; 89 bool in_memory,
|
chrome_content_browser_client.cc | 743 bool* in_memory) { 748 *in_memory = false; 753 site, partition_domain, partition_name, in_memory); 771 // the |partition_domain|. The |in_memory| and |partition_name| are only 774 *in_memory = false; [all...] |
/external/chromium_org/content/shell/browser/ |
shell_content_browser_client.cc | 202 bool in_memory, 209 in_memory,
|
/external/chromium_org/components/cronet/android/sample/src/org/chromium/cronet_sample_apk/ |
CronetSampleActivity.java | 89 config.enableHttpCache(HttpUrlRequestFactoryConfig.HttpCache.IN_MEMORY,
|
/external/chromium_org/components/cronet/android/test/src/org/chromium/cronet_test_apk/ |
CronetTestActivity.java | 82 config.enableHttpCache(HttpUrlRequestFactoryConfig.HttpCache.IN_MEMORY,
|
/external/chromium_org/components/nacl/browser/ |
pnacl_host.h | 135 void InitForTest(base::FilePath temp_dir, bool in_memory);
|
pnacl_host.cc | 166 void PnaclHost::InitForTest(base::FilePath temp_dir, bool in_memory) { 172 if (in_memory) {
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_quota_client_unittest.cc | 47 new MockQuotaManager(false /*in_memory*/,
|
/external/chromium_org/content/public/browser/ |
browser_context.h | 143 bool in_memory) = 0;
|
content_browser_client.h | 191 bool in_memory, 361 // |in_memory| values. When a partition is not to be persisted, the 362 // |in_memory| value must be set to true. 369 bool* in_memory);
|
/external/chromium_org/base/win/ |
pe_image.cc | 563 PVOID in_memory = PEImage::RVAToAddr(rva); 566 if (!ImageAddrToOnDiskOffset(in_memory, &disk_offset))
|
/external/chromium_org/chrome/test/base/ |
testing_profile.h | 288 bool in_memory) OVERRIDE; 291 bool in_memory,
|
testing_profile.cc | 799 bool in_memory) { 818 bool in_memory, [all...] |
/external/chromium_org/extensions/browser/guest_view/web_view/ |
web_view_guest.cc | 148 bool* in_memory) { 158 *in_memory = (site.path() != "/persist"); 775 bool in_memory; local 777 site_url, &partition_domain, &partition_id, &in_memory)) { [all...] |
web_view_guest.h | 52 bool* in_memory);
|
/external/chromium_org/net/url_request/ |
url_request_context_builder.cc | 186 : type(IN_MEMORY),
|