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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.h 60 typedef Vector<pair<Digest*, size_t> > ResultMap;
64 std::pair<ResultMap, ResultMap> diff(const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnPtr<Digest> >& newChildren);
71 void dumpMap(const ResultMap&, const String& name);
DOMPatchSupport.cpp 209 pair<DOMPatchSupport::ResultMap, DOMPatchSupport::ResultMap>
212 ResultMap newMap(newList.size());
213 ResultMap oldMap(oldList.size());
299 pair<ResultMap, ResultMap> resultMaps = diff(oldList, newList);
300 ResultMap& oldMap = resultMaps.first;
301 ResultMap& newMap = resultMaps.second;
507 void DOMPatchSupport::dumpMap(const ResultMap& map, const String& name)

Completed in 41 milliseconds