HomeSort by relevance Sort by last modified time
    Searched defs:InstantUnloadHandler (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/ui/search/
instant_unload_handler.h 18 // InstantUnloadHandler ensures that it runs the BeforeUnload/Unload Handlers
32 // passes P to InstantUnloadHandler::RunUnloadListenersOrDestroy(). This class
35 class InstantUnloadHandler {
37 explicit InstantUnloadHandler(Browser* browser);
38 ~InstantUnloadHandler();
57 // tabs managed by InstantUnloadHandler.
62 DISALLOW_COPY_AND_ASSIGN(InstantUnloadHandler);
instant_unload_handler.cc 15 class InstantUnloadHandler::WebContentsDelegateImpl
18 WebContentsDelegateImpl(InstantUnloadHandler* handler,
47 InstantUnloadHandler* const handler_;
57 InstantUnloadHandler::InstantUnloadHandler(Browser* browser)
61 InstantUnloadHandler::~InstantUnloadHandler() {
64 void InstantUnloadHandler::RunUnloadListenersOrDestroy(
84 void InstantUnloadHandler::Activate(WebContentsDelegateImpl* delegate,
97 void InstantUnloadHandler::Destroy(WebContentsDelegateImpl* delegate)
    [all...]

Completed in 246 milliseconds