Searched defs:BubbleFrameView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.h26 class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView, class in namespace:views
36 explicit BubbleFrameView(const gfx::Insets& content_margins);
37 virtual ~BubbleFrameView();
118 DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
H A Dbubble_frame_view.cc58 const char BubbleFrameView::kViewClassName[] = "BubbleFrameView";
61 gfx::Insets BubbleFrameView::GetTitleInsets() {
66 BubbleFrameView::BubbleFrameView(const gfx::Insets& content_margins) function in class:views::BubbleFrameView
91 BubbleFrameView::~BubbleFrameView() {}
93 gfx::Rect BubbleFrameView::GetBoundsForClientView() const {
100 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds(
102 return const_cast<BubbleFrameView*>(thi
[all...]

Completed in 688 milliseconds