OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INCOGNITO_PROFILE
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/password_manager/
password_manager_internals_service_unittest.cc
28
enum ProfileType { NORMAL_PROFILE,
INCOGNITO_PROFILE
};
39
if (type ==
INCOGNITO_PROFILE
) {
72
scoped_ptr<TestingProfile> profile(CreateProfile(
INCOGNITO_PROFILE
));
75
Profile*
incognito_profile
= profile->GetOffTheRecordProfile();
local
78
incognito_profile
);
/external/chromium_org/chrome/browser/profiles/
profile.h
132
INCOGNITO_PROFILE
, // Login user's off-the-record profile
off_the_record_profile_impl.cc
236
return
INCOGNITO_PROFILE
;
profile_io_data.cc
826
return profile_type() == Profile::
INCOGNITO_PROFILE
[
all
...]
/external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc
725
CreateTestProfileIOData(Profile::
INCOGNITO_PROFILE
));
[
all
...]
/external/chromium_org/chrome/test/base/
testing_profile.cc
648
return
INCOGNITO_PROFILE
;
[
all
...]
Completed in 2346 milliseconds