HomeSort by relevance Sort by last modified time
    Searched refs:TabCloseableStateWatcher (Results 1 - 8 of 8) 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);
tab_closeable_state_watcher.cc 15 // TabCloseableStateWatcher, static:
17 ::TabCloseableStateWatcher* ::TabCloseableStateWatcher::Create() {
18 ::TabCloseableStateWatcher* watcher = NULL;
24 watcher = new chromeos::TabCloseableStateWatcher();
27 watcher = new ::TabCloseableStateWatcher();
31 bool TabCloseableStateWatcher::CanCloseTab(const Browser* browser) const {
35 bool TabCloseableStateWatcher::CanCloseBrowser(Browser* browser) {
browser_process.h 42 class TabCloseableStateWatcher;
190 virtual TabCloseableStateWatcher* tab_closeable_state_watcher() = 0;
browser_process_impl.h 37 class TabCloseableStateWatcher;
94 virtual TabCloseableStateWatcher* tab_closeable_state_watcher();
228 scoped_ptr<TabCloseableStateWatcher> tab_closeable_state_watcher_;
browser_process_impl.cc 262 // Destroy TabCloseableStateWatcher before NotificationService since the
597 TabCloseableStateWatcher* BrowserProcessImpl::tab_closeable_state_watcher() {
    [all...]
  /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...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 46 milliseconds