Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/gtk/bubble/
Dbubble_gtk.cc309 int arrow_x = frame_style == ANCHOR_TOP_MIDDLE ? width / 2 : kArrowX; in MakeFramePolygonPoints() local
311 arrow_x - top_arrow_size + x_off_r, top_arrow_size, width, on_left)); in MakeFramePolygonPoints()
313 arrow_x + x_off_r, 0, width, on_left)); in MakeFramePolygonPoints()
315 arrow_x + 1 + x_off_l, 0, width, on_left)); in MakeFramePolygonPoints()
317 arrow_x + top_arrow_size + 1 + x_off_l, top_arrow_size, in MakeFramePolygonPoints()
337 int arrow_x = frame_style == ANCHOR_BOTTOM_MIDDLE ? in MakeFramePolygonPoints() local
340 arrow_x + bottom_arrow_size + 1 + x_off_l, in MakeFramePolygonPoints()
345 arrow_x + 1 + x_off_l, height + y_off, width, on_left)); in MakeFramePolygonPoints()
347 arrow_x + x_off_r, height + y_off, width, on_left)); in MakeFramePolygonPoints()
349 arrow_x - bottom_arrow_size + x_off_r, in MakeFramePolygonPoints()
[all …]
Dbubble_gtk.h148 int arrow_x,
/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_org/chrome/browser/ui/views/infobars/
Dinfobar_view.cc200 int arrow_x; in Layout() local
205 if (delegate->DrawInfoBarArrows(&arrow_x) && arrow_fill_height) { in Layout()
212 SkIntToScalar(arrow_x) + SK_ScalarHalf - arrow_fill_half_width, in Layout()
/external/chromium_org/ui/native_theme/
Dnative_theme.h128 int arrow_x; member
Dnative_theme_base.cc729 path.moveTo(menu_list.arrow_x, menu_list.arrow_y - 3); in PaintMenuList()
/external/chromium_org/webkit/child/
Dwebfallbackthemeengine_impl.cc125 native_theme_extra_params->menu_list.arrow_x = in GetNativeThemeExtraParams()
Dwebthemeengine_impl_android.cc128 native_theme_extra_params->menu_list.arrow_x = in GetNativeThemeExtraParams()
Dwebthemeengine_impl_default.cc125 native_theme_extra_params->menu_list.arrow_x = in GetNativeThemeExtraParams()
/external/chromium/webkit/glue/
Dwebthemeengine_impl_linux.cc126 native_theme_extra_params->menu_list.arrow_x = in GetNativeThemeExtraParams()
/external/chromium_org/ui/views/controls/combobox/
Dcombobox.cc657 int arrow_x = disclosure_arrow_offset + GetDisclosureArrowLeftPadding(); in PaintText() local
658 gfx::Rect arrow_bounds(arrow_x, in PaintText()