OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:off_the_record_profile_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_destroyer_unittest.cc
62
ProfileDestroyerTest() :
off_the_record_profile_
(NULL) {}
66
if (
off_the_record_profile_
== NULL)
67
off_the_record_profile_
= new TestingOffTheRecordDestructionProfile();
68
return
off_the_record_profile_
;
70
TestingOffTheRecordDestructionProfile*
off_the_record_profile_
;
member in class:ProfileDestroyerTest
77
content::SiteInstance::Create(
off_the_record_profile_
));
83
content::SiteInstance::Create(
off_the_record_profile_
));
90
EXPECT_FALSE(
off_the_record_profile_
->destroyed_otr_profile_);
97
EXPECT_FALSE(
off_the_record_profile_
->destroyed_otr_profile_);
102
EXPECT_TRUE(
off_the_record_profile_
->destroyed_otr_profile_)
[
all
...]
profile_impl.cc
[
all
...]
profile_impl.h
262
scoped_ptr<Profile>
off_the_record_profile_
;
member in class:ProfileImpl
Completed in 255 milliseconds