OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOffTheRecord
(Results
126 - 150
of
309
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc
241
DCHECK(!profile_->
IsOffTheRecord
());
256
if (profile_->
IsOffTheRecord
()) {
271
DCHECK(!profile_->
IsOffTheRecord
());
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.cc
191
*is_incognito = browser->profile()->
IsOffTheRecord
();
402
if (!profile->
IsOffTheRecord
())
604
web_contents->GetBrowserContext()->
IsOffTheRecord
());
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc
77
if (GetProfile()->
IsOffTheRecord
()) {
525
if (GetProfile()->
IsOffTheRecord
()) {
547
if (GetProfile()->
IsOffTheRecord
()) {
/external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.cc
636
if (!GetProfile()->
IsOffTheRecord
() && !include_incognito()) {
643
if (GetProfile()->
IsOffTheRecord
()) {
721
if (GetProfile()->
IsOffTheRecord
()) {
/external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc
103
is_off_the_record_(profile_->
IsOffTheRecord
()) {
274
: BaseProvider(profile->
IsOffTheRecord
()),
/external/chromium/chrome/browser/
favicon_helper.cc
262
if (!tab_contents()->profile()->
IsOffTheRecord
())
369
if (tab_contents()->profile()->
IsOffTheRecord
()) {
autocomplete_history_manager.cc
105
if (profile_->
IsOffTheRecord
())
/external/chromium/chrome/browser/net/
predictor_api.cc
317
if (!Source<Browser>(source)->profile()->
IsOffTheRecord
())
324
if (!Source<Browser>(source)->profile()->
IsOffTheRecord
())
/external/chromium/chrome/browser/ui/
browser_navigator.cc
137
if (profile->
IsOffTheRecord
() && !Profile::IsGuestSession()) {
231
if (params->browser->profile()->
IsOffTheRecord
() &&
/external/chromium_org/chrome/browser/extensions/
extension_tab_util.cc
146
contents->GetBrowserContext()->
IsOffTheRecord
());
343
if (browser->profile()->
IsOffTheRecord
()) {
/external/chromium_org/chrome/browser/search/
instant_service.cc
217
if (profile_->
IsOffTheRecord
())
227
if (profile_->
IsOffTheRecord
())
/external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc
268
const bool incognito_mode = profile_->
IsOffTheRecord
();
290
if (contents_->GetBrowserContext()->
IsOffTheRecord
())
/external/chromium/android/autofill/
profile_android.h
140
virtual bool
IsOffTheRecord
() { NOTREACHED(); return false; }
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc
168
(profile_->
IsOffTheRecord
() &&
/external/chromium/chrome/browser/profiles/
profile.h
198
virtual bool
IsOffTheRecord
() = 0;
profile_impl.h
49
virtual bool
IsOffTheRecord
();
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc
105
if (tab_contents_->profile()->
IsOffTheRecord
()) {
/external/chromium/chrome/browser/sessions/
base_session_service.cc
73
DCHECK(!profile->
IsOffTheRecord
());
/external/chromium/chrome/browser/ui/webui/options/
options_ui.cc
307
DCHECK(!GetProfile()->
IsOffTheRecord
() || Profile::IsGuestSession());
/external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc
166
if (profile_->
IsOffTheRecord
() &&
/external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_factory_chromeos.cc
226
if (profile->
IsOffTheRecord
())
/external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend.cc
103
DCHECK(!profile->
IsOffTheRecord
());
/external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc
128
web_contents->GetBrowserContext()->
IsOffTheRecord
());
/external/chromium_org/chrome/browser/extensions/error_console/
error_console.cc
243
if (profile->
IsOffTheRecord
() && profile_->IsSameProfile(profile))
/external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc
164
!profile_->
IsOffTheRecord
()) {
Completed in 685 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>