Home
last modified time | relevance | path

Searched refs:arrow_x (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_view.cc157 int arrow_x; in Layout() local
162 if (delegate->DrawInfoBarArrows(&arrow_x) && arrow_fill_height) { in Layout()
169 SkIntToScalar(arrow_x) + SK_ScalarHalf - arrow_fill_half_width, in Layout()
/external/chromium/chrome/browser/ui/gtk/
Dinfo_bubble_gtk.cc253 ArrowLocationGtk preferred_location, int arrow_x, int width) { in GetArrowLocation() argument
257 bool left_is_onscreen = (arrow_x - kArrowX + width < screen_width); in GetArrowLocation()
258 bool right_is_onscreen = (arrow_x + kArrowX - width >= 0); in GetArrowLocation()
Dinfo_bubble_gtk.h123 ArrowLocationGtk preferred_location, int arrow_x, int width);
/external/chromium/webkit/glue/
Dwebthemeengine_impl_linux.cc126 native_theme_extra_params->menu_list.arrow_x = in GetNativeThemeExtraParams()