Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.h226 …PassOwnPtr<HighlightConfig> highlightConfigFromInspectorObject(ErrorString*, JSONObject* highlight…
DInspectorDOMAgent.cpp1249 …m_inspectModeHighlightConfig = highlightConfigFromInspectorObject(errorString, highlightInspectorO… in setSearchingForNode()
1256 PassOwnPtr<HighlightConfig> InspectorDOMAgent::highlightConfigFromInspectorObject(ErrorString* erro… in highlightConfigFromInspectorObject() function in blink::InspectorDOMAgent
1333 …OwnPtr<HighlightConfig> highlightConfig = highlightConfigFromInspectorObject(errorString, highligh… in highlightNode()