Searched defs:arrow_x (Results 1 - 7 of 7) sorted by relevance
/external/chromium/chrome/browser/ui/views/infobars/ |
H A D | infobar_view.cc | 157 int arrow_x; local 162 if (delegate->DrawInfoBarArrows(&arrow_x) && arrow_fill_height) { 164 // centered at |arrow_x| + 0.5. Vertically, the stroke path is the center 169 SkIntToScalar(arrow_x) + SK_ScalarHalf - arrow_fill_half_width,
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
H A D | infobar_view.cc | 200 int arrow_x; local 205 if (delegate->DrawInfoBarArrows(&arrow_x) && arrow_fill_height) { 207 // centered at |arrow_x| + 0.5. Vertically, the stroke path is the center 212 SkIntToScalar(arrow_x) + SK_ScalarHalf - arrow_fill_half_width,
|
/external/chromium/chrome/browser/ui/gtk/ |
H A D | info_bubble_gtk.cc | 253 ArrowLocationGtk preferred_location, int arrow_x, int width) { 257 bool left_is_onscreen = (arrow_x - kArrowX + width < screen_width); 258 bool right_is_onscreen = (arrow_x + kArrowX - width >= 0); 283 toplevel_x + offset_x + (rect_.width() / 2), // arrow_x 252 GetArrowLocation( ArrowLocationGtk preferred_location, int arrow_x, int width) argument
|
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
H A D | bubble_gtk.cc | 309 int arrow_x = frame_style == ANCHOR_TOP_MIDDLE ? width / 2 : kArrowX; local 311 arrow_x - top_arrow_size + x_off_r, top_arrow_size, width, on_left)); 313 arrow_x + x_off_r, 0, width, on_left)); 315 arrow_x + 1 + x_off_l, 0, width, on_left)); 317 arrow_x + top_arrow_size + 1 + x_off_l, top_arrow_size, 337 int arrow_x = frame_style == ANCHOR_BOTTOM_MIDDLE ? local 340 arrow_x + bottom_arrow_size + 1 + x_off_l, 345 arrow_x + 1 + x_off_l, height + y_off, width, on_left)); 347 arrow_x + x_off_r, height + y_off, width, on_left)); 349 arrow_x 365 GetAllowedFrameStyle( FrameStyle preferred_style, int arrow_x, int arrow_y, int width, int height) argument [all...] |
/external/chromium_org/ui/native_theme/ |
H A D | native_theme.h | 128 int arrow_x; member in struct:ui::NativeTheme::MenuListExtraParams
|
/external/chromium_org/ui/views/controls/combobox/ |
H A D | combobox.cc | 657 int arrow_x = disclosure_arrow_offset + GetDisclosureArrowLeftPadding(); local 658 gfx::Rect arrow_bounds(arrow_x,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 390 milliseconds