OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOffTheRecord
(Results
1 - 25
of
309
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/chromeos/profiles/
profile_util.cc
17
if (profile->
IsOffTheRecord
())
/external/chromium/chrome/browser/ui/find_bar/
find_bar_state.cc
13
if (text.empty() && p->
IsOffTheRecord
()) {
/external/chromium_org/chrome/browser/ui/search/
instant_tab.cc
13
: InstantPage(delegate, "", profile, profile->
IsOffTheRecord
()) {
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_win.cc
72
!profile_->
IsOffTheRecord
()) {
76
profile_->
IsOffTheRecord
()) {
96
if (profile_to_use->
IsOffTheRecord
())
102
if (!profile_to_use->
IsOffTheRecord
())
/external/chromium_org/chrome/browser/profiles/
profile_destroyer.cc
38
if (!profile->
IsOffTheRecord
() && profile->HasOffTheRecordProfile())
48
DCHECK(hosts.empty() || profile->
IsOffTheRecord
() ||
51
// Note that we still test for !profile->
IsOffTheRecord
here even though we
54
if (hosts.empty() || !profile->
IsOffTheRecord
()) {
55
if (profile->
IsOffTheRecord
())
71
DCHECK(profile->
IsOffTheRecord
());
159
DCHECK(profile_->
IsOffTheRecord
());
/external/chromium_org/chrome/browser/policy/
schema_registry_service_factory.cc
49
if (context->
IsOffTheRecord
())
61
DCHECK(!context->
IsOffTheRecord
());
71
if (context->
IsOffTheRecord
())
/external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_list.cc
55
profile->
IsOffTheRecord
() == model_profile->
IsOffTheRecord
()) {
77
if ((*i)->
IsOffTheRecord
() && (*i)->GetTabCount() > 0)
tab_model.cc
58
bool TabModel::
IsOffTheRecord
() const {
118
if (profile && profile->
IsOffTheRecord
())
tab_model_unittest.cc
58
EXPECT_FALSE(tab_model.
IsOffTheRecord
());
79
EXPECT_TRUE(tab_model.
IsOffTheRecord
());
/external/chromium_org/chrome/browser/favicon/
favicon_service_factory.cc
18
if (!profile->
IsOffTheRecord
()) {
/external/chromium_org/components/autofill/core/browser/
autofill_driver.h
41
virtual bool
IsOffTheRecord
() const = 0;
test_autofill_driver.cc
19
bool TestAutofillDriver::
IsOffTheRecord
() const {
test_autofill_driver.h
22
virtual bool
IsOffTheRecord
() const OVERRIDE;
/external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc
85
EXPECT_FALSE(profile->
IsOffTheRecord
());
92
EXPECT_TRUE(profile->
IsOffTheRecord
());
/external/chromium/chrome/browser/ui/views/
theme_background.cc
38
profile->
IsOffTheRecord
() ?
42
profile->
IsOffTheRecord
() ?
/external/chromium_org/chrome/browser/notifications/
notification_system_observer.cc
36
if (!content::Source<Profile>(source)->
IsOffTheRecord
()) {
44
if (content::Source<Profile>(source)->
IsOffTheRecord
())
/external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs.cc
81
return !profile->
IsOffTheRecord
();
83
return profile->
IsOffTheRecord
();
/external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_win.cc
36
if (win8::IsSingleWindowMetroMode() && !profile_->
IsOffTheRecord
() &&
49
DCHECK(profile_->
IsOffTheRecord
());
/external/chromium_org/chrome/browser/extensions/
chrome_notification_observer.cc
43
if (profile->
IsOffTheRecord
()) {
/external/chromium_org/chrome/browser/search/
hotword_service_factory.cc
18
(profile->
IsOffTheRecord
() &&
/external/chromium_org/chrome/browser/ui/find_bar/
find_bar_state_factory.cc
23
if (text.empty() && p->
IsOffTheRecord
()) {
/external/chromium/chrome/browser/net/
chrome_url_request_context.cc
206
DCHECK(!profile->
IsOffTheRecord
());
216
DCHECK(!profile->
IsOffTheRecord
());
226
DCHECK(!profile->
IsOffTheRecord
());
238
DCHECK(!profile->
IsOffTheRecord
());
250
DCHECK(profile->
IsOffTheRecord
());
259
DCHECK(profile->
IsOffTheRecord
());
270
DCHECK(profile->
IsOffTheRecord
());
/external/chromium/chrome/browser/tabs/
tab_finder.cc
78
if (browser->profile()->
IsOffTheRecord
())
97
if (!(*i)->profile()->
IsOffTheRecord
()) {
132
if (!(*i)->profile()->
IsOffTheRecord
())
196
if (tab_contents->profile()->
IsOffTheRecord
())
213
if (tab->profile()->
IsOffTheRecord
())
/external/chromium_org/chrome/browser/extensions/api/declarative/
rules_cache_delegate.cc
72
profile_->
IsOffTheRecord
());
74
profile_->
IsOffTheRecord
());
82
if (profile_->
IsOffTheRecord
())
132
DCHECK(!profile_->
IsOffTheRecord
() || extension_service->is_ready());
142
!(profile_->
IsOffTheRecord
()) ||
/external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.cc
194
if (!profile_->
IsOffTheRecord
()) {
209
if (!profile_->
IsOffTheRecord
()) {
276
if (profile_->
IsOffTheRecord
())
330
if (profile_->
IsOffTheRecord
())
347
if (profile_->
IsOffTheRecord
())
364
if (profile_->
IsOffTheRecord
())
Completed in 274 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>