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

  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 75 // Custom border for TrayBubbleView. Contains special logic for GetBounds()
81 TrayBubbleView::InitParams params)
134 TrayBubbleView::InitParams::kArrowDefaultOffset) {
148 TrayBubbleView::InitParams::kArrowDefaultOffset) {
176 // alternate solutions if the TrayBubbleView is needed there in the future.
229 explicit BottomAlignedBoxLayout(TrayBubbleView* bubble_view)
257 TrayBubbleView* bubble_view_;
269 const int TrayBubbleView::InitParams::kArrowDefaultOffset = -1;
271 TrayBubbleView::InitParams::InitParams(AnchorType anchor_type,
292 TrayBubbleView* TrayBubbleView::Create(gfx::NativeView parent_window
    [all...]
tray_bubble_view.h 34 class VIEWS_EXPORT TrayBubbleView : public views::BubbleDelegateView,
56 typedef TrayBubbleView::AnchorType AnchorType;
57 typedef TrayBubbleView::AnchorAlignment AnchorAlignment;
85 virtual void HideBubble(const TrayBubbleView* bubble_view) = 0;
114 // Constructs and returns a TrayBubbleView. init_params may be modified.
115 static TrayBubbleView* Create(gfx::NativeView parent_window,
120 virtual ~TrayBubbleView();
171 TrayBubbleView(gfx::NativeView parent_window,
199 DISALLOW_COPY_AND_ASSIGN(TrayBubbleView);

Completed in 36 milliseconds