HomeSort by relevance Sort by last modified time
    Searched full:in_memory (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/profiles/
storage_partition_descriptor.h 19 in_memory(in_memory_only) {}
22 const bool in_memory; member in struct:StoragePartitionDescriptor
31 else if (lhs.in_memory != rhs.in_memory)
32 return lhs.in_memory < rhs.in_memory;
off_the_record_profile_impl.h 57 bool in_memory,
103 bool in_memory) OVERRIDE;
off_the_record_profile_io_data.cc 103 bool in_memory) const {
109 StoragePartitionDescriptor descriptor(partition_path, in_memory);
119 bool in_memory,
127 StoragePartitionDescriptor descriptor(partition_path, in_memory);
off_the_record_profile_io_data.h 59 bool in_memory) const;
63 bool in_memory,
profile_impl_io_data.h 86 bool in_memory,
102 bool in_memory) const;
profile_impl_io_data.cc 250 bool in_memory,
260 StoragePartitionDescriptor descriptor(partition_path, in_memory);
286 bool in_memory) const {
294 StoragePartitionDescriptor descriptor(partition_path, in_memory);
669 if (partition_descriptor.in_memory) {
685 if (partition_descriptor.in_memory) {
746 if (partition_descriptor.in_memory)
    [all...]
  /external/chromium_org/content/browser/
browser_context.cc 61 bool in_memory) {
66 in_memory = true;
68 return partition_map->Get(partition_domain, partition_name, in_memory);
156 bool in_memory = false; local
163 &partition_domain, &partition_name, &in_memory);
167 browser_context, partition_domain, partition_name, in_memory);
175 bool in_memory; local
179 &in_memory);
182 browser_context, partition_domain, partition_name, in_memory);
storage_partition_impl_map.h 38 bool in_memory);
77 const bool in_memory; member in struct:content::StoragePartitionImplMap::StoragePartitionConfig
84 in_memory(in_memory_only) {}
95 else if (lhs.in_memory != rhs.in_memory)
96 return lhs.in_memory < rhs.in_memory;
121 bool in_memory);
storage_partition_impl_map.cc 379 bool in_memory) {
382 partition_domain, partition_name, in_memory);
392 StoragePartitionImpl::Create(browser_context_, in_memory,
452 in_memory,
460 partition->GetPath(), in_memory));
462 PostCreateInitialization(partition, in_memory);
475 bool in_memory = false; local
478 &partition_name, &in_memory);
501 if (!config.in_memory) {
530 if (!config.in_memory)
    [all...]
storage_partition_impl.h 103 // If |in_memory| is true, the |partition_path| is (ab)used as a way of
107 bool in_memory,
  /external/chromium_org/content/shell/browser/
shell_browser_context.h 50 bool in_memory) OVERRIDE;
62 bool in_memory,
shell_content_browser_client.h 47 bool in_memory,
shell_browser_context.cc 172 bool in_memory) {
179 bool in_memory,
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
HttpUrlRequestFactoryConfig.java 24 enableHttpCache(HttpCache.IN_MEMORY, 100 * 1024);
76 public enum HttpCache { DISABLED, IN_MEMORY, DISK };
87 case IN_MEMORY:
  /external/chromium_org/content/public/test/
test_browser_context.h 42 bool in_memory) OVERRIDE;
test_browser_context.cc 97 bool in_memory) {
  /external/chromium_org/android_webview/browser/
aw_browser_context.h 81 bool in_memory,
107 const base::FilePath& partition_path, bool in_memory) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 55 bool in_memory) {
155 bool in_memory,
fake_profile.h 47 bool in_memory) OVERRIDE;
77 bool in_memory,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1parse.h 56 /* in_memory :: A boolean. Indicates a memory-based stream. */
73 FT_Bool in_memory; member in struct:T1_ParserRec_
t1parse.c 154 parser->in_memory = 0;
185 /* parser->in_memory is set if we have a memory stream. */
216 parser->in_memory = 1;
236 if ( error && !parser->in_memory )
253 if ( !parser->in_memory )
423 if ( parser->in_memory )
  /external/chromium_org/chromecast/shell/browser/
cast_browser_context.h 40 bool in_memory) OVERRIDE;
  /external/chromium_org/components/cronet/
url_request_context_config.cc 51 net::URLRequestContextBuilder::HttpCacheParams::IN_MEMORY;
  /external/chromium_org/content/public/browser/
content_browser_client.cc 44 bool in_memory,
197 bool* in_memory) {
200 *in_memory = false;
  /external/chromium_org/net/url_request/
url_request_context_builder.h 44 IN_MEMORY,
51 // The type of HTTP cache. Default is IN_MEMORY.

Completed in 367 milliseconds

1 2 3