Searched refs:has_window (Results 1 – 8 of 8) sorted by relevance
53 const bool has_window = HasFocusableWindow(); in RotateFocus() local56 int browser_index = has_window ? count : -1; in RotateFocus()65 if (has_window) in RotateFocus()
98 bool has_window) { in GetSessionTab() argument106 if (has_window) // This tab is linked to a window, so it's not an orphan. in GetSessionTab()113 if (!has_window) // This tab is not linked to a window, it's an orphan. in GetSessionTab()
68 bool has_window);
181 gboolean has_window) { in gtk_expanded_container_set_has_window() argument184 gtk_fixed_set_has_window(GTK_FIXED(container), has_window); in gtk_expanded_container_set_has_window()
66 gboolean has_window);
183 gboolean has_window) { in gtk_expanded_container_set_has_window() argument186 gtk_widget_set_has_window(GTK_WIDGET(container), has_window); in gtk_expanded_container_set_has_window()
68 gboolean has_window);
514 bool has_window() const { return !!window_.get(); } in has_window() function in content::OverscrollNavigationOverlay1338 if (navigation_overlay_.get() && navigation_overlay_->has_window()) { in CreateViewForWidget()1376 if (navigation_overlay_.get() && navigation_overlay_->has_window()) { in RenderViewSwappedIn()1552 navigation_overlay_.get() && navigation_overlay_->has_window())) { in OnOverscrollModeChange()