HomeSort by relevance Sort by last modified time
    Searched refs:InfoByOrigin (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper.cc 68 typedef std::map<GURL, appcache::AppCacheInfoVector> InfoByOrigin;
69 InfoByOrigin& origin_map = info_collection_->infos_by_origin;
70 for (InfoByOrigin::iterator origin = origin_map.begin();
72 InfoByOrigin::iterator current = origin;
local_data_container.cc 114 typedef std::map<GURL, AppCacheInfoVector> InfoByOrigin;
121 for (InfoByOrigin::const_iterator origin =
cookies_tree_model.cc     [all...]
  /external/chromium_org/content/test/
appcache_test_helper.cc 69 typedef std::map<GURL, appcache::AppCacheInfoVector> InfoByOrigin;
72 for (InfoByOrigin::const_iterator origin =
  /external/chromium_org/content/browser/appcache/
view_appcache_internals_job.cc 384 typedef std::map<GURL, AppCacheInfoVector> InfoByOrigin;
386 for (InfoByOrigin::const_iterator origin =

Completed in 364 milliseconds