Searched defs:in_memory (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dstorage_partition_descriptor.h19 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;
H A Doff_the_record_profile_io_data.cc103 bool in_memory) const {
109 StoragePartitionDescriptor descriptor(partition_path, in_memory);
119 bool in_memory,
127 StoragePartitionDescriptor descriptor(partition_path, in_memory);
117 CreateIsolatedAppRequestContextGetter( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) const argument
H A Doff_the_record_profile_impl.cc323 bool in_memory) {
324 return io_data_->GetIsolatedAppRequestContextGetter(partition_path, in_memory)
336 bool in_memory,
341 in_memory,
321 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
334 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
H A Dprofile_impl_io_data.cc238 bool in_memory,
248 StoragePartitionDescriptor descriptor(partition_path, in_memory);
274 bool in_memory) const {
282 StoragePartitionDescriptor descriptor(partition_path, in_memory);
631 if (partition_descriptor.in_memory) {
648 if (partition_descriptor.in_memory) {
709 if (partition_descriptor.in_memory)
236 CreateIsolatedAppRequestContextGetter( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) const argument
H A Dprofile_impl.cc967 bool in_memory) {
969 .GetIsolatedMediaRequestContextGetter(partition_path, in_memory).get();
983 bool in_memory,
988 in_memory,
965 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
981 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.h38 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);
H A Dbrowser_context.cc60 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);
56 GetStoragePartitionFromConfig( BrowserContext* browser_context, const std::string& partition_domain, const std::string& partition_name, bool in_memory) argument
H A Dstorage_partition_impl_map.cc382 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)
379 Get( const std::string& partition_domain, const std::string& partition_name, bool in_memory) argument
559 PostCreateInitialization( StoragePartitionImpl* partition, bool in_memory) argument
[all...]
H A Dstorage_partition_impl.cc366 bool in_memory,
378 in_memory,
388 partition_path, in_memory,
394 in_memory,
400 base::FilePath path = in_memory ? base::FilePath() : partition_path;
364 Create( BrowserContext* context, bool in_memory, const base::FilePath& partition_path) argument
/external/chromium_org/content/public/test/
H A Dtest_browser_context.cc97 bool in_memory) {
95 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1parse.h56 /* in_memory :: A boolean. Indicates a memory-based stream. */
73 FT_Bool in_memory; member in struct:T1_ParserRec_
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc178 bool in_memory) {
185 bool in_memory,
176 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
183 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, ProtocolHandlerMap* protocol_handlers, URLRequestInterceptorScopedVector request_interceptors) argument
H A Dshell_content_browser_client.cc175 bool in_memory,
182 in_memory,
172 CreateRequestContextForStoragePartition( BrowserContext* content_browser_context, const base::FilePath& partition_path, bool in_memory, ProtocolHandlerMap* protocol_handlers, URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc145 bool in_memory,
235 bool in_memory) {
143 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
233 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
H A Daw_content_browser_client.cc247 bool in_memory,
254 partition_path, in_memory, protocol_handlers,
244 CreateRequestContextForStoragePartition( content::BrowserContext* browser_context, const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc55 bool in_memory) {
155 bool in_memory,
53 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
153 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/components/nacl/browser/
H A Dpnacl_host.cc166 void PnaclHost::InitForTest(base::FilePath temp_dir, bool in_memory) { argument
172 if (in_memory) {
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc44 bool in_memory,
196 bool* in_memory) {
199 *in_memory = false;
41 CreateRequestContextForStoragePartition( BrowserContext* browser_context, const base::FilePath& partition_path, bool in_memory, ProtocolHandlerMap* protocol_handlers, URLRequestInterceptorScopedVector request_interceptors) argument
190 GetStoragePartitionConfigForSite( BrowserContext* browser_context, const GURL& site, bool can_be_default, std::string* partition_domain, std::string* partition_name, bool* in_memory) argument
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc766 bool in_memory) {
785 bool in_memory,
764 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
783 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dweb_view_guest.cc228 bool* in_memory) {
238 *in_memory = (site.path() != "/persist");
1091 bool in_memory; local
1093 site_url, &partition_domain, &partition_id, &in_memory)) {
224 GetGuestPartitionConfigForSite( const GURL& site, std::string* partition_domain, std::string* partition_name, bool* in_memory) argument
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc784 bool* in_memory) {
789 *in_memory = false;
794 site, partition_domain, partition_name, in_memory);
812 // the |partition_domain|. The |in_memory| and |partition_name| are only
815 *in_memory = false;
1104 bool in_memory,
1110 in_memory,
778 GetStoragePartitionConfigForSite( content::BrowserContext* browser_context, const GURL& site, bool can_be_default, std::string* partition_domain, std::string* partition_name, bool* in_memory) argument
1101 CreateRequestContextForStoragePartition( content::BrowserContext* browser_context, const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument

Completed in 826 milliseconds