Lines Matching refs:TabFinder
24 // TabFinder is used to locate a tab by URL. TabFinder matches tabs based
29 class TabFinder : public NotificationObserver {
31 // Returns the TabFinder, or NULL if TabFinder is not enabled.
32 static TabFinder* GetInstance();
34 // Returns true if TabFinder is enabled.
50 friend struct DefaultSingletonTraits<TabFinder>;
57 TabFinder();
58 ~TabFinder();
108 DISALLOW_COPY_AND_ASSIGN(TabFinder);