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

  /external/chromium_org/chrome/browser/sessions/
session_service_test_helper.cc 60 SessionID::id_type* active_window_id) {
65 read_commands.get(), windows, active_window_id);
session_service_test_helper.h 56 SessionID::id_type* active_window_id);
session_service_unittest.cc 97 SessionID::id_type* active_window_id) {
104 SessionID::id_type* non_null_active_window_id = active_window_id;
850 SessionID::id_type active_window_id = 0; local
851 helper_.ReadWindows(&(windows.get()), &active_window_id);
941 SessionID::id_type active_window_id = 0; local
966 SessionID::id_type active_window_id = 0; local
    [all...]
session_service.h 291 // the windows added to valid_windows. |active_window_id| will be set with the
296 SessionID::id_type* active_window_id);
340 // id of the active window set in |active_window_id|. It is up to the caller
348 SessionID::id_type* active_window_id);
session_restore.cc 774 SessionID::id_type active_window_id) {
790 active_window_id_ = active_window_id;
796 ProcessSessionWindows(&windows.get(), active_window_id);
800 SessionID::id_type active_window_id) {
831 // windows has the same id as specified in active_window_id.
    [all...]
session_service.cc 915 SessionID::id_type active_window_id = 0; local
    [all...]

Completed in 166 milliseconds