OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BackgroundContentsMap
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
background_contents_service.h
172
typedef std::map<string16, BackgroundContentsInfo>
BackgroundContentsMap
;
173
BackgroundContentsMap
contents_map_;
background_contents_service.cc
147
for (
BackgroundContentsMap
::const_iterator it = contents_map_.begin();
540
BackgroundContentsMap
::const_iterator it = contents_map_.find(application_id);
546
for (
BackgroundContentsMap
::const_iterator it = contents_map_.begin();
/external/chromium_org/chrome/browser/background/
background_contents_service.h
183
typedef std::map<string16, BackgroundContentsInfo>
BackgroundContentsMap
;
184
BackgroundContentsMap
contents_map_;
background_contents_service.cc
232
for (
BackgroundContentsMap
::const_iterator it = contents_map_.begin();
671
BackgroundContentsMap
::const_iterator it = contents_map_.find(application_id);
677
for (
BackgroundContentsMap
::const_iterator it = contents_map_.begin();
Completed in 250 milliseconds