HomeSort by relevance Sort by last modified time
    Searched refs:ForeignSessionHandler (Results 1 - 7 of 7) 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())->
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.h 24 class ForeignSessionHandler : public content::WebUIMessageHandler,
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);
foreign_session_handler.cc 56 ForeignSessionHandler::ForeignSessionHandler() {
60 void ForeignSessionHandler::RegisterProfilePrefs(
68 void ForeignSessionHandler::OpenForeignSessionTab(
94 void ForeignSessionHandler::OpenForeignSessionWindows(
105 LOG(ERROR) << "ForeignSessionHandler failed to get session data from"
123 bool ForeignSessionHandler::SessionTabToValue(
150 SessionModelAssociator* ForeignSessionHandler::GetModelAssociator(
163 void ForeignSessionHandler::RegisterMessages() {
166 base::Bind(&ForeignSessionHandler::HandleDeleteForeignSession
    [all...]
new_tab_ui.cc 106 web_ui->AddMessageHandler(new browser_sync::ForeignSessionHandler());
268 browser_sync::ForeignSessionHandler::RegisterProfilePrefs(registry);
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc     [all...]

Completed in 347 milliseconds