HomeSort by relevance Sort by last modified time
    Searched refs:RunUnloadListenerBeforeClosing (Results 1 - 7 of 7) 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/chrome/browser/ui/
browser.h 695 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents);
    [all...]
browser.cc     [all...]

Completed in 1881 milliseconds