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

1 2

  /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_io_data.h 59 bool in_memory) const;
63 bool in_memory,
off_the_record_profile_impl.h 58 bool in_memory,
107 bool in_memory) OVERRIDE;
profile_impl_io_data.h 76 bool in_memory,
92 bool in_memory) const;
off_the_record_profile_impl.cc 323 bool in_memory) {
324 return io_data_->GetIsolatedAppRequestContextGetter(partition_path, in_memory)
336 bool in_memory,
341 in_memory,
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);
profile_impl.h 81 bool in_memory) OVERRIDE;
117 bool in_memory,
  /external/chromium_org/content/browser/
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);
browser_context.cc 60 bool in_memory) {
65 in_memory = true;
67 return partition_map->Get(partition_domain, partition_name, in_memory);
155 bool in_memory = false; local
162 &partition_domain, &partition_name, &in_memory);
166 browser_context, partition_domain, partition_name, in_memory);
174 bool in_memory; local
178 &in_memory);
181 browser_context, partition_domain, partition_name, in_memory);
storage_partition_impl_map.cc 382 bool in_memory) {
385 partition_domain, partition_name, in_memory);
395 StoragePartitionImpl::Create(browser_context_, in_memory,
455 in_memory,
463 partition->GetPath(), in_memory));
465 PostCreateInitialization(partition, in_memory);
478 bool in_memory = false; local
481 &partition_name, &in_memory);
505 if (!config.in_memory) {
534 if (!config.in_memory)
    [all...]
  /external/chromium_org/content/shell/browser/
shell_browser_context.h 50 bool in_memory) OVERRIDE;
61 bool in_memory,
shell_browser_context.cc 178 bool in_memory) {
185 bool in_memory,
shell_content_browser_client.h 43 bool in_memory,
  /external/chromium_org/android_webview/browser/
aw_browser_context.h 79 bool in_memory,
102 const base::FilePath& partition_path, bool in_memory) OVERRIDE;
aw_browser_context.cc 145 bool in_memory,
235 bool in_memory) {
  /external/chromium_org/content/public/test/
test_browser_context.cc 97 bool in_memory) {
test_browser_context.h 42 bool in_memory) OVERRIDE;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
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 )
t1parse.h 56 /* in_memory :: A boolean. Indicates a memory-based stream. */
73 FT_Bool in_memory; member in struct:T1_ParserRec_
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 55 bool in_memory) {
155 bool in_memory,
fake_profile.h 46 bool in_memory) OVERRIDE;
76 bool in_memory,
  /external/chromium_org/content/public/browser/
browser_context.h 132 bool in_memory) = 0;
content_browser_client.cc 44 bool in_memory,
196 bool* in_memory) {
199 *in_memory = false;
  /external/chromium_org/components/nacl/browser/
pnacl_host.h 135 void InitForTest(base::FilePath temp_dir, bool in_memory);
  /external/chromium_org/chrome/test/base/
testing_profile.h 276 bool in_memory) OVERRIDE;
279 bool in_memory,

Completed in 659 milliseconds

1 2