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

  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 26 class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
36 explicit BubbleFrameView(const gfx::Insets& content_margins);
37 virtual ~BubbleFrameView();
118 DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
bubble_frame_view.cc 58 const char BubbleFrameView::kViewClassName[] = "BubbleFrameView";
61 gfx::Insets BubbleFrameView::GetTitleInsets() {
66 BubbleFrameView::BubbleFrameView(const gfx::Insets& content_margins)
91 BubbleFrameView::~BubbleFrameView() {}
93 gfx::Rect BubbleFrameView::GetBoundsForClientView() const {
100 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds(
102 return const_cast<BubbleFrameView*>(this)->GetUpdatedWindowBounds
    [all...]

Completed in 83 milliseconds