HomeSort by relevance Sort by last modified time
    Searched refs:in_memory (Results 1 - 25 of 40) 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,
99 bool in_memory) OVERRIDE;
profile_impl_io_data.h 64 bool in_memory,
78 bool in_memory) const;
off_the_record_profile_impl.cc 293 bool in_memory) {
294 return io_data_.GetIsolatedAppRequestContextGetter(partition_path, in_memory)
332 bool in_memory,
335 partition_path, in_memory, protocol_handlers).get();
off_the_record_profile_io_data.cc 101 bool in_memory) const {
107 StoragePartitionDescriptor descriptor(partition_path, in_memory);
117 bool in_memory,
124 StoragePartitionDescriptor descriptor(partition_path, in_memory);
profile_impl_io_data.cc 261 bool in_memory,
270 StoragePartitionDescriptor descriptor(partition_path, in_memory);
293 bool in_memory) const {
301 StoragePartitionDescriptor descriptor(partition_path, in_memory);
591 if (partition_descriptor.in_memory) {
608 if (partition_descriptor.in_memory) {
665 if (partition_descriptor.in_memory)
profile_impl.h 76 bool in_memory) OVERRIDE;
121 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 61 bool in_memory) {
66 in_memory = true;
68 return partition_map->Get(partition_domain, partition_name, in_memory);
166 bool in_memory = false; local
173 &partition_domain, &partition_name, &in_memory);
177 browser_context, partition_domain, partition_name, in_memory);
185 bool in_memory; local
189 &in_memory);
192 browser_context, partition_domain, partition_name, in_memory);
storage_partition_impl_map.cc 358 bool in_memory) {
361 partition_domain, partition_name, in_memory);
371 StoragePartitionImpl::Create(browser_context_, in_memory,
423 browser_context_, partition->GetPath(), in_memory,
430 partition->GetPath(), in_memory));
432 PostCreateInitialization(partition, in_memory);
445 bool in_memory = false; local
448 &partition_name, &in_memory);
472 if (!config.in_memory) {
501 if (!config.in_memory)
    [all...]
  /external/chromium_org/content/shell/browser/
shell_browser_context.h 45 bool in_memory) OVERRIDE;
66 bool in_memory,
shell_browser_context.cc 175 bool in_memory) {
205 bool in_memory,
shell_content_browser_client.h 43 bool in_memory,
  /external/chromium_org/android_webview/browser/
aw_browser_context.h 71 bool in_memory,
90 const base::FilePath& partition_path, bool in_memory) OVERRIDE;
aw_browser_context.cc 105 bool in_memory,
195 bool in_memory) {
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 45 bool in_memory) OVERRIDE;
85 bool in_memory,
fake_profile.cc 51 bool in_memory) {
162 bool 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/chrome/browser/guestview/
guestview.h 64 bool* in_memory);
guestview.cc 104 bool* in_memory) {
114 *in_memory = (site.path() != "/persist");
  /external/chromium_org/content/public/browser/
browser_context.h 126 bool in_memory) = 0;
content_browser_client.cc 49 bool in_memory,
196 bool* in_memory) {
199 *in_memory = false;
  /external/chromium_org/chrome/test/base/
testing_profile.h 275 bool in_memory) OVERRIDE;
289 bool in_memory,

Completed in 165 milliseconds

1 2