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

  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 58 const char BubbleFrameView::kViewClassName[] = "BubbleFrameView";
61 gfx::Insets BubbleFrameView::GetTitleInsets() {
66 BubbleFrameView::BubbleFrameView(const gfx::Insets& content_margins)
91 BubbleFrameView::~BubbleFrameView() {}
93 gfx::Rect BubbleFrameView::GetBoundsForClientView() const {
100 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds(
102 return const_cast<BubbleFrameView*>(this)->GetUpdatedWindowBounds
    [all...]
bubble_frame_view.h 26 class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
36 explicit BubbleFrameView(const gfx::Insets& content_margins);
37 virtual ~BubbleFrameView();
118 DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
bubble_delegate.cc 128 BubbleFrameView* frame = new BubbleFrameView(margins());
264 BubbleFrameView* BubbleDelegateView::GetBubbleFrameView() const {
267 return view ? static_cast<BubbleFrameView*>(view->frame_view()) : NULL;
288 BubbleFrameView* frame_view = GetBubbleFrameView();
bubble_delegate.h 21 class BubbleFrameView;
138 BubbleFrameView* GetBubbleFrameView() const;
bubble_frame_view_unittest.cc 21 class TestBubbleFrameView : public BubbleFrameView {
24 : BubbleFrameView(gfx::Insets(kMargin, kMargin, kMargin, kMargin)),
31 // BubbleFrameView overrides:
tray_bubble_view.cc 408 BubbleFrameView* frame = new BubbleFrameView(margins());
bubble_delegate_unittest.cc 220 BubbleFrameView* frame = bubble_delegate->GetBubbleFrameView();
  /external/chromium_org/ash/ime/
mode_indicator_view.cc 27 class ModeIndicatorFrameView : public views::BubbleFrameView {
30 : views::BubbleFrameView(content_margins) {}
34 // views::BubbleFrameView overrides:
86 views::BubbleFrameView* frame = new ModeIndicatorFrameView(margins());
  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.cc 33 class InfoBubbleFrame : public views::BubbleFrameView {
36 : views::BubbleFrameView(content_margins) {}
generated_credit_card_bubble_views.cc 103 gfx::Insets insets = views::BubbleFrameView::GetTitleInsets();
new_credit_card_bubble_views.cc 157 gfx::Insets insets = views::BubbleFrameView::GetTitleInsets();
autofill_dialog_views.cc 639 // BubbleFrameView doesn't mask the window, it just draws the border via
701 std::string bubble_frame_view_name(views::BubbleFrameView::kViewClassName);
703 return static_cast<views::BubbleFrameView*>(frame)->bubble_border();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_web_dialog.h 24 class BubbleFrameView;
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 185 BubbleFrameView* frame = new BubbleFrameView(gfx::Insets());
dialog_delegate_unittest.cc 189 // Ensure that the new style's BubbleFrameView hit-tests as expected.
191 BubbleFrameView* frame = static_cast<BubbleFrameView*>(view->frame_view());
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 277 views::BubbleFrameView* frame = new views::BubbleFrameView(
desktop_media_picker_views.cc 463 const gfx::Insets title_insets = views::BubbleFrameView::GetTitleInsets();
475 const gfx::Insets title_insets = views::BubbleFrameView::GetTitleInsets();
  /external/chromium_org/ui/app_list/views/
app_list_view.cc 127 void set_frame(views::BubbleFrameView* frame) { frame_ = frame; }
142 views::BubbleFrameView* frame_;

Completed in 332 milliseconds