OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_guest_session
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile.cc
173
static bool
is_guest_session
= CommandLine::ForCurrentProcess()->HasSwitch(
local
175
return
is_guest_session
;
/external/chromium_org/chrome/app/
chrome_breakpad_client.cc
358
bool
is_guest_session
= CommandLine::ForCurrentProcess()->HasSwitch(
local
363
if (
is_guest_session
&& is_stable_channel)
/external/chromium/chrome/browser/profiles/
profile.cc
141
static bool
is_guest_session
=
local
143
return
is_guest_session
;
Completed in 61 milliseconds