OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bubble_view
(Results
1 - 25
of
38
) sorted by null
1
2
/external/chromium_org/ash/test/
overflow_bubble_view_test_api.cc
13
internal::OverflowBubbleView*
bubble_view
)
14
: bubble_view_(
bubble_view
) {
overflow_bubble_view_test_api.h
24
explicit OverflowBubbleViewTestAPI(internal::OverflowBubbleView*
bubble_view
);
/external/chromium_org/ui/message_center/views/
message_center_bubble.cc
55
bubble_->
bubble_view
()->UpdateBubble();
94
bubble_view
()->GetWidget()->AddObserver(this);
102
bubble_view
()->AddChildView(new ContentsView(this, message_center_view_));
106
bubble_view
()->Layout();
115
if (!
bubble_view
())
120
bubble_view
()->GetWidget()->Show();
121
bubble_view
()->UpdateBubble();
125
bubble_view
()->GetWidget()->RemoveObserver(this);
message_bubble_base.h
38
virtual void InitializeContents(views::TrayBubbleView*
bubble_view
) = 0;
56
views::TrayBubbleView*
bubble_view
() const { return bubble_view_; }
function in class:message_center::MessageBubbleBase
65
void set_bubble_view(views::TrayBubbleView*
bubble_view
) {
66
bubble_view_ =
bubble_view
;
message_bubble_base.cc
54
return
bubble_view
() &&
bubble_view
()->GetWidget()->IsVisible();
message_center_bubble.h
37
virtual void InitializeContents(views::TrayBubbleView*
bubble_view
) OVERRIDE;
/external/chromium_org/ash/system/tray/
system_tray.cc
96
new internal::TrayBubbleWrapper(tray, bubble_->
bubble_view
()));
99
bubble_->
bubble_view
()->SetArrowPaintType(
116
TrayBubbleView*
bubble_view
() const { return bubble_->
bubble_view
(); }
function in class:ash::internal::SystemBubbleWrapper
373
return notification_bubble_->
bubble_view
()->GetBoundsInScreen().Contains(
515
default_bubble_height_ = system_bubble_->
bubble_view
()->height();
551
system_bubble_->
bubble_view
() &&
552
system_bubble_->
bubble_view
()->GetWidget()) {
553
anchor = system_bubble_->
bubble_view
();
571
if (notification_bubble->
bubble_view
()->child_count() == 0)
583
TrayBubbleView*
bubble_view
= NULL;
local
[
all
...]
tray_bubble_wrapper.h
27
views::TrayBubbleView*
bubble_view
);
37
const views::TrayBubbleView*
bubble_view
() const { return bubble_view_; }
function in class:ash::internal::TrayBubbleWrapper
tray_bubble_wrapper.cc
20
views::TrayBubbleView*
bubble_view
)
22
bubble_view_(
bubble_view
) {
tray_background_view.h
93
virtual void BubbleResized(const views::TrayBubbleView*
bubble_view
) {}
95
// Hides the bubble associated with |
bubble_view
|. Called when the widget
97
virtual void HideBubbleWithView(const views::TrayBubbleView*
bubble_view
) = 0;
148
void UpdateBubbleViewArrow(views::TrayBubbleView*
bubble_view
);
system_tray_bubble.h
50
views::TrayBubbleView*
bubble_view
() const { return bubble_view_; }
function in class:ash::internal::SystemTrayBubble
system_tray.h
135
virtual void BubbleResized(const views::TrayBubbleView*
bubble_view
) OVERRIDE;
137
const views::TrayBubbleView*
bubble_view
) OVERRIDE;
148
virtual void HideBubble(const views::TrayBubbleView*
bubble_view
) OVERRIDE;
system_tray_bubble.cc
326
tray_->HideBubbleWithView(
bubble_view
());
340
return
bubble_view
() &&
bubble_view
()->GetWidget()->IsVisible();
tray_event_filter.cc
77
bounds.Inset(wrapper->
bubble_view
()->GetBorderInsets());
/external/chromium_org/ash/system/web_notification/
web_notification_tray.cc
221
views::TrayBubbleView*
bubble_view
= views::TrayBubbleView::Create(
local
224
bubble_view
->SetArrowPaintType(views::BubbleBorder::PAINT_NONE);
225
bubble_wrapper_.reset(new TrayBubbleWrapper(tray,
bubble_view
));
226
bubble->InitializeContents(
bubble_view
);
232
views::TrayBubbleView*
bubble_view
() const { return bubble_->
bubble_view
(); }
function in class:ash::internal::WebNotificationBubbleWrapper
469
message_center_bubble()->
bubble_view
()->UpdateBubble();
470
UpdateBubbleViewArrow(message_center_bubble()->
bubble_view
());
480
const views::TrayBubbleView*
bubble_view
) {
482
bubble_view
== message_center_bubble()->bubble_view())
[
all
...]
web_notification_tray.h
85
const views::TrayBubbleView*
bubble_view
) OVERRIDE;
99
virtual void HideBubble(const views::TrayBubbleView*
bubble_view
) OVERRIDE;
/external/chromium_org/ash/wm/gestures/
tray_gesture_handler.cc
30
bubble->
bubble_view
()->set_gesture_dragging(true);
31
widget_ = bubble->
bubble_view
()->GetWidget();
99
bubble->
bubble_view
()->set_gesture_dragging(false);
/external/chromium_org/ash/shelf/
overflow_bubble.h
47
OverflowBubbleView*
bubble_view
() { return bubble_; }
function in class:ash::internal::OverflowBubble
/external/chromium_org/ash/system/logout_button/
logout_button_tray.h
37
const views::TrayBubbleView*
bubble_view
) OVERRIDE;
logout_button_tray.cc
123
const views::TrayBubbleView*
bubble_view
) {
/external/chromium/chrome/browser/ui/cocoa/
bubble_view_unittest.mm
7
#import "chrome/browser/ui/cocoa/
bubble_view
.h"
bubble_view.mm
5
#import "chrome/browser/ui/cocoa/
bubble_view
.h"
/external/chromium_org/chrome/browser/ui/cocoa/
bubble_view_unittest.mm
7
#import "chrome/browser/ui/cocoa/
bubble_view
.h"
/external/chromium_org/chrome/browser/ui/views/
global_error_bubble_view.cc
48
GlobalErrorBubbleView*
bubble_view
=
local
53
views::BubbleDelegateView::CreateBubble(
bubble_view
);
54
bubble_view
->StartFade(true);
55
return
bubble_view
;
/external/chromium_org/ash/first_run/
first_run_helper_impl.cc
112
views::View* bubble = tray->GetSystemBubble()->
bubble_view
();
Completed in 386 milliseconds
1
2