OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contents_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/background/
background_contents_service.cc
278
DCHECK(
contents_map_
.empty());
305
for (BackgroundContentsMap::const_iterator it =
contents_map_
.begin();
306
it !=
contents_map_
.end(); ++it)
694
dict->SetString(kFrameNameKey,
contents_map_
[appid].frame_name);
733
contents_map_
[details->application_id].contents = details->contents;
734
contents_map_
[details->application_id].frame_name = details->frame_name;
751
contents_map_
.erase(appid);
756
BackgroundContentsMap::const_iterator it =
contents_map_
.find(application_id);
757
return (it !=
contents_map_
.end()) ? it->second.contents : NULL;
762
for (BackgroundContentsMap::const_iterator it =
contents_map_
.begin()
[
all
...]
background_contents_service.h
236
BackgroundContentsMap
contents_map_
;
member in class:BackgroundContentsService
Completed in 164 milliseconds