OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TabCloseableStateWatcher
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
tab_closeable_state_watcher.h
18
class
TabCloseableStateWatcher
{
20
TabCloseableStateWatcher
() {}
21
virtual ~
TabCloseableStateWatcher
() {}
23
// Creates the appropriate
TabCloseableStateWatcher
. The caller owns the
25
static
TabCloseableStateWatcher
* Create();
47
DISALLOW_COPY_AND_ASSIGN(
TabCloseableStateWatcher
);
/external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc
21
//
TabCloseableStateWatcher
::TabStripWatcher, public:
23
TabCloseableStateWatcher
::TabStripWatcher::TabStripWatcher(
24
TabCloseableStateWatcher
* main_watcher, const Browser* browser)
30
TabCloseableStateWatcher
::TabStripWatcher::~TabStripWatcher() {
35
//
TabCloseableStateWatcher
::TabStripWatcher,
38
void
TabCloseableStateWatcher
::TabStripWatcher::TabInsertedAt(
43
void
TabCloseableStateWatcher
::TabStripWatcher::TabClosingAt(
52
void
TabCloseableStateWatcher
::TabStripWatcher::TabDetachedAt(
57
void
TabCloseableStateWatcher
::TabStripWatcher::TabChangedAt(
63
//
TabCloseableStateWatcher
, public
[
all
...]
tab_closeable_state_watcher.h
18
// This class overrides ::
TabCloseableStateWatcher
to allow or disallow tabs or
42
class
TabCloseableStateWatcher
: public ::
TabCloseableStateWatcher
,
46
TabCloseableStateWatcher
();
47
virtual ~
TabCloseableStateWatcher
();
49
//
TabCloseableStateWatcher
implementation:
112
// methods to
TabCloseableStateWatcher
::OnTabStripChanged. TabStripWatcher is
117
TabStripWatcher(
TabCloseableStateWatcher
* main_watcher,
136
TabCloseableStateWatcher
* main_watcher_;
146
DISALLOW_COPY_AND_ASSIGN(
TabCloseableStateWatcher
);
[
all
...]
Completed in 144 milliseconds