HomeSort by relevance Sort by last modified time
    Searched refs:ForeignSessionHandler (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.h 19 class ForeignSessionHandler : public WebUIMessageHandler,
25 ForeignSessionHandler();
26 virtual ~ForeignSessionHandler() {}
29 // Used to register ForeignSessionHandler for notifications.
32 // Determines how ForeignSessionHandler will interact with the new tab page.
55 // The Registrar used to register ForeignSessionHandler for notifications.
58 DISALLOW_COPY_AND_ASSIGN(ForeignSessionHandler);
foreign_session_handler.cc 31 ForeignSessionHandler::ForeignSessionHandler() {
35 void ForeignSessionHandler::RegisterMessages() {
38 &ForeignSessionHandler::HandleGetForeignSessions));
41 &ForeignSessionHandler::HandleOpenForeignSession));
44 void ForeignSessionHandler::Init() {
53 void ForeignSessionHandler::Observe(NotificationType type,
72 SessionModelAssociator* ForeignSessionHandler::GetModelAssociator() {
88 void ForeignSessionHandler::HandleGetForeignSessions(const ListValue* args) {
99 LOG(ERROR) << "ForeignSessionHandler failed to get session data from
    [all...]
new_tab_ui.cc 317 AddMessageHandler((new browser_sync::ForeignSessionHandler())->

Completed in 949 milliseconds