Searched defs:outlineColor (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | InlinePainter.cpp | 54 Color outlineColor = m_renderInline.resolveColor(styleToUse, CSSPropertyOutlineColor); in paintOutline() local 71 …utRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline, const Color outlineColor) in paintOutlineForLine()
|
D | ObjectPainter.cpp | 60 Color outlineColor = m_renderObject.resolveColor(styleToUse, CSSPropertyOutlineColor); in paintOutline() local
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 165 …GraphicsContext* context, const FloatQuad& quad, const Color& fillColor, const Color& outlineColor) in drawOutlinedQuad() 208 …void appendQuad(const FloatQuad& quad, const Color& fillColor, const Color& outlineColor = Color::… in appendQuad() 216 … void appendPath(PassRefPtr<JSONArrayBase> path, const Color& fillColor, const Color& outlineColor) in appendPath()
|
D | InspectorDOMAgent.cpp | 1293 … y, int width, int height, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) in highlightRect() 1299 …Ptr<JSONArray>& quadArray, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) in highlightQuad() 1309 …assOwnPtr<FloatQuad> quad, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) in innerHighlightQuad() 1344 const RefPtr<JSONObject>* outlineColor) in highlightFrame()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 1787 StyleColor outlineColor() const { return m_background->outline().color(); } in outlineColor() function
|