HomeSort by relevance Sort by last modified time
    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();
71 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(
130 gfx::Size InfoBubble::GetPreferredSize() const {
137 void InfoBubble::OnWidgetDestroyed(views::Widget* widget)
    [all...]
tooltip_icon.h 20 class InfoBubble;
63 InfoBubble* bubble_;
tooltip_icon.cc 33 class TooltipBubble : public InfoBubble {
36 : InfoBubble(anchor, message) {}
40 // InfoBubble:
autofill_dialog_views.h 59 class InfoBubble;
669 InfoBubble* error_bubble_; // Weak; owns itself.
autofill_dialog_views.cc     [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h 75 class InfoBubble;
network_state_list_detailed_view.cc 115 class NetworkStateListDetailedView::InfoBubble
118 InfoBubble(views::View* anchor,
131 virtual ~InfoBubble() {
141 DISALLOW_COPY_AND_ASSIGN(InfoBubble);
761 info_bubble_ = new InfoBubble(

Completed in 4505 milliseconds