HomeSort by relevance Sort by last modified time
    Searched defs:InstantUnloadHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/instant/
instant_unload_handler.h 14 // InstantUnloadHandler makes sure the before unload and unload handler is run
21 class InstantUnloadHandler {
23 explicit InstantUnloadHandler(Browser* browser);
24 ~InstantUnloadHandler();
40 // tabs managed by InstantUnloadHandler.
45 DISALLOW_COPY_AND_ASSIGN(InstantUnloadHandler);
instant_unload_handler.cc 16 class InstantUnloadHandler::TabContentsDelegateImpl
19 TabContentsDelegateImpl(InstantUnloadHandler* handler,
74 InstantUnloadHandler* handler_;
84 InstantUnloadHandler::InstantUnloadHandler(Browser* browser)
88 InstantUnloadHandler::~InstantUnloadHandler() {
91 void InstantUnloadHandler::RunUnloadListenersOrDestroy(TabContentsWrapper* tab,
110 void InstantUnloadHandler::Activate(TabContentsDelegateImpl* delegate) {
128 void InstantUnloadHandler::Destroy(TabContentsDelegateImpl* delegate)
    [all...]

Completed in 26 milliseconds