HomeSort by relevance Sort by last modified time
    Searched full:bottom_arrow_size (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc 288 int bottom_arrow_size = IsArrowBottom(frame_style) ? kArrowSize : 0; local
329 width + x_off_l, height - bottom_arrow_size - kCornerSize,
332 width - kCornerSize + x_off_r, height - bottom_arrow_size + y_off,
336 if (bottom_arrow_size) {
340 arrow_x + bottom_arrow_size + 1 + x_off_l,
341 height - bottom_arrow_size + y_off,
349 arrow_x - bottom_arrow_size + x_off_r,
350 height - bottom_arrow_size + y_off,
357 kCornerSize + x_off_l, height -bottom_arrow_size + y_off,
360 x_off_r, height - bottom_arrow_size - kCornerSize, width, on_left))
    [all...]

Completed in 33 milliseconds