Home
last modified time | relevance | path

Searched defs:highlightConfig (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp222 static void buildNodeHighlight(Node* node, const HighlightConfig& highlightConfig, Highlight* highl… in buildNodeHighlight()
240 …id buildQuadHighlight(Page* page, const FloatQuad& quad, const HighlightConfig& highlightConfig, H… in buildQuadHighlight()
359 …torOverlay::highlightNode(Node* node, Node* eventTarget, const HighlightConfig& highlightConfig, b… in highlightNode()
368 …InspectorOverlay::highlightQuad(PassOwnPtr<FloatQuad> quad, const HighlightConfig& highlightConfig) in highlightQuad()
DInspectorDOMAgent.cpp1186 OwnPtr<HighlightConfig> highlightConfig = adoptPtr(new HighlightConfig()); in highlightConfigFromInspectorObject() local
1202 …rorString, bool enabled, const bool* inspectUAShadowDOM, const RefPtr<JSONObject>* highlightConfig) in setInspectModeEnabled()
1228 OwnPtr<HighlightConfig> highlightConfig = adoptPtr(new HighlightConfig()); in innerHighlightQuad() local
1250 …OwnPtr<HighlightConfig> highlightConfig = highlightConfigFromInspectorObject(errorString, highligh… in highlightNode() local
1266 OwnPtr<HighlightConfig> highlightConfig = adoptPtr(new HighlightConfig()); in highlightFrame() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDOMModel.js1461 …var highlightConfig = { showInfo: mode === "all", showRulers: WebInspector.overridesSupport.showMe… variable