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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.h 62 typedef Vector<pair<Digest*, size_t> > ResultMap;
66 std::pair<ResultMap, ResultMap> diff(const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnPtr<Digest> >& newChildren);
73 void dumpMap(const ResultMap&, const String& name);
DOMPatchSupport.cpp 212 pair<DOMPatchSupport::ResultMap, DOMPatchSupport::ResultMap>
215 ResultMap newMap(newList.size());
216 ResultMap oldMap(oldList.size());
300 pair<ResultMap, ResultMap> resultMaps = diff(oldList, newList);
301 ResultMap& oldMap = resultMaps.first;
302 ResultMap& newMap = resultMaps.second;
507 void DOMPatchSupport::dumpMap(const ResultMap& map, const String& name)
  /external/chromium_org/google_apis/gaia/
merge_session_helper.h 57 typedef std::map<std::string, std::string> ResultMap;
100 ResultMap results_;
merge_session_helper.cc 35 for (ResultMap::const_iterator it = results_.begin(); it != results_.end();

Completed in 1220 milliseconds