/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
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 - bottom_arrow_size + x_off_r [all...] |
bubble_gtk.h | 144 // |arrow_x| (or |arrow_y|) is the X component (or Y component) in screen 148 int arrow_x,
|
/external/chromium/chrome/browser/ui/views/infobars/ |
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/chrome/browser/ui/gtk/ |
info_bubble_gtk.h | 119 // facing to fit onscreen). |arrow_x| is the X component in screen 123 ArrowLocationGtk preferred_location, int arrow_x, int width);
|
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
|
/external/chromium_org/ui/native_theme/ |
native_theme.h | 128 int arrow_x; member in struct:ui::NativeTheme::MenuListExtraParams
|
native_theme_base.cc | 729 path.moveTo(menu_list.arrow_x, menu_list.arrow_y - 3); [all...] |
/external/chromium_org/chrome/browser/ui/views/infobars/ |
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/webkit/glue/ |
webthemeengine_impl_linux.cc | 126 native_theme_extra_params->menu_list.arrow_x =
|
/external/chromium_org/webkit/child/ |
webfallbackthemeengine_impl.cc | 125 native_theme_extra_params->menu_list.arrow_x =
|
webthemeengine_impl_android.cc | 128 native_theme_extra_params->menu_list.arrow_x =
|
webthemeengine_impl_default.cc | 125 native_theme_extra_params->menu_list.arrow_x =
|
/external/chromium_org/ui/views/controls/combobox/ |
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/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |