OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InfoBubble
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.h
19
class
InfoBubble
: public views::BubbleDelegateView {
21
InfoBubble
(views::View* anchor, const base::string16& message);
22
virtual ~
InfoBubble
();
70
DISALLOW_COPY_AND_ASSIGN(
InfoBubble
);
info_bubble.cc
54
InfoBubble
::
InfoBubble
(views::View* anchor,
77
InfoBubble
::~
InfoBubble
() {}
79
void
InfoBubble
::Show() {
100
void
InfoBubble
::Hide() {
106
void
InfoBubble
::UpdatePosition() {
120
views::NonClientFrameView*
InfoBubble
::CreateNonClientFrameView(
129
gfx::Size
InfoBubble
::GetPreferredSize() {
136
void
InfoBubble
::OnWidgetDestroyed(views::Widget* widget)
[
all
...]
tooltip_icon.h
20
class
InfoBubble
;
65
InfoBubble
* bubble_;
tooltip_icon.cc
32
class TooltipBubble : public
InfoBubble
{
35
:
InfoBubble
(anchor, message) {}
39
//
InfoBubble
:
autofill_dialog_views.h
59
class
InfoBubble
;
673
InfoBubble
* error_bubble_; // Weak; owns itself.
autofill_dialog_views.cc
[
all
...]
/external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h
80
class
InfoBubble
;
network_state_list_detailed_view.cc
119
class NetworkStateListDetailedView::
InfoBubble
122
InfoBubble
(views::View* anchor,
135
virtual ~
InfoBubble
() {
145
DISALLOW_COPY_AND_ASSIGN(
InfoBubble
);
807
info_bubble_ = new
InfoBubble
(
Completed in 145 milliseconds