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 47 // Custom border for TrayBubbleView. Contains special logic for GetBounds()
53 TrayBubbleView::InitParams params)
106 TrayBubbleView::InitParams::kArrowDefaultOffset) {
120 TrayBubbleView::InitParams::kArrowDefaultOffset) {
148 // alternate solutions if the TrayBubbleView is needed there in the future.
201 explicit BottomAlignedBoxLayout(TrayBubbleView* bubble_view)
229 TrayBubbleView* bubble_view_;
241 const int TrayBubbleView::InitParams::kArrowDefaultOffset = -1;
243 TrayBubbleView::InitParams::InitParams(AnchorType anchor_type,
264 TrayBubbleView* TrayBubbleView::Create(gfx::NativeView parent_window
    [all...]
tray_bubble_view.h 33 class VIEWS_EXPORT TrayBubbleView : public views::BubbleDelegateView {
54 typedef TrayBubbleView::AnchorType AnchorType;
55 typedef TrayBubbleView::AnchorAlignment AnchorAlignment;
80 virtual void HideBubble(const TrayBubbleView* bubble_view) = 0;
109 // Constructs and returns a TrayBubbleView. init_params may be modified.
110 static TrayBubbleView* Create(gfx::NativeView parent_window,
115 virtual ~TrayBubbleView();
163 TrayBubbleView(gfx::NativeView parent_window,
184 DISALLOW_COPY_AND_ASSIGN(TrayBubbleView);

Completed in 40 milliseconds