has_window         51 ash/focus_cycler.cc   const bool has_window = HasFocusableWindow();
has_window         54 ash/focus_cycler.cc   int browser_index = has_window ? count : -1;
has_window         63 ash/focus_cycler.cc   if (has_window)
has_window         34 content/browser/web_contents/aura/overscroll_navigation_overlay.h   bool has_window() const { return !!window_.get(); }
has_window       1044 content/browser/web_contents/web_contents_view_aura.cc   if (navigation_overlay_.get() && navigation_overlay_->has_window()) {
has_window       1080 content/browser/web_contents/web_contents_view_aura.cc   if (navigation_overlay_.get() && navigation_overlay_->has_window())
has_window       1245 content/browser/web_contents/web_contents_view_aura.cc        navigation_overlay_.get() && navigation_overlay_->has_window())) {
has_window       1836 ui/aura/window_event_dispatcher_unittest.cc   EXPECT_TRUE(delegate.has_window());
has_window       1839 ui/aura/window_event_dispatcher_unittest.cc   EXPECT_FALSE(delegate.has_window());
has_window        183 ui/base/gtk/gtk_expanded_container.cc                                            gboolean has_window) {
has_window        186 ui/base/gtk/gtk_expanded_container.cc   gtk_widget_set_has_window(GTK_WIDGET(container), has_window);
has_window         72 ui/base/gtk/gtk_expanded_container.h     gboolean has_window);