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

  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.h 29 // BubbleFrameView implements a BubbleBorder based window frame.
30 class BubbleFrameView : public views::NonClientFrameView,
33 BubbleFrameView(views::Window* frame, BubbleWindow::Style style);
34 virtual ~BubbleFrameView();
79 DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
bubble_frame_view.cc 42 BubbleFrameView::BubbleFrameView(views::Window* frame,
77 BubbleFrameView::~BubbleFrameView() {
80 void BubbleFrameView::StartThrobber() {
87 void BubbleFrameView::StopThrobber() {
94 gfx::Rect BubbleFrameView::GetBoundsForClientView() const {
98 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds(
126 int BubbleFrameView::NonClientHitTest(const gfx::Point& point) {
130 void BubbleFrameView::GetWindowMask(const gfx::Size& size
    [all...]
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 22 class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
32 explicit BubbleFrameView(const gfx::Insets& content_margins);
33 virtual ~BubbleFrameView();
104 DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
bubble_frame_view.cc 55 const char BubbleFrameView::kViewClassName[] = "BubbleFrameView";
58 gfx::Insets BubbleFrameView::GetTitleInsets() {
62 BubbleFrameView::BubbleFrameView(const gfx::Insets& content_margins)
86 BubbleFrameView::~BubbleFrameView() {}
88 gfx::Rect BubbleFrameView::GetBoundsForClientView() const {
95 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds(
97 return const_cast<BubbleFrameView*>(this)->GetUpdatedWindowBounds
    [all...]

Completed in 43 milliseconds