Searched refs:isMockTheme (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DScrollbarThemeMock.h50 virtual bool isMockTheme() const { return true; } function in class:WebCore::ScrollbarThemeMock
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollbarTheme.h113 virtual bool isMockTheme() const { return false; } function in class:WebCore::ScrollbarTheme
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DScrollbarThemeMac.mm81 if (theme->isMockTheme())
99 if (theme->isMockTheme())
H A DScrollAnimatorMac.mm70 return !scrollbarTheme->isMockTheme() ? static_cast<ScrollbarThemeMac*>(scrollbarTheme) : 0;

Completed in 124 milliseconds