Home
last modified time | relevance | path

Searched refs:current_window (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
Dinput_method_menu_button.cc106 const views::Window* current_window = GetWindow(); in WindowIsActive() local
107 if (!active_window || !current_window) { in WindowIsActive()
111 return active_window->GetNativeHandle() == current_window->GetNativeWindow(); in WindowIsActive()
/external/chromium/chrome/browser/sessions/
Dtab_restore_service.cc737 Window* current_window = NULL; in CreateEntriesFromCommands() local
752 current_window = NULL; in CreateEntriesFromCommands()
793 current_window = new Window(); in CreateEntriesFromCommands()
794 current_window->selected_tab_index = payload.selected_tab_index; in CreateEntriesFromCommands()
795 current_window->timestamp = Time::FromInternalValue(payload.timestamp); in CreateEntriesFromCommands()
796 entries->push_back(current_window); in CreateEntriesFromCommands()
797 id_to_entry[payload.window_id] = current_window; in CreateEntriesFromCommands()
815 if (!current_window) { in CreateEntriesFromCommands()
820 current_window->tabs.resize(current_window->tabs.size() + 1); in CreateEntriesFromCommands()
821 current_tab = &(current_window->tabs.back()); in CreateEntriesFromCommands()
[all …]