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

  /external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view.cc 72 TranslateBubbleView* TranslateBubbleView::translate_bubble_view_ = NULL;
74 TranslateBubbleView::~TranslateBubbleView() {
83 void TranslateBubbleView::ShowBubble(views::View* anchor_view,
117 TranslateBubbleView* view = new TranslateBubbleView(anchor_view,
125 bool TranslateBubbleView::IsShowing() {
130 TranslateBubbleView* TranslateBubbleView::GetCurrentBubble()
    [all...]
translate_bubble_view.h 36 class TranslateBubbleView : public views::BubbleDelegateView,
42 virtual ~TranslateBubbleView();
54 static TranslateBubbleView* GetCurrentBubble();
121 TranslateBubbleView(views::View* anchor_view,
168 static TranslateBubbleView* translate_bubble_view_;
202 DISALLOW_COPY_AND_ASSIGN(TranslateBubbleView);

Completed in 156 milliseconds