Searched refs:is_window (Results 1 – 3 of 3) sorted by relevance
52 const bool is_window = tab_strip->delegate()->GetRestoreTabType() == in Build() local55 is_window ? IDS_RESTORE_WINDOW : IDS_RESTORE_TAB); in Build()
434 bool is_window = is_window_entry(entries.front()); in RestoreMostRecentlyClosed() local442 if (is_window) { in RestoreMostRecentlyClosed()464 bool is_window = false; in RestoreLocalSession() local470 is_window = is_window_entry(*it); in RestoreLocalSession()490 if (is_window) { in RestoreLocalSession()
64 int is_window; member