OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabFinder
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/tabs/
tab_finder.cc
23
class
TabFinder
::TabContentsObserverImpl : public TabContentsObserver {
25
TabContentsObserverImpl(TabContents* tab,
TabFinder
* finder);
37
TabFinder
* finder_;
42
TabFinder
::TabContentsObserverImpl::TabContentsObserverImpl(
44
TabFinder
* finder)
49
TabFinder
::TabContentsObserverImpl::~TabContentsObserverImpl() {
52
void
TabFinder
::TabContentsObserverImpl::DidNavigateAnyFramePostCommit(
58
void
TabFinder
::TabContentsObserverImpl::TabContentsDestroyed(
65
TabFinder
*
TabFinder
::GetInstance()
[
all
...]
tab_finder.h
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
();
[
all
...]
/external/chromium/chrome/browser/ui/
browser.cc
279
// Make sure
TabFinder
has been created. This does nothing if
TabFinder
is
281
TabFinder
::GetInstance();
[
all
...]
Completed in 43 milliseconds