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.cpp197 void setDataFromConfig(const HighlightConfig& highlightConfig) in setDataFromConfig()
306 static void buildNodeHighlight(Node& node, const HighlightConfig& highlightConfig, Highlight* highl… in buildNodeHighlight()
435 …torOverlay::highlightNode(Node* node, Node* eventTarget, const HighlightConfig& highlightConfig, b… in highlightNode()
444 …InspectorOverlay::highlightQuad(PassOwnPtr<FloatQuad> quad, const HighlightConfig& highlightConfig) in highlightQuad()
DInspectorDOMAgent.cpp1263 OwnPtr<HighlightConfig> highlightConfig = adoptPtr(new HighlightConfig()); in highlightConfigFromInspectorObject() local
1285 …rorString, bool enabled, const bool* inspectUAShadowDOM, const RefPtr<JSONObject>* highlightConfig) in setInspectModeEnabled()
1311 OwnPtr<HighlightConfig> highlightConfig = adoptPtr(new HighlightConfig()); in innerHighlightQuad() local
1333 …OwnPtr<HighlightConfig> highlightConfig = highlightConfigFromInspectorObject(errorString, highligh… in highlightNode() local
1349 OwnPtr<HighlightConfig> highlightConfig = adoptPtr(new HighlightConfig()); in highlightFrame() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDOMModel.js1550 …var highlightConfig = { showInfo: mode === "all", showRulers: WebInspector.overridesSupport.showMe… variable