HomeSort by relevance Sort by last modified time
    Searched defs:ResultsMap (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/test/perf/
indexeddb_uitest.cc 25 typedef std::map<std::string, std::string> ResultsMap;
64 bool GetResults(TabProxy* tab, ResultsMap* results) {
81 ResultsMap results;
86 ResultsMap::const_iterator it = results.begin();
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.h 169 typedef std::map<NavigationID, Result*> ResultsMap;
304 ResultsMap results_map_;
305 STLValueDeleter<ResultsMap> results_map_deleter_;
  /external/chromium_org/base/test/
test_launcher.cc 126 typedef std::map<std::string, std::vector<TestResult> > ResultsMap;
127 ResultsMap results_;
186 for (ResultsMap::iterator i = results_.begin(); i != results_.end(); ++i) {

Completed in 1747 milliseconds