OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOffTheRecordProfile
(Results
1 - 25
of
103
) sorted by null
1
2
3
4
5
/external/chromium_org/chrome/browser/android/
content_view_util.cc
18
profile = profile->
GetOffTheRecordProfile
();
/external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_unittest.cc
58
EXPECT_EQ(profile->
GetOffTheRecordProfile
(),
67
profile->
GetOffTheRecordProfile
()));
70
"0", profile->
GetOffTheRecordProfile
(), true));
73
"0", profile->
GetOffTheRecordProfile
(), false));
74
EXPECT_EQ(profile->
GetOffTheRecordProfile
(),
76
"1", profile->
GetOffTheRecordProfile
(), true));
77
EXPECT_EQ(profile->
GetOffTheRecordProfile
(),
79
"1", profile->
GetOffTheRecordProfile
(), false));
/external/chromium/chrome/browser/extensions/
extension_incognito_apitest.cc
33
browser()->profile()->
GetOffTheRecordProfile
(), Browser::TYPE_NORMAL,
71
browser()->profile()->
GetOffTheRecordProfile
(), Browser::TYPE_NORMAL,
125
browser()->profile()->
GetOffTheRecordProfile
());
182
browser()->profile()->
GetOffTheRecordProfile
(), Browser::TYPE_NORMAL,
extension_icon_source_apitest.cc
62
browser()->profile()->
GetOffTheRecordProfile
(), Browser::TYPE_NORMAL,
extension_proxy_apitest.cc
181
pref_service = browser()->profile()->
GetOffTheRecordProfile
()->GetPrefs();
207
pref_service = browser()->profile()->
GetOffTheRecordProfile
()->GetPrefs();
240
pref_service = browser()->profile()->
GetOffTheRecordProfile
()->GetPrefs();
281
pref_service = browser()->profile()->
GetOffTheRecordProfile
()->GetPrefs();
extension_content_settings_apitest.cc
44
browser()->profile()->
GetOffTheRecordProfile
()->GetPrefs();
extension_install_ui_browsertest.cc
105
Profile* incognito_profile = browser()->profile()->
GetOffTheRecordProfile
();
/external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service_factory.cc
60
return profile->
GetOffTheRecordProfile
();
app_list_controller_delegate_impl.cc
84
profile->
GetOffTheRecordProfile
() : profile;
/external/chromium_org/chrome/browser/ui/
browser_win.cc
58
NewWindowMaybeMetro(browser, browser->profile()->
GetOffTheRecordProfile
());
browser_close_browsertest.cc
164
(*pit)->
GetOffTheRecordProfile
());
167
(*pit)->
GetOffTheRecordProfile
());
283
Profile* first_profile_incognito = first_profile_->
GetOffTheRecordProfile
();
285
second_profile_->
GetOffTheRecordProfile
();
/external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_unittest.cc
22
MOCK_METHOD0(
GetOffTheRecordProfile
, Profile*());
73
EXPECT_CALL(testing_profile,
GetOffTheRecordProfile
())
tab_model.cc
26
//
GetOffTheRecordProfile
() is called, so we guard it with
28
//
GetOffTheRecordProfile
().
30
profile == profile->
GetOffTheRecordProfile
());
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_win.cc
46
profile_->
GetOffTheRecordProfile
() : profile_;
103
profile_to_use = profile_to_use->
GetOffTheRecordProfile
();
/external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_apitest.cc
176
pref_service = browser()->profile()->
GetOffTheRecordProfile
()->GetPrefs();
199
pref_service = browser()->profile()->
GetOffTheRecordProfile
()->GetPrefs();
230
pref_service = browser()->profile()->
GetOffTheRecordProfile
()->GetPrefs();
265
pref_service = browser()->profile()->
GetOffTheRecordProfile
()->GetPrefs();
/external/chromium_org/chrome/browser/extensions/
chrome_extension_function.cc
40
GetProfile()->
GetOffTheRecordProfile
() == window_controller->profile();
chrome_extensions_browser_client.cc
63
return static_cast<Profile*>(context)->
GetOffTheRecordProfile
();
/external/chromium_org/chrome/browser/ui/ash/
chrome_new_window_delegate.cc
96
is_incognito ? profile->
GetOffTheRecordProfile
() : profile,
/external/chromium_org/chrome/browser/extensions/api/preference/
preference_apitest.cc
141
PrefService* otr_prefs = profile_->
GetOffTheRecordProfile
()->GetPrefs();
169
PrefService* otr_prefs = profile_->
GetOffTheRecordProfile
()->GetPrefs();
204
catcher_incognito.RestrictToProfile(profile_->
GetOffTheRecordProfile
());
preference_helpers.cc
125
restrict_to_profile = profile->
GetOffTheRecordProfile
();
/external/chromium/chrome/browser/profiles/
profile_manager.cc
155
profile = profile->
GetOffTheRecordProfile
();
174
candidate = candidate->
GetOffTheRecordProfile
();
190
candidate->
GetOffTheRecordProfile
() == profile)) {
389
profile = profile->
GetOffTheRecordProfile
();
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h
62
virtual Profile*
GetOffTheRecordProfile
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bubble_sign_in_delegate_unittest.cc
76
Browser::CreateParams params(browser()->profile()->
GetOffTheRecordProfile
(),
/external/chromium_org/chrome/browser/ui/global_error/
global_error_service.cc
87
profiles_to_notify.push_back(profile_->
GetOffTheRecordProfile
());
/external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_api.cc
144
map = GetProfile()->
GetOffTheRecordProfile
()->GetHostContentSettingsMap();
146
GetProfile()->
GetOffTheRecordProfile
()).get();
Completed in 124 milliseconds
1
2
3
4
5