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

  /external/chromium_org/ash/shell/
bubble.cc 17 views::View* anchor_view; member in struct:ash::shell::BubbleConfig
24 : BubbleDelegateView(config.anchor_view, config.arrow),
37 void CreatePointyBubble(views::View* anchor_view) {
40 config.anchor_view = anchor_view;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.cc 52 views::View* anchor_view = anchor_to_view ? local
59 zoom_bubble_->anchor_view() == anchor_view &&
68 zoom_bubble_ = new ZoomBubbleView(anchor_view,
108 views::View* anchor_view,
113 : BubbleDelegateView(anchor_view, anchor_view ?
138 if (anchor_view())
  /external/chromium_org/ui/views/bubble/
bubble_delegate.h 35 BubbleDelegateView(View* anchor_view, BubbleBorder::Arrow arrow);
61 View* anchor_view() const { return anchor_view_; } function in class:views::BubbleDelegateView
144 void set_anchor_view(View* anchor_view) { anchor_view_ = anchor_view; }
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 1113 views::View* anchor_view; local
    [all...]

Completed in 325 milliseconds