HomeSort by relevance Sort by last modified time
    Searched refs:arrow_x (Results 1 - 5 of 5) sorted by null

  /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/webkit/glue/
webthemeengine_impl_linux.cc 126 native_theme_extra_params->menu_list.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 

Completed in 1020 milliseconds