HomeSort by relevance Sort by last modified time
    Searched defs:InfoBubble (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/autofill/
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...]
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);
  /external/chromium_org/ash/system/chromeos/network/
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 484 milliseconds