Searched defs:TranslateBubbleFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_factory.h19 class TranslateBubbleFactory { class
21 virtual ~TranslateBubbleFactory();
31 // TranslateBubbleFactory doesn't take the ownership of |factory|.
32 static void SetFactory(TranslateBubbleFactory* factory);
43 static TranslateBubbleFactory* current_factory_;
H A Dtranslate_bubble_factory.cc24 TranslateBubbleFactory::~TranslateBubbleFactory() {
28 void TranslateBubbleFactory::Show(BrowserWindow* window,
42 void TranslateBubbleFactory::SetFactory(TranslateBubbleFactory* factory) {
47 TranslateBubbleFactory* TranslateBubbleFactory::current_factory_ = NULL;

Completed in 319 milliseconds