Home
last modified time | relevance | path

Searched refs:ScrollbarButtonsDoubleBoth (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderScrollbar.cpp242 buttonsPlacement == ScrollbarButtonsDoubleBoth); in updateScrollbarPart()
245 …buttonsPlacement == ScrollbarButtonsDoubleStart || buttonsPlacement == ScrollbarButtonsDoubleBoth); in updateScrollbarPart()
248 … (buttonsPlacement == ScrollbarButtonsDoubleEnd || buttonsPlacement == ScrollbarButtonsDoubleBoth); in updateScrollbarPart()
252 buttonsPlacement == ScrollbarButtonsDoubleBoth); in updateScrollbarPart()
/external/webkit/Source/WebCore/platform/
DScrollTypes.h150 ScrollbarButtonsDoubleBoth enumerator
/external/webkit/Source/WebCore/platform/mac/
DScrollbarThemeMac.mm146 gButtonPlacement = ScrollbarButtonsDoubleBoth;
291 …onsPlacement() == ScrollbarButtonsDoubleStart || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
328 …ttonsPlacement() == ScrollbarButtonsDoubleEnd || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
377 case ScrollbarButtonsDoubleBoth:
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromiumMac.mm135 gButtonPlacement = ScrollbarButtonsDoubleBoth;
241 …onsPlacement() == ScrollbarButtonsDoubleStart || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
278 …ttonsPlacement() == ScrollbarButtonsDoubleEnd || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
327 case ScrollbarButtonsDoubleBoth:
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp3004 … buttonsPlacement == ScrollbarButtonsDoubleStart || buttonsPlacement == ScrollbarButtonsDoubleBoth; in checkScrollbarPseudoClass()
3006 …rn buttonsPlacement == ScrollbarButtonsDoubleEnd || buttonsPlacement == ScrollbarButtonsDoubleBoth; in checkScrollbarPseudoClass()