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

  /external/chromium/chrome/browser/chromeos/frame/
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...]
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_window.cc 118 window->non_client_view()->SetFrameView(new BubbleFrameView(window, style));
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.h 19 class BubbleFrameView;
83 BubbleFrameView* bubble_frame_view_;
login_html_dialog.cc 76 bubble_frame_view_ = static_cast<BubbleFrameView*>(

Completed in 655 milliseconds