Searched refs:arrow_x (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
D | bubble_gtk.cc | 309 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 …]
|
D | bubble_gtk.h | 148 int arrow_x,
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar_view.cc | 157 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/ |
D | info_bubble_gtk.cc | 253 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()
|
D | info_bubble_gtk.h | 123 ArrowLocationGtk preferred_location, int arrow_x, int width);
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
D | infobar_view.cc | 200 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/ |
D | native_theme.h | 128 int arrow_x; member
|
D | native_theme_base.cc | 729 path.moveTo(menu_list.arrow_x, menu_list.arrow_y - 3); in PaintMenuList()
|
/external/chromium_org/webkit/child/ |
D | webfallbackthemeengine_impl.cc | 125 native_theme_extra_params->menu_list.arrow_x = in GetNativeThemeExtraParams()
|
D | webthemeengine_impl_android.cc | 128 native_theme_extra_params->menu_list.arrow_x = in GetNativeThemeExtraParams()
|
D | webthemeengine_impl_default.cc | 125 native_theme_extra_params->menu_list.arrow_x = in GetNativeThemeExtraParams()
|
/external/chromium/webkit/glue/ |
D | webthemeengine_impl_linux.cc | 126 native_theme_extra_params->menu_list.arrow_x = in GetNativeThemeExtraParams()
|
/external/chromium_org/ui/views/controls/combobox/ |
D | combobox.cc | 657 int arrow_x = disclosure_arrow_offset + GetDisclosureArrowLeftPadding(); in PaintText() local 658 gfx::Rect arrow_bounds(arrow_x, in PaintText()
|