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.cpp218 static void buildNodeHighlight(Node* node, const HighlightConfig& highlightConfig, Highlight* highl… in buildNodeHighlight()
236 …id buildQuadHighlight(Page* page, const FloatQuad& quad, const HighlightConfig& highlightConfig, H… in buildQuadHighlight()
371 …pectorOverlay::highlightNode(Node* node, Node* eventTarget, const HighlightConfig& highlightConfig) in highlightNode()
379 …InspectorOverlay::highlightQuad(PassOwnPtr<FloatQuad> quad, const HighlightConfig& highlightConfig) in highlightQuad()
DInspectorDOMAgent.cpp1159 OwnPtr<HighlightConfig> highlightConfig = adoptPtr(new HighlightConfig()); in highlightConfigFromInspectorObject() local
1175 …errorString, bool enabled, const bool* inspectShadowDOM, const RefPtr<JSONObject>* highlightConfig) in setInspectModeEnabled()
1201 OwnPtr<HighlightConfig> highlightConfig = adoptPtr(new HighlightConfig()); in innerHighlightQuad() local
1223 …OwnPtr<HighlightConfig> highlightConfig = highlightConfigFromInspectorObject(errorString, highligh… in highlightNode() local
1238 OwnPtr<HighlightConfig> highlightConfig = adoptPtr(new HighlightConfig()); in highlightFrame() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDOMAgent.js1287 …var highlightConfig = { showInfo: mode === "all", showRulers: WebInspector.settings.showMetricsRul… variable