OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_browser
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/sessions/
tab_restore_service.h
82
bool
has_browser
() const { return browser_id > 0; }
function in struct:TabRestoreService::Tab
tab_restore_service_helper.cc
263
if (window->tabs[0].
has_browser
()) {
464
if (disposition == UNKNOWN && tab.
has_browser
()) {
479
if (tab.
has_browser
())
/external/chromium/chrome/browser/sessions/
tab_restore_service.h
78
bool
has_browser
() const { return browser_id > 0; }
function in struct:TabRestoreService::Tab
tab_restore_service.cc
366
if (window->tabs[0].
has_browser
()) {
902
if (tab.
has_browser
())
910
if (tab.
has_browser
()) {
[
all
...]
Completed in 253 milliseconds