Home
last modified time | relevance | path

Searched refs:dumpMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.h71 void dumpMap(const ResultMap&, const String& name);
DDOMPatchSupport.cpp293 dumpMap(oldMap, "OLD"); in diff()
294 dumpMap(newMap, "NEW"); in diff()
509 void DOMPatchSupport::dumpMap(const ResultMap& map, const String& name) in dumpMap() function in WebCore::DOMPatchSupport