Home
last modified time | relevance | path

Searched refs:in_memory (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/chrome/browser/profiles/
Dstorage_partition_descriptor.h19 in_memory(in_memory_only) {} in StoragePartitionDescriptor()
22 const bool in_memory; member
31 else if (lhs.in_memory != rhs.in_memory) in operator()
32 return lhs.in_memory < rhs.in_memory; in operator()
Doff_the_record_profile_impl.cc326 bool in_memory) { in GetMediaRequestContextForStoragePartition() argument
327 return io_data_->GetIsolatedAppRequestContextGetter(partition_path, in_memory) in GetMediaRequestContextForStoragePartition()
339 bool in_memory, in CreateRequestContextForStoragePartition() argument
344 in_memory, in CreateRequestContextForStoragePartition()
Doff_the_record_profile_io_data.h59 bool in_memory) const;
63 bool in_memory,
Doff_the_record_profile_io_data.cc103 bool in_memory) const { in GetIsolatedAppRequestContextGetter()
109 StoragePartitionDescriptor descriptor(partition_path, in_memory); in GetIsolatedAppRequestContextGetter()
119 bool in_memory, in CreateIsolatedAppRequestContextGetter() argument
127 StoragePartitionDescriptor descriptor(partition_path, in_memory); in CreateIsolatedAppRequestContextGetter()
Dprofile_impl_io_data.cc250 bool in_memory, in CreateIsolatedAppRequestContextGetter() argument
260 StoragePartitionDescriptor descriptor(partition_path, in_memory); in CreateIsolatedAppRequestContextGetter()
286 bool in_memory) const { in GetIsolatedMediaRequestContextGetter()
294 StoragePartitionDescriptor descriptor(partition_path, in_memory); in GetIsolatedMediaRequestContextGetter()
669 if (partition_descriptor.in_memory) { in InitializeAppRequestContext()
685 if (partition_descriptor.in_memory) { in InitializeAppRequestContext()
746 if (partition_descriptor.in_memory) in InitializeMediaRequestContext()
Doff_the_record_profile_impl.h57 bool in_memory,
103 bool in_memory) OVERRIDE;
Dprofile_impl_io_data.h86 bool in_memory,
102 bool in_memory) const;
Dprofile_impl.h90 bool in_memory) OVERRIDE;
126 bool in_memory,
/external/chromium_org/content/browser/
Dstorage_partition_impl_map.h38 bool in_memory);
77 const bool in_memory; member
84 in_memory(in_memory_only) {} in StoragePartitionConfig()
95 else if (lhs.in_memory != rhs.in_memory) in operator()
96 return lhs.in_memory < rhs.in_memory; in operator()
121 bool in_memory);
Dbrowser_context.cc61 bool in_memory) { in GetStoragePartitionFromConfig() argument
66 in_memory = true; in GetStoragePartitionFromConfig()
68 return partition_map->Get(partition_domain, partition_name, in_memory); in GetStoragePartitionFromConfig()
156 bool in_memory = false; in GetStoragePartition() local
163 &partition_domain, &partition_name, &in_memory); in GetStoragePartition()
167 browser_context, partition_domain, partition_name, in_memory); in GetStoragePartition()
175 bool in_memory; in GetStoragePartitionForSite() local
179 &in_memory); in GetStoragePartitionForSite()
182 browser_context, partition_domain, partition_name, in_memory); in GetStoragePartitionForSite()
Dstorage_partition_impl_map.cc379 bool in_memory) { in Get() argument
382 partition_domain, partition_name, in_memory); in Get()
392 StoragePartitionImpl::Create(browser_context_, in_memory, in Get()
452 in_memory, in Get()
460 partition->GetPath(), in_memory)); in Get()
462 PostCreateInitialization(partition, in_memory); in Get()
475 bool in_memory = false; in AsyncObliterate() local
478 &partition_name, &in_memory); in AsyncObliterate()
501 if (!config.in_memory) { in AsyncObliterate()
530 if (!config.in_memory) in GarbageCollect()
[all …]
Dstorage_partition_impl.cc402 bool in_memory, in Create() argument
415 in_memory, in Create()
425 context, partition_path, in_memory, quota_manager->proxy()); in Create()
429 in_memory, in Create()
435 base::FilePath path = in_memory ? base::FilePath() : partition_path; in Create()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
Dt1parse.c154 parser->in_memory = 0; in T1_New_Parser()
216 parser->in_memory = 1; in T1_New_Parser()
236 if ( error && !parser->in_memory ) in T1_New_Parser()
253 if ( !parser->in_memory ) in T1_Finalize_Parser()
423 if ( parser->in_memory ) in T1_Get_Private_Dict()
/external/chromium_org/content/shell/browser/
Dshell_browser_context.h50 bool in_memory) OVERRIDE;
62 bool in_memory,
Dshell_browser_context.cc172 bool in_memory) { in GetMediaRequestContextForStoragePartition() argument
179 bool in_memory, in CreateRequestContextForStoragePartition() argument
/external/chromium_org/android_webview/browser/
Daw_browser_context.h81 bool in_memory,
107 const base::FilePath& partition_path, bool in_memory) OVERRIDE;
Daw_browser_context.cc173 bool in_memory, in CreateRequestContextForStoragePartition() argument
265 bool in_memory) { in GetMediaRequestContextForStoragePartition() argument
/external/chromium_org/content/public/browser/
Dcontent_browser_client.cc44 bool in_memory, in CreateRequestContextForStoragePartition() argument
197 bool* in_memory) { in GetStoragePartitionConfigForSite() argument
200 *in_memory = false; in GetStoragePartitionConfigForSite()
/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile.cc55 bool in_memory) { in GetMediaRequestContextForStoragePartition() argument
155 bool in_memory, in CreateRequestContextForStoragePartition() argument
Dfake_profile.h47 bool in_memory) OVERRIDE;
77 bool in_memory,
/external/chromium_org/content/public/test/
Dtest_browser_context.h42 bool in_memory) OVERRIDE;
Dtest_browser_context.cc97 bool in_memory) { in GetMediaRequestContextForStoragePartition() argument
/external/chromium_org/chromecast/shell/browser/
Dcast_browser_context.h40 bool in_memory) OVERRIDE;
Dcast_browser_context.cc109 const base::FilePath& partition_path, bool in_memory) { in GetMediaRequestContextForStoragePartition() argument
/external/chromium_org/chrome/test/base/
Dtesting_profile.h288 bool in_memory) OVERRIDE;
291 bool in_memory,

12