Searched refs:top_arrow (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dbubble_border.cc37 top_arrow = *rb.GetImageSkiaNamed(arrow_image_ids[1]);
40 arrow_thickness = top_arrow.height();
197 const int min = images_->border_thickness + (images_->top_arrow.width() / 2);
250 const int min_with_arrow_width = min + images_->top_arrow.width();
269 &images_->top_arrow : &images_->bottom_arrow;
281 const int half_length = images_->top_arrow.width() / 2;
H A Dbubble_border.h35 gfx::ImageSkia top_arrow; member in struct:views::internal::BorderImages
H A Dbubble_border_unittest.cc222 2 * kImages->border_thickness + kImages->top_arrow.width(),
343 kImages->border_thickness + (kImages->top_arrow.width() / 2);

Completed in 502 milliseconds