HomeSort by relevance Sort by last modified time
    Searched defs:arrow_location (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.cc 117 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
124 arrow_location,
extension_installed_bubble_gtk.cc 261 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
271 arrow_location =
283 arrow_location,
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.cc 15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT; local
17 arrow_location = BubbleBorder::horizontal_mirror(arrow_location);
20 bubble_border_ = new BubbleBorder(arrow_location);
31 BubbleBorder::ArrowLocation arrow_location,
37 arrow_location = BubbleBorder::horizontal_mirror(arrow_location);
38 bubble_border_->set_arrow_location(arrow_location);
56 local_contents_size, &arrow_location,
61 local_contents_size, &arrow_location,
    [all...]
border_contents_unittest.cc 48 BubbleBorder::ArrowLocation arrow_location = local
49 border_contents.bubble_border()->arrow_location();
50 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
51 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
52 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
64 arrow_location = border_contents.bubble_border()->arrow_location();
66 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
67 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
68 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
205 BubbleBorder::ArrowLocation arrow_location = local
227 BubbleBorder::ArrowLocation arrow_location = local
    [all...]
bubble_border.h 36 explicit BubbleBorder(ArrowLocation arrow_location)
38 arrow_location_(arrow_location),
53 void set_arrow_location(ArrowLocation arrow_location) {
54 arrow_location_ = arrow_location;
56 ArrowLocation arrow_location() const { return arrow_location_; } function in class:BubbleBorder
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 87 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? local
94 arrow_location,
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 159 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
166 arrow_location,
  /external/chromium/chrome/browser/ui/gtk/
first_run_bubble.cc 103 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
110 arrow_location,
page_info_bubble_gtk.cc 125 InfoBubbleGtk::ArrowLocationGtk arrow_location = base::i18n::IsRTL() ? local
131 arrow_location,
content_setting_bubble_gtk.cc 255 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
263 arrow_location,
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 344 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_RIGHT; local
352 arrow_location = BubbleBorder::TOP_LEFT;
357 arrow_location, bubble_content_, this);
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 509 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? local
513 arrow_location, inspect_with_devtools,
    [all...]

Completed in 261 milliseconds