Home
last modified time | relevance | path

Searched refs:arrowDirection (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.cpp140 int arrowDirection; in paintButton() local
142arrowDirection = part == BackButtonStartPart ? BControlLook::B_UP_ARROW : BControlLook::B_DOWN_ARR… in paintButton()
144arrowDirection = part == BackButtonStartPart ? BControlLook::B_LEFT_ARROW : BControlLook::B_RIGHT_… in paintButton()
146 …rol_look->DrawArrowShape(view, drawRect, drawRect, ui_color(B_CONTROL_TEXT_COLOR), arrowDirection); in paintButton()
/external/webkit/Source/WebCore/platform/gtk/
DWidgetRenderingContext.h51 …void gtkPaintArrow(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, int arrowDirection, co…
DWidgetRenderingContext.cpp205 …idget* widget, GtkStateType stateType, GtkShadowType shadowType, int arrowDirection, const gchar* … in gtkPaintArrow() argument
209 …static_cast<GtkArrowType>(arrowDirection), TRUE, paintRect.x, paintRect.y, paintRect.width, paintR… in gtkPaintArrow()