HomeSort by relevance Sort by last modified time
    Searched refs:in_memory (Results 1 - 25 of 44) 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 57 bool in_memory,
103 bool in_memory) OVERRIDE;
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,
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 90 bool in_memory) OVERRIDE;
126 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 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.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...]
  /external/chromium_org/content/shell/browser/
shell_browser_context.h 50 bool in_memory) OVERRIDE;
62 bool in_memory,
shell_browser_context.cc 172 bool in_memory) {
179 bool in_memory,
shell_content_browser_client.h 47 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;
aw_browser_context.cc 173 bool in_memory,
265 bool in_memory) {
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 47 bool in_memory) OVERRIDE;
77 bool in_memory,
fake_profile.cc 55 bool in_memory) {
155 bool in_memory,
  /external/chromium_org/chromecast/shell/browser/
cast_browser_context.h 40 bool in_memory) OVERRIDE;
cast_browser_context.cc 109 const base::FilePath& partition_path, 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/content/public/browser/
content_browser_client.cc 44 bool in_memory,
197 bool* in_memory) {
200 *in_memory = false;
browser_context.h 143 bool in_memory) = 0;
  /external/chromium_org/components/nacl/browser/
pnacl_host.h 135 void InitForTest(base::FilePath temp_dir, bool in_memory);

Completed in 522 milliseconds

1 2