Searched refs:RunUnloadListenerBeforeClosing (Results 1 – 8 of 8) sorted by relevance
93 bool DefaultTabHandler::RunUnloadListenerBeforeClosing( in RunUnloadListenerBeforeClosing() function in DefaultTabHandler95 return delegate_->AsBrowser()->RunUnloadListenerBeforeClosing(contents); in RunUnloadListenerBeforeClosing()
92 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents) = 0;
47 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents);
1174 if (delegate_->RunUnloadListenerBeforeClosing(detached_contents)) { in InternalCloseTabs()
118 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents) { in RunUnloadListenerBeforeClosing() function in TabStripDummyDelegate
72 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents) {
695 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents);
2637 bool Browser::RunUnloadListenerBeforeClosing(TabContentsWrapper* contents) { in RunUnloadListenerBeforeClosing() function in Browser