HomeSort by relevance Sort by last modified time
    Searched refs:BackgroundContentsMap (Results 1 - 2 of 2) 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();

Completed in 141 milliseconds