Home
last modified time | relevance | path

Searched refs:has_window (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ash/
Dfocus_cycler.cc53 const bool has_window = HasFocusableWindow(); in RotateFocus() local
56 int browser_index = has_window ? count : -1; in RotateFocus()
65 if (has_window) in RotateFocus()
/external/chromium/chrome/browser/sync/glue/
Dforeign_session_tracker.cc98 bool has_window) { in GetSessionTab() argument
106 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()
Dforeign_session_tracker.h68 bool has_window);
/external/chromium/chrome/browser/ui/gtk/
Dgtk_expanded_container.cc181 gboolean has_window) { in gtk_expanded_container_set_has_window() argument
184 gtk_fixed_set_has_window(GTK_FIXED(container), has_window); in gtk_expanded_container_set_has_window()
Dgtk_expanded_container.h66 gboolean has_window);
/external/chromium_org/ui/base/gtk/
Dgtk_expanded_container.cc183 gboolean has_window) { in gtk_expanded_container_set_has_window() argument
186 gtk_widget_set_has_window(GTK_WIDGET(container), has_window); in gtk_expanded_container_set_has_window()
Dgtk_expanded_container.h68 gboolean has_window);
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.cc514 bool has_window() const { return !!window_.get(); } in has_window() function in content::OverscrollNavigationOverlay
1338 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()