Searched defs:arrow_x (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc157 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 Dinfobar_view.cc166 int arrow_x; local
171 if (delegate->DrawInfoBarArrows(&arrow_x) && arrow_fill_height) {
173 // centered at |arrow_x| + 0.5. Vertically, the stroke path is the center
178 SkIntToScalar(arrow_x) + SK_ScalarHalf - arrow_fill_half_width,
/external/chromium/chrome/browser/ui/gtk/
H A Dinfo_bubble_gtk.cc253 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 Dbubble_gtk.cc309 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 Dnative_theme.h135 int arrow_x; member in struct:ui::NativeTheme::MenuListExtraParams
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 238 milliseconds