Home
last modified time | relevance | path

Searched refs:ResultMap (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.h62 typedef Vector<pair<Digest*, size_t> > ResultMap; typedef
66 …std::pair<ResultMap, ResultMap> diff(const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnP…
73 void dumpMap(const ResultMap&, const String& name);
DDOMPatchSupport.cpp212 pair<DOMPatchSupport::ResultMap, DOMPatchSupport::ResultMap>
215 ResultMap newMap(newList.size()); in diff()
216 ResultMap oldMap(oldList.size()); in diff()
300 pair<ResultMap, ResultMap> resultMaps = diff(oldList, newList); in innerPatchChildren()
301 ResultMap& oldMap = resultMaps.first; in innerPatchChildren()
302 ResultMap& newMap = resultMaps.second; in innerPatchChildren()
507 void DOMPatchSupport::dumpMap(const ResultMap& map, const String& name) in dumpMap()
/external/chromium_org/google_apis/gaia/
Dmerge_session_helper.h57 typedef std::map<std::string, std::string> ResultMap; typedef
100 ResultMap results_;
Dmerge_session_helper.cc35 for (ResultMap::const_iterator it = results_.begin(); it != results_.end(); in GetExternalCcResult()