Searched refs:buttonsPlacement (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbar.cpp233 ScrollbarButtonsPlacement buttonsPlacement = theme()->buttonsPlacement(); local
236 needRenderer = (buttonsPlacement == ScrollbarButtonsSingle || buttonsPlacement == ScrollbarButtonsDoubleStart ||
237 buttonsPlacement == ScrollbarButtonsDoubleBoth);
240 needRenderer = (buttonsPlacement == ScrollbarButtonsDoubleStart || buttonsPlacement == ScrollbarButtonsDoubleBoth);
243 needRenderer = (buttonsPlacement == ScrollbarButtonsDoubleEnd || buttonsPlacement == ScrollbarButtonsDoubleBoth);
246 needRenderer = (buttonsPlacement
[all...]
H A DRenderScrollbarTheme.h41 virtual ScrollbarButtonsPlacement buttonsPlacement() const OVERRIDE { return ScrollbarTheme::theme()->buttonsPlacement(); }
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMacNonOverlayAPI.mm188 ScrollbarButtonsPlacement ScrollbarThemeMacNonOverlayAPI::buttonsPlacement() const
195 return scrollbar->enabled() && buttonsPlacement() != ScrollbarButtonsNone
231 if (part == BackButtonStartPart && (buttonsPlacement() == ScrollbarButtonsNone || buttonsPlacement() == ScrollbarButtonsDoubleEnd))
234 if (part == BackButtonEndPart && (buttonsPlacement() == ScrollbarButtonsNone || buttonsPlacement() == ScrollbarButtonsDoubleStart || buttonsPlacement() == ScrollbarButtonsSingle))
238 bool outerButton = part == BackButtonStartPart && (buttonsPlacement() == ScrollbarButtonsDoubleStart || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
265 if (part == ForwardButtonEndPart && (buttonsPlacement()
[all...]
H A DScrollbarThemeMacNonOverlayAPI.h42 virtual ScrollbarButtonsPlacement buttonsPlacement() const OVERRIDE;
H A DScrollbarThemeMacOverlayAPI.mm152 ScrollbarButtonsPlacement ScrollbarThemeMacOverlayAPI::buttonsPlacement() const
169 ASSERT(buttonsPlacement() == ScrollbarButtonsNone);
175 ASSERT(buttonsPlacement() == ScrollbarButtonsNone);
H A DScrollbarThemeMacOverlayAPI.h46 virtual ScrollbarButtonsPlacement buttonsPlacement() const OVERRIDE;
H A DScrollbarTheme.h53 virtual ScrollbarButtonsPlacement buttonsPlacement() const { return ScrollbarButtonsSingle; } function in class:WebCore::ScrollbarTheme
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp1060 ScrollbarButtonsPlacement buttonsPlacement = scrollbar->theme()->buttonsPlacement(); local
1062 return buttonsPlacement == ScrollbarButtonsDoubleStart || buttonsPlacement == ScrollbarButtonsDoubleBoth;
1064 return buttonsPlacement == ScrollbarButtonsDoubleEnd || buttonsPlacement == ScrollbarButtonsDoubleBoth;
1069 ScrollbarButtonsPlacement buttonsPlacement = scrollbar->theme()->buttonsPlacement(); local
1071 return buttonsPlacement == ScrollbarButtonsSingle;
1076 ScrollbarButtonsPlacement buttonsPlacement local
[all...]

Completed in 479 milliseconds