HomeSort by relevance Sort by last modified time
    Searched refs:in_memory (Results 1 - 25 of 37) 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 58 bool in_memory) const;
62 bool in_memory,
off_the_record_profile_impl.h 55 bool in_memory,
101 bool in_memory) OVERRIDE;
profile_impl_io_data.cc 208 bool in_memory,
217 StoragePartitionDescriptor descriptor(partition_path, in_memory);
240 bool in_memory) const {
248 StoragePartitionDescriptor descriptor(partition_path, in_memory);
537 if (partition_descriptor.in_memory) {
554 if (partition_descriptor.in_memory) {
594 if (!partition_descriptor.in_memory) {
619 if (partition_descriptor.in_memory)
profile_impl_io_data.h 64 bool in_memory,
78 bool in_memory) const;
off_the_record_profile_impl.cc 286 bool in_memory) {
287 return io_data_.GetIsolatedAppRequestContextGetter(partition_path, in_memory)
312 bool in_memory,
315 partition_path, in_memory, protocol_handlers).get();
off_the_record_profile_io_data.cc 102 bool in_memory) const {
108 StoragePartitionDescriptor descriptor(partition_path, in_memory);
118 bool in_memory,
125 StoragePartitionDescriptor descriptor(partition_path, in_memory);
profile_impl.h 76 bool in_memory) OVERRIDE;
115 bool in_memory,
  /external/chromium_org/content/browser/
storage_partition_impl_map.h 37 bool in_memory);
75 const bool in_memory; member in struct:content::StoragePartitionImplMap::StoragePartitionConfig
82 in_memory(in_memory_only) {}
93 else if (lhs.in_memory != rhs.in_memory)
94 return lhs.in_memory < rhs.in_memory;
119 bool in_memory);
browser_context.cc 58 bool in_memory) {
63 in_memory = true;
65 return partition_map->Get(partition_domain, partition_name, in_memory);
163 bool in_memory = false; local
170 &partition_domain, &partition_name, &in_memory);
174 browser_context, partition_domain, partition_name, in_memory);
182 bool in_memory; local
186 &in_memory);
189 browser_context, partition_domain, partition_name, in_memory);
storage_partition_impl_map.cc 394 bool in_memory) {
397 partition_domain, partition_name, in_memory);
407 StoragePartitionImpl::Create(browser_context_, in_memory,
459 browser_context_, partition->GetPath(), in_memory,
466 partition->GetPath(), in_memory));
468 PostCreateInitialization(partition, in_memory);
481 bool in_memory = false; local
484 &partition_name, &in_memory);
504 if (!config.in_memory) {
533 if (!config.in_memory)
    [all...]
storage_partition_impl.h 61 // If |in_memory| is true, the |partition_path| is (ab)used as a way of
65 bool in_memory,
storage_partition_impl.cc 319 bool in_memory,
331 in_memory,
341 partition_path, in_memory,
347 in_memory,
353 base::FilePath path = in_memory ? base::FilePath() : partition_path;
  /external/chromium_org/content/shell/
shell_browser_context.h 45 bool in_memory) OVERRIDE;
60 bool in_memory,
shell_browser_context.cc 175 bool in_memory) {
197 bool in_memory,
shell_content_browser_client.h 45 bool in_memory,
shell_content_browser_client.cc 111 bool in_memory,
116 partition_path, in_memory, protocol_handlers);
  /external/chromium_org/android_webview/browser/
aw_browser_context.h 69 bool in_memory,
88 const base::FilePath& partition_path, bool in_memory) OVERRIDE;
aw_browser_context.cc 128 bool in_memory,
211 bool in_memory) {
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache.h 46 // |in_memory| is true). Call |callback| with a 0 argument on sucess and
49 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/chromium_org/content/public/browser/
browser_context.h 126 bool in_memory) = 0;
content_browser_client.cc 49 bool in_memory,
191 bool* in_memory) {
194 *in_memory = false;
  /external/chromium_org/chrome/test/base/
testing_profile.h 221 bool in_memory) OVERRIDE;
229 bool in_memory,

Completed in 374 milliseconds

1 2