HomeSort by relevance Sort by last modified time
    Searched full:has_window (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.cc 98 bool has_window) {
106 if (has_window) // This tab is linked to a window, so it's not an orphan.
113 if (!has_window) // This tab is not linked to a window, it's an orphan.
foreign_session_tracker.h 64 // |has_window| determines if newly created tabs are added to the pool of
68 bool has_window);
  /external/chromium_org/ash/
focus_cycler.cc 53 const bool has_window = HasFocusableWindow(); local
56 int browser_index = has_window ? count : -1;
65 if (has_window)
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.cc 181 gboolean has_window) {
184 gtk_fixed_set_has_window(GTK_FIXED(container), has_window); local
gtk_expanded_container.h 66 gboolean has_window);
  /external/chromium_org/ui/base/gtk/
gtk_expanded_container.cc 183 gboolean has_window) {
186 gtk_widget_set_has_window(GTK_WIDGET(container), has_window); local
gtk_expanded_container.h 68 gboolean has_window);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 514 bool has_window() const { return !!window_.get(); } function in class:content::OverscrollNavigationOverlay
    [all...]

Completed in 125 milliseconds