OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOffTheRecord
(Results
201 - 225
of
309
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc
402
DCHECK(!profile->
IsOffTheRecord
() || profile->IsGuestSession());
/external/chromium/chrome/browser/ui/
browser.cc
285
VLOG_IF(1, g_log_bug53991) << "~Browser: " << profile_->
IsOffTheRecord
()
325
if (profile_->
IsOffTheRecord
() &&
[
all
...]
browser_list.cc
593
if ((*i)->profile()->
IsOffTheRecord
())
/external/chromium_org/chrome/browser/sessions/
session_restore.cc
825
!browser_->profile()->
IsOffTheRecord
()) {
843
if (browser_ && !browser_->profile()->
IsOffTheRecord
()) {
850
DCHECK(!browser || !browser->profile()->
IsOffTheRecord
());
[
all
...]
/external/chromium_org/extensions/browser/
process_manager.cc
167
if (context->
IsOffTheRecord
()) {
201
if (context->
IsOffTheRecord
()) {
817
DCHECK(incognito_context->
IsOffTheRecord
());
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc
258
if (!browser_->profile()->
IsOffTheRecord
()) {
546
!browser()->profile()->
IsOffTheRecord
()) {
561
bool incognito = browser()->profile()->
IsOffTheRecord
();
[
all
...]
/external/chromium/chrome/browser/autocomplete/
keyword_provider.cc
194
extension && (!profile_->
IsOffTheRecord
() ||
/external/chromium/chrome/browser/
background_contents_service.cc
128
if (!profile->
IsOffTheRecord
() &&
/external/chromium/chrome/browser/content_settings/
host_content_settings_map.cc
63
is_off_the_record_(profile_->
IsOffTheRecord
()),
/external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc
98
if (!profile->
IsOffTheRecord
())
/external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc
473
if (profile->
IsOffTheRecord
())
/external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc
576
!browser()->profile()->
IsOffTheRecord
()) {
591
bool incognito = browser()->profile()->
IsOffTheRecord
();
[
all
...]
/external/chromium/chrome/browser/ui/views/frame/
browser_view.cc
431
bool BrowserView::
IsOffTheRecord
() const {
432
return browser_->profile()->
IsOffTheRecord
();
436
return
IsOffTheRecord
() && IsBrowserTypeNormal();
[
all
...]
browser_view.h
149
bool
IsOffTheRecord
() const;
/external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc
405
data->incognito = contents->profile()->
IsOffTheRecord
();
/external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc
313
if (!GetProfile()->
IsOffTheRecord
()) {
/external/chromium_org/chrome/browser/android/
tab_android.cc
341
CHECK_EQ(GetProfile()->
IsOffTheRecord
(), incognito);
/external/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider.cc
359
fetcher_->GetOriginalURL(), profile_->
IsOffTheRecord
(), false, &headers);
/external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.cc
476
return profile->
IsOffTheRecord
() || profile->IsGuestSession();
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc
108
if (profile->
IsOffTheRecord
() &&
/external/chromium_org/chrome/browser/extensions/
extension_web_ui.cc
233
if (profile->
IsOffTheRecord
() && !incognito_override_allowed) {
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.cc
108
if (web_contents_->GetBrowserContext()->
IsOffTheRecord
()) {
/external/chromium_org/chrome/browser/ui/
browser.cc
358
CHECK(!profile_->IsGuestSession() || profile_->
IsOffTheRecord
())
495
if (profile_->
IsOffTheRecord
() &&
743
profile()->
IsOffTheRecord
()) {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc
540
!browser_view()->
IsOffTheRecord
()) {
browser_view.h
188
bool
IsOffTheRecord
() const;
Completed in 5255 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>