OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contents_map_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
background_contents_service.cc
140
DCHECK(
contents_map_
.empty());
147
for (BackgroundContentsMap::const_iterator it =
contents_map_
.begin();
148
it !=
contents_map_
.end(); ++it)
488
dict->SetString(kFrameNameKey,
contents_map_
[appid].frame_name);
519
contents_map_
[details->application_id].contents = details->contents;
520
contents_map_
[details->application_id].frame_name = details->frame_name;
535
contents_map_
.erase(appid);
540
BackgroundContentsMap::const_iterator it =
contents_map_
.find(application_id);
541
return (it !=
contents_map_
.end()) ? it->second.contents : NULL;
546
for (BackgroundContentsMap::const_iterator it =
contents_map_
.begin()
[
all
...]
background_contents_service.h
173
BackgroundContentsMap
contents_map_
;
member in class:BackgroundContentsService
/external/chromium_org/chrome/browser/background/
background_contents_service.cc
225
DCHECK(
contents_map_
.empty());
232
for (BackgroundContentsMap::const_iterator it =
contents_map_
.begin();
233
it !=
contents_map_
.end(); ++it)
609
dict->SetString(kFrameNameKey,
contents_map_
[appid].frame_name);
648
contents_map_
[details->application_id].contents = details->contents;
649
contents_map_
[details->application_id].frame_name = details->frame_name;
666
contents_map_
.erase(appid);
671
BackgroundContentsMap::const_iterator it =
contents_map_
.find(application_id);
672
return (it !=
contents_map_
.end()) ? it->second.contents : NULL;
677
for (BackgroundContentsMap::const_iterator it =
contents_map_
.begin()
[
all
...]
background_contents_service.h
184
BackgroundContentsMap
contents_map_
;
member in class:BackgroundContentsService
Completed in 485 milliseconds