OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestroyOffTheRecordProfile
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_destroyer.cc
56
profile->GetOriginalProfile()->
DestroyOffTheRecordProfile
();
85
profile->GetOriginalProfile()->
DestroyOffTheRecordProfile
();
161
profile_->GetOriginalProfile()->
DestroyOffTheRecordProfile
();
profile_destroyer_unittest.cc
24
virtual void
DestroyOffTheRecordProfile
() OVERRIDE {
42
virtual void
DestroyOffTheRecordProfile
() OVERRIDE {
off_the_record_profile_impl.h
40
virtual void
DestroyOffTheRecordProfile
() OVERRIDE;
profile.h
188
virtual void
DestroyOffTheRecordProfile
() = 0;
profile_impl.h
100
virtual void
DestroyOffTheRecordProfile
() OVERRIDE;
off_the_record_profile_impl.cc
221
void OffTheRecordProfileImpl::
DestroyOffTheRecordProfile
() {
profile_impl.cc
738
void ProfileImpl::
DestroyOffTheRecordProfile
() {
[
all
...]
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h
63
virtual void
DestroyOffTheRecordProfile
() OVERRIDE;
fake_profile.cc
92
void FakeProfile::
DestroyOffTheRecordProfile
() {}
/external/chromium/android/autofill/
profile_android.h
142
virtual void
DestroyOffTheRecordProfile
() { NOTREACHED(); }
/external/chromium/chrome/browser/profiles/
profile.h
206
virtual void
DestroyOffTheRecordProfile
() = 0;
profile_impl.h
51
virtual void
DestroyOffTheRecordProfile
();
profile.cc
224
virtual void
DestroyOffTheRecordProfile
() {
profile_impl.cc
689
void ProfileImpl::
DestroyOffTheRecordProfile
() {
[
all
...]
/external/chromium_org/chrome/test/base/
testing_profile.h
248
virtual void
DestroyOffTheRecordProfile
() OVERRIDE {}
/external/chromium_org/chrome/browser/extensions/
extension_context_menu_browsertest.cc
666
browser()->profile()->
DestroyOffTheRecordProfile
();
/external/chromium/chrome/browser/ui/
browser.cc
329
profile_->GetOriginalProfile()->
DestroyOffTheRecordProfile
();
[
all
...]
Completed in 1103 milliseconds