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

/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_frame_view.h29 // BubbleFrameView implements a BubbleBorder based window frame.
30 class BubbleFrameView : public views::NonClientFrameView, class in namespace:chromeos
33 BubbleFrameView(views::Window* frame, BubbleWindow::Style style);
34 virtual ~BubbleFrameView();
79 DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
H A Dbubble_frame_view.cc42 BubbleFrameView::BubbleFrameView(views::Window* frame, function in class:chromeos::BubbleFrameView
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
[all...]

Completed in 61 milliseconds