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 60 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 68 class InfoBubble;
network_state_list_detailed_view.cc 89 class NetworkStateListDetailedView::InfoBubble
92 InfoBubble(views::View* anchor,
105 virtual ~InfoBubble() {
113 DISALLOW_COPY_AND_ASSIGN(InfoBubble);
507 info_bubble_ = new InfoBubble(

Completed in 898 milliseconds