Home
last modified time | relevance | path

Searched refs:LoadingProgressMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h1063 typedef base::hash_map<int64, double> LoadingProgressMap; in NON_EXPORTED_BASE() typedef
1064 LoadingProgressMap loading_progresses_; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc3297 for (LoadingProgressMap::iterator it = loading_progresses_.begin(); in SendLoadProgressChanged()