HomeSort by relevance Sort by last modified time
    Searched refs:adjustPaintInvalidationRect (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h 98 virtual void adjustPaintInvalidationRect(const RenderObject*, IntRect&);
RenderThemeChromiumMac.h 39 virtual void adjustPaintInvalidationRect(const RenderObject*, IntRect&) OVERRIDE;
RenderTheme.cpp 593 void RenderTheme::adjustPaintInvalidationRect(const RenderObject* o, IntRect& r)
    [all...]
RenderThemeChromiumMac.mm 522 void RenderThemeChromiumMac::adjustPaintInvalidationRect(const RenderObject* o, IntRect& r)
534 return RenderTheme::adjustPaintInvalidationRect(o, r);
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 472 RenderTheme::theme().adjustPaintInvalidationRect(obj, r);

Completed in 189 milliseconds