OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_window
(Results
1 - 4
of
4
) 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/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
);
Completed in 42 milliseconds