Searched refs:adjustRepaintRect (Results 1 - 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/platform/wx/ |
H A D | RenderThemeWx.cpp | 73 virtual void adjustRepaintRect(const RenderObject*, IntRect&); 166 void RenderThemeWx::adjustRepaintRect(const RenderObject* o, IntRect& r) function in class:WebCore::RenderThemeWx
|
/external/webkit/Source/WebCore/platform/gtk/ |
H A D | RenderThemeGtk.h | 59 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
|
H A D | RenderThemeGtk2.cpp | 112 void RenderThemeGtk::adjustRepaintRect(const RenderObject* renderObject, IntRect& rect) function in class:WebCore::RenderThemeGtk
|
H A D | RenderThemeGtk3.cpp | 135 void RenderThemeGtk::adjustRepaintRect(const RenderObject* renderObject, IntRect& rect) function in class:WebCore::RenderThemeGtk
|
/external/webkit/Source/WebCore/platform/qt/ |
H A D | RenderThemeQt.h | 65 virtual void adjustRepaintRect(const RenderObject* o, IntRect& r);
|
H A D | RenderThemeQt.cpp | 373 void RenderThemeQt::adjustRepaintRect(const RenderObject* o, IntRect& rect) function in class:WebCore::RenderThemeQt
|
/external/webkit/Source/WebCore/rendering/ |
H A D | RenderThemeSafari.h | 63 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
|
H A D | RenderReplaced.cpp | 408 theme()->adjustRepaintRect(this, r);
|
H A D | RenderTheme.h | 116 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
|
H A D | RenderThemeMac.h | 52 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
|
H A D | RenderTheme.cpp | 679 void RenderTheme::adjustRepaintRect(const RenderObject* o, IntRect& r) function in class:WebCore::RenderTheme
|
H A D | RenderThemeMac.mm | 501 void RenderThemeMac::adjustRepaintRect(const RenderObject* o, IntRect& r) 515 return RenderTheme::adjustRepaintRect(o, r);
|
H A D | RenderThemeSafari.cpp | 261 void RenderThemeSafari::adjustRepaintRect(const RenderObject* o, IntRect& r) function in class:WebCore::RenderThemeSafari
|
H A D | RenderBox.cpp | 1385 theme()->adjustRepaintRect(this, r);
|
/external/webkit/Source/WebCore/accessibility/ |
H A D | AccessibilityRenderObject.cpp | 1439 obj->theme()->adjustRepaintRect(obj, r);
|
Completed in 382 milliseconds