HomeSort by relevance Sort by last modified time
    Searched defs:BubbleFrameView (Results 1 - 2 of 2) 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...]

Completed in 49 milliseconds