Searched defs:HighlightConfig (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.h60 struct HighlightConfig { struct in namespace:WebCore
85 void setDataFromConfig(const HighlightConfig& highlightConfig)
133 void highlightNode(Node*, Node* eventTarget, const HighlightConfig&, bool omitTooltip);
134 void highlightQuad(PassOwnPtr<FloatQuad>, const HighlightConfig&);
172 HighlightConfig m_nodeHighlightConfig;
177 HighlightConfig m_quadHighlightConfig;

Completed in 96 milliseconds