OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BubbleFrameView
(Results
1 - 20
of
20
) 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_org/ui/views/bubble/
bubble_frame_view.cc
56
const char
BubbleFrameView
::kViewClassName[] = "
BubbleFrameView
";
59
gfx::Insets
BubbleFrameView
::GetTitleInsets() {
63
BubbleFrameView
::
BubbleFrameView
(const gfx::Insets& content_margins)
87
BubbleFrameView
::~
BubbleFrameView
() {}
89
gfx::Rect
BubbleFrameView
::GetBoundsForClientView() const {
96
gfx::Rect
BubbleFrameView
::GetWindowBoundsForClientBounds(
98
return const_cast<
BubbleFrameView
*>(this)->GetUpdatedWindowBounds
[
all
...]
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
);
bubble_delegate.cc
135
BubbleFrameView
* frame = new
BubbleFrameView
(margins());
315
BubbleFrameView
* BubbleDelegateView::GetBubbleFrameView() const {
318
return view ? static_cast<
BubbleFrameView
*>(view->frame_view()) : NULL;
338
BubbleFrameView
* frame_view = GetBubbleFrameView();
bubble_delegate.h
22
class
BubbleFrameView
;
157
BubbleFrameView
* GetBubbleFrameView() const;
bubble_frame_view_unittest.cc
21
class TestBubbleFrameView : public
BubbleFrameView
{
24
:
BubbleFrameView
(gfx::Insets(kMargin, kMargin, kMargin, kMargin)),
30
//
BubbleFrameView
overrides:
tray_bubble_view.cc
410
BubbleFrameView
* frame = new
BubbleFrameView
(margins());
bubble_delegate_unittest.cc
228
BubbleFrameView
* frame = bubble_delegate->GetBubbleFrameView();
/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
*>(
/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
628
//
BubbleFrameView
doesn't mask the window, it just draws the border via
676
std::string bubble_frame_view_name(views::
BubbleFrameView
::kViewClassName);
678
return static_cast<views::
BubbleFrameView
*>(frame)->bubble_border();
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
login_web_dialog.h
20
class
BubbleFrameView
;
/external/chromium_org/ui/views/window/
dialog_delegate.cc
164
BubbleFrameView
* frame = new
BubbleFrameView
(gfx::Insets());
dialog_delegate_unittest.cc
184
// Ensure that the new style's
BubbleFrameView
hit-tests as expected.
186
BubbleFrameView
* frame = static_cast<
BubbleFrameView
*>(view->frame_view());
/external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc
240
views::
BubbleFrameView
* frame = new views::
BubbleFrameView
(
Completed in 85 milliseconds