Searched defs:highlightConfig (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 218 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()
|
D | InspectorDOMAgent.cpp | 1159 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/ |
D | DOMAgent.js | 1287 …var highlightConfig = { showInfo: mode === "all", showRulers: WebInspector.settings.showMetricsRul… variable
|