HomeSort by relevance Sort by last modified time
    Searched full:drawfocusring (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 60 void GraphicsContext::drawFocusRing(const Path& path, int width, int /*offset*/, const Color& color)
73 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 375 class DrawFocusRing : public Operation {
377 DrawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
384 context->drawFocusRing(m_rects, m_width, m_offset, m_color);
GraphicsContextAndroid.cpp 410 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
416 platformContext()->drawFocusRing(rects, width, offset, color);
419 void GraphicsContext::drawFocusRing(const Path&, int, int, const Color&)
PlatformGraphicsContextRecording.h 123 virtual void drawFocusRing(const Vector<IntRect>& rects, int /* width */,
PlatformGraphicsContextSkia.h 82 virtual void drawFocusRing(const Vector<IntRect>& rects, int /* width */,
PlatformGraphicsContext.h 114 virtual void drawFocusRing(const Vector<IntRect>& rects, int /* width */,
PlatformGraphicsContextRecording.cpp 811 void PlatformGraphicsContextRecording::drawFocusRing(const Vector<IntRect>& rects,
820 appendDrawingOperation(NEW_OP(DrawFocusRing)(rects, width, offset, color), bounds);
    [all...]
PlatformGraphicsContextSkia.cpp 310 void PlatformGraphicsContextSkia::drawFocusRing(const Vector<IntRect>& rects,
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 131 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
136 // FIXME: This is nearly identical to the GraphicsContext::drawFocusRing function in GraphicsContextMac.mm.
138 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSystemInterface.mm 55 INIT(DrawFocusRing);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebSystemInterface.mm 50 INIT(DrawFocusRing);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 205 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
210 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int /* width */, int /* offset */, const Color& color)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 417 void drawFocusRing(const Vector<IntRect>&, int width, int offset, const Color&);
418 void drawFocusRing(const Path&, int width, int offset, const Color&);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 286 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
291 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 205 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 631 void GraphicsContext::drawFocusRing(const Path& path, int width, int /* offset */, const Color& color)
649 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int /* offset */, const Color& color)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 521 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
526 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int /* width */, int /* offset */, const Color& color)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 827 void GraphicsContext::drawFocusRing(const Path& path, int /* width */, int offset, const Color& color)
842 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 369 paintInfo.context->drawFocusRing(path, outlineWidth,
RenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 987 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
992 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2010-12-06 15 (WebCore::GraphicsContext::drawFocusRing):
25 (WebCore::GraphicsContext::drawFocusRing):
272 (WebCore::GraphicsContext::drawFocusRing):
    [all...]
ChangeLog-2010-01-29 43 (WebCore::GraphicsContext::drawFocusRing):
360 Preliminary drawFocusRing() implementation by Yong Li <yoli@rim.com>.
386 (WebCore::GraphicsContext::drawFocusRing):
    [all...]
ChangeLog-2006-05-10     [all...]
  /external/webkit/WebKitLibraries/win/lib/
WebKitSystemInterface.lib     [all...]

Completed in 5642 milliseconds

1 2