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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeWin.h 41 virtual bool invalidateOnMouseEnterExit() OVERRIDE;
ScrollbarTheme.h 59 virtual bool invalidateOnMouseEnterExit() { return false; }
ScrollbarThemeWin.cpp 73 bool ScrollbarThemeWin::invalidateOnMouseEnterExit()
Scrollbar.cpp 327 if ((m_hoveredPart == NoPart || part == NoPart) && theme()->invalidateOnMouseEnterExit())

Completed in 81 milliseconds