Searched refs:highlightQuad (Results 1 – 6 of 6) sorted by relevance
133 void highlightQuad(PassOwnPtr<FloatQuad>, const HighlightConfig&);
141 …virtual void highlightQuad(ErrorString*, const RefPtr<JSONArray>& quad, const RefPtr<JSONObject>* …
379 void InspectorOverlay::highlightQuad(PassOwnPtr<FloatQuad> quad, const HighlightConfig& highlightCo… in highlightQuad() function in WebCore::InspectorOverlay
1189 void InspectorDOMAgent::highlightQuad(ErrorString* errorString, const RefPtr<JSONArray>& quadArray,… in highlightQuad() function in WebCore::InspectorDOMAgent1204 m_overlay->highlightQuad(quad, *highlightConfig); in innerHighlightQuad()
860 …this.highlightQuad = record.data.root || WebInspector.TimelinePresentationModel.quadFromRectData(r…870 …this.highlightQuad = record.data.clip || WebInspector.TimelinePresentationModel.quadFromRectData(r…
1318 …if (rowElement && rowElement.row && rowElement.row._record.highlightQuad && !this._recordingInProg…1319 this._highlightQuad(rowElement.row._record.highlightQuad);1420 …DOMAgent.highlightQuad(quad, WebInspector.Color.PageHighlight.Content.toProtocolRGBA(), WebInspect…