Home
last modified time | relevance | path

Searched refs:BubbleFrameView (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/ui/views/bubble/
Dbubble_frame_view.cc56 const char BubbleFrameView::kViewClassName[] = "BubbleFrameView";
59 gfx::Insets BubbleFrameView::GetTitleInsets() { in GetTitleInsets()
63 BubbleFrameView::BubbleFrameView(const gfx::Insets& content_margins) in BubbleFrameView() function in views::BubbleFrameView
87 BubbleFrameView::~BubbleFrameView() {} in ~BubbleFrameView()
89 gfx::Rect BubbleFrameView::GetBoundsForClientView() const { in GetBoundsForClientView()
96 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds( in GetWindowBoundsForClientBounds()
98 return const_cast<BubbleFrameView*>(this)->GetUpdatedWindowBounds( in GetWindowBoundsForClientBounds()
102 int BubbleFrameView::NonClientHitTest(const gfx::Point& point) { in NonClientHitTest()
121 void BubbleFrameView::GetWindowMask(const gfx::Size& size, in GetWindowMask()
149 void BubbleFrameView::ResetWindowControls() { in ResetWindowControls()
[all …]
Dbubble_frame_view.h22 class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
32 explicit BubbleFrameView(const gfx::Insets& content_margins);
33 virtual ~BubbleFrameView();
108 DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
Dbubble_delegate.cc135 BubbleFrameView* frame = new BubbleFrameView(margins()); in CreateNonClientFrameView()
315 BubbleFrameView* BubbleDelegateView::GetBubbleFrameView() const { in GetBubbleFrameView()
318 return view ? static_cast<BubbleFrameView*>(view->frame_view()) : NULL; in GetBubbleFrameView()
338 BubbleFrameView* frame_view = GetBubbleFrameView(); in UpdateColorsFromTheme()
Dbubble_delegate.h22 class BubbleFrameView; variable
157 BubbleFrameView* GetBubbleFrameView() const;
Dbubble_frame_view_unittest.cc21 class TestBubbleFrameView : public BubbleFrameView {
24 : BubbleFrameView(gfx::Insets(kMargin, kMargin, kMargin, kMargin)), in TestBubbleFrameView()
Dtray_bubble_view.cc410 BubbleFrameView* frame = new BubbleFrameView(margins()); in CreateNonClientFrameView()
Dbubble_delegate_unittest.cc228 BubbleFrameView* frame = bubble_delegate->GetBubbleFrameView(); in TEST_F()
/external/chromium/chrome/browser/chromeos/frame/
Dbubble_frame_view.cc42 BubbleFrameView::BubbleFrameView(views::Window* frame, in BubbleFrameView() function in chromeos::BubbleFrameView
77 BubbleFrameView::~BubbleFrameView() { in ~BubbleFrameView()
80 void BubbleFrameView::StartThrobber() { in StartThrobber()
87 void BubbleFrameView::StopThrobber() { in StopThrobber()
94 gfx::Rect BubbleFrameView::GetBoundsForClientView() const { in GetBoundsForClientView()
98 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds( in GetWindowBoundsForClientBounds()
126 int BubbleFrameView::NonClientHitTest(const gfx::Point& point) { in NonClientHitTest()
130 void BubbleFrameView::GetWindowMask(const gfx::Size& size, in GetWindowMask()
134 void BubbleFrameView::EnableClose(bool enable) { in EnableClose()
137 void BubbleFrameView::ResetWindowControls() { in ResetWindowControls()
[all …]
Dbubble_frame_view.h30 class BubbleFrameView : public views::NonClientFrameView,
33 BubbleFrameView(views::Window* frame, BubbleWindow::Style style);
34 virtual ~BubbleFrameView();
79 DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
Dbubble_window.cc118 window->non_client_view()->SetFrameView(new BubbleFrameView(window, style)); in Create()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_html_dialog.h19 class BubbleFrameView; variable
83 BubbleFrameView* bubble_frame_view_;
Dlogin_html_dialog.cc76 bubble_frame_view_ = static_cast<BubbleFrameView*>( in Show()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dinfo_bubble.cc33 class InfoBubbleFrame : public views::BubbleFrameView {
36 : views::BubbleFrameView(content_margins) {} in InfoBubbleFrame()
Dgenerated_credit_card_bubble_views.cc103 gfx::Insets insets = views::BubbleFrameView::GetTitleInsets(); in GeneratedCreditCardBubbleViews()
Dnew_credit_card_bubble_views.cc157 gfx::Insets insets = views::BubbleFrameView::GetTitleInsets(); in NewCreditCardBubbleViews()
Dautofill_dialog_views.cc676 std::string bubble_frame_view_name(views::BubbleFrameView::kViewClassName); in GetBubbleBorder()
678 return static_cast<views::BubbleFrameView*>(frame)->bubble_border(); in GetBubbleBorder()
/external/chromium_org/ui/views/window/
Ddialog_delegate.cc164 BubbleFrameView* frame = new BubbleFrameView(gfx::Insets()); in CreateDialogFrameView()
Ddialog_delegate_unittest.cc186 BubbleFrameView* frame = static_cast<BubbleFrameView*>(view->frame_view()); in TEST_F()
/external/chromium_org/chrome/browser/ui/views/
Dscreen_capture_notification_ui_views.cc240 views::BubbleFrameView* frame = new views::BubbleFrameView( in CreateNonClientFrameView()
/external/chromium_org/chrome/browser/chromeos/login/
Dlogin_web_dialog.h20 class BubbleFrameView; variable