Searched refs:ForeignSessionHandler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dforeign_session_handler.h24 class ForeignSessionHandler : public content::WebUIMessageHandler, class in namespace:browser_sync
33 ForeignSessionHandler();
34 virtual ~ForeignSessionHandler() {}
56 // Used to register ForeignSessionHandler for notifications.
59 // Determines how ForeignSessionHandler will interact with the new tab page.
92 // The Registrar used to register ForeignSessionHandler for notifications.
95 DISALLOW_COPY_AND_ASSIGN(ForeignSessionHandler);
H A Dforeign_session_handler.cc55 ForeignSessionHandler::ForeignSessionHandler() { function in class:browser_sync::ForeignSessionHandler
59 void ForeignSessionHandler::RegisterProfilePrefs(
67 void ForeignSessionHandler::OpenForeignSessionTab(
93 void ForeignSessionHandler::OpenForeignSessionWindows(
104 LOG(ERROR) << "ForeignSessionHandler failed to get session data from"
122 bool ForeignSessionHandler::SessionTabToValue(
149 OpenTabsUIDelegate* ForeignSessionHandler::GetOpenTabsUIDelegate(
162 void ForeignSessionHandler::RegisterMessages() {
165 base::Bind(&ForeignSessionHandler
[all...]
H A Dnew_tab_ui.cc97 web_ui->AddMessageHandler(new browser_sync::ForeignSessionHandler());
232 browser_sync::ForeignSessionHandler::RegisterProfilePrefs(registry);
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc1011 web_ui->AddMessageHandler(new browser_sync::ForeignSessionHandler());

Completed in 389 milliseconds