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 71 TranslateBubbleView* TranslateBubbleView::translate_bubble_view_ = NULL;
73 TranslateBubbleView::~TranslateBubbleView() {
82 void TranslateBubbleView::ShowBubble(
124 TranslateBubbleView* view = new TranslateBubbleView(anchor_view,
135 void TranslateBubbleView::CloseBubble() {
143 bool TranslateBubbleView::IsShowing() {
148 TranslateBubbleView* TranslateBubbleView::GetCurrentBubble()
    [all...]
translate_bubble_view.h 36 class TranslateBubbleView : public views::BubbleDelegateView,
42 virtual ~TranslateBubbleView();
61 static TranslateBubbleView* GetCurrentBubble();
128 TranslateBubbleView(views::View* anchor_view,
175 static TranslateBubbleView* translate_bubble_view_;
209 DISALLOW_COPY_AND_ASSIGN(TranslateBubbleView);

Completed in 205 milliseconds