/external/chromium_org/ui/views/bubble/ |
D | bubble_frame_view.cc | 56 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 …]
|
D | bubble_frame_view.h | 22 class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView, 32 explicit BubbleFrameView(const gfx::Insets& content_margins); 33 virtual ~BubbleFrameView(); 108 DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
|
D | bubble_delegate.cc | 135 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()
|
D | bubble_delegate.h | 22 class BubbleFrameView; variable 157 BubbleFrameView* GetBubbleFrameView() const;
|
D | bubble_frame_view_unittest.cc | 21 class TestBubbleFrameView : public BubbleFrameView { 24 : BubbleFrameView(gfx::Insets(kMargin, kMargin, kMargin, kMargin)), in TestBubbleFrameView()
|
D | tray_bubble_view.cc | 410 BubbleFrameView* frame = new BubbleFrameView(margins()); in CreateNonClientFrameView()
|
D | bubble_delegate_unittest.cc | 228 BubbleFrameView* frame = bubble_delegate->GetBubbleFrameView(); in TEST_F()
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | bubble_frame_view.cc | 42 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 …]
|
D | bubble_frame_view.h | 30 class BubbleFrameView : public views::NonClientFrameView, 33 BubbleFrameView(views::Window* frame, BubbleWindow::Style style); 34 virtual ~BubbleFrameView(); 79 DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
|
D | bubble_window.cc | 118 window->non_client_view()->SetFrameView(new BubbleFrameView(window, style)); in Create()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_html_dialog.h | 19 class BubbleFrameView; variable 83 BubbleFrameView* bubble_frame_view_;
|
D | login_html_dialog.cc | 76 bubble_frame_view_ = static_cast<BubbleFrameView*>( in Show()
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | info_bubble.cc | 33 class InfoBubbleFrame : public views::BubbleFrameView { 36 : views::BubbleFrameView(content_margins) {} in InfoBubbleFrame()
|
D | generated_credit_card_bubble_views.cc | 103 gfx::Insets insets = views::BubbleFrameView::GetTitleInsets(); in GeneratedCreditCardBubbleViews()
|
D | new_credit_card_bubble_views.cc | 157 gfx::Insets insets = views::BubbleFrameView::GetTitleInsets(); in NewCreditCardBubbleViews()
|
D | autofill_dialog_views.cc | 676 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/ |
D | dialog_delegate.cc | 164 BubbleFrameView* frame = new BubbleFrameView(gfx::Insets()); in CreateDialogFrameView()
|
D | dialog_delegate_unittest.cc | 186 BubbleFrameView* frame = static_cast<BubbleFrameView*>(view->frame_view()); in TEST_F()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | screen_capture_notification_ui_views.cc | 240 views::BubbleFrameView* frame = new views::BubbleFrameView( in CreateNonClientFrameView()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | login_web_dialog.h | 20 class BubbleFrameView; variable
|