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

  /external/chromium/chrome/browser/sessions/
session_service.cc 53 static const SessionCommand::id_type kCommandUpdateTabNavigation = 6;
364 ScheduleCommand(CreateUpdateTabNavigationCommand(kCommandUpdateTabNavigation,
    [all...]
tab_restore_service.cc 64 // followed by any number of kCommandUpdateTabNavigation commands (1 per
71 static const SessionCommand::id_type kCommandUpdateTabNavigation = 1;
639 CreateUpdateTabNavigationCommand(kCommandUpdateTabNavigation, tab.id,
835 case kCommandUpdateTabNavigation: {
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service.cc 64 static const SessionCommand::id_type kCommandUpdateTabNavigation = 6;
430 ScheduleCommand(CreateUpdateTabNavigationCommand(kCommandUpdateTabNavigation,
    [all...]
persistent_tab_restore_service.cc 90 // followed by any number of kCommandUpdateTabNavigation commands (1 per
97 const SessionCommand::id_type kCommandUpdateTabNavigation = 1;
470 CreateUpdateTabNavigationCommand(kCommandUpdateTabNavigation, tab.id,
674 case kCommandUpdateTabNavigation: {
    [all...]

Completed in 35 milliseconds