OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_request_context_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_io_data.cc
575
size_t num_app_contexts =
app_request_context_map_
.size();
595
app_request_context_map_
.begin();
597
it !=
app_request_context_map_
.end();
623
for (URLRequestContextMap::iterator it =
app_request_context_map_
.begin();
624
it !=
app_request_context_map_
.end(); ++it) {
738
if (ContainsKey(
app_request_context_map_
, partition_descriptor)) {
739
context =
app_request_context_map_
[partition_descriptor];
744
app_request_context_map_
[partition_descriptor] = context;
[
all
...]
profile_io_data.h
540
mutable URLRequestContextMap
app_request_context_map_
;
member in class:ProfileIOData
Completed in 31 milliseconds