Home
last modified time | relevance | path

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

/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);