HomeSort by relevance Sort by last modified time
    Searched refs:RunUnloadListenerBeforeClosing (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/tabs/
tab_strip_model_delegate.h 92 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents) = 0;
default_tab_handler.h 47 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents);
default_tab_handler.cc 93 bool DefaultTabHandler::RunUnloadListenerBeforeClosing(
95 return delegate_->AsBrowser()->RunUnloadListenerBeforeClosing(contents);
tab_strip_model.cc     [all...]
tab_strip_model_unittest.cc 118 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents) {
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_tab_strip_model_delegate.h 33 virtual bool RunUnloadListenerBeforeClosing(
browser_tab_strip_model_delegate.cc 135 bool BrowserTabStripModelDelegate::RunUnloadListenerBeforeClosing(
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_delegate.h 104 virtual bool RunUnloadListenerBeforeClosing(
test_tab_strip_model_delegate.cc 53 bool TestTabStripModelDelegate::RunUnloadListenerBeforeClosing(
test_tab_strip_model_delegate.h 31 virtual bool RunUnloadListenerBeforeClosing(
tab_strip_model.cc     [all...]
tab_strip_model_unittest.cc 91 virtual bool RunUnloadListenerBeforeClosing(WebContents* contents) OVERRIDE {
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h 695 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents);
    [all...]
browser.cc     [all...]

Completed in 2145 milliseconds