Searched refs:highlightQuad (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.h99 void highlightQuad(PassOwnPtr<FloatQuad>, const HighlightConfig&);
H A DInspectorDOMAgent.h142 virtual void highlightQuad(ErrorString*, const RefPtr<JSONArray>& quad, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
H A DInspectorOverlay.cpp444 void InspectorOverlay::highlightQuad(PassOwnPtr<FloatQuad> quad, const HighlightConfig& highlightConfig) function in class:blink::InspectorOverlay
H A DInspectorDOMAgent.cpp1299 void InspectorDOMAgent::highlightQuad(ErrorString* errorString, const RefPtr<JSONArray>& quadArray, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) function in class:blink::InspectorDOMAgent
1314 m_overlay->highlightQuad(quad, *highlightConfig);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTracingTimelineModel.js573 event.highlightQuad = event.args["endData"]["root"];
600 event.highlightQuad = event.args["data"]["clip"];
H A DTimelineView.js846 target.domAgent().highlightQuad(quad, WebInspector.Color.PageHighlight.Content.toProtocolRGBA(), WebInspector.Color.PageHighlight.ContentOutline.toProtocolRGBA());
H A DTracingTimelineUIUtils.js66 return record.traceEvent().highlightQuad || null;

Completed in 7620 milliseconds