HomeSort by relevance Sort by last modified time
    Searched refs:IsOffTheRecord (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 277 if (p && !p->IsOffTheRecord()) {
312 if (profile()->IsOffTheRecord())
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 172 if (!profile_ || profile_->IsOffTheRecord())
350 if (profile_->IsOffTheRecord())
415 if (profile_->IsOffTheRecord())
880 if (profile_->IsOffTheRecord())
890 if (profile_->IsOffTheRecord())
930 if (!profile_ || profile_->IsOffTheRecord())
  /external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 516 if (profile_->IsOffTheRecord())
575 return (!profile_->IsOffTheRecord() ||
639 if (profile_->IsOffTheRecord())
783 if (profile_->IsOffTheRecord())
899 if (profile_->IsOffTheRecord())
939 if (profile_->IsOffTheRecord())
    [all...]
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 690 if (profile_->IsOffTheRecord())
907 if (profile_->IsOffTheRecord())
    [all...]
  /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/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();
profile_impl.cc 672 bool ProfileImpl::IsOffTheRecord() {
709 IsOffTheRecord()
721 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
    [all...]
profile_io_data.cc 136 params->is_incognito = profile->IsOffTheRecord();
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 105 if (tab_contents_->profile()->IsOffTheRecord()) {
client_side_detection_host_unittest.cc 98 MOCK_METHOD0(IsOffTheRecord, bool());
112 // Set custom profile object so that we can mock calls to IsOffTheRecord.
114 // a nice mock because other parts of the code are calling IsOffTheRecord.
176 EXPECT_CALL(*mock_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/chrome/browser/extensions/
extension_browser_event_router.cc 149 DCHECK(!profile->IsOffTheRecord());
532 if (!ExtensionTabUtil::GetTabById(tab_id, profile, profile->IsOffTheRecord(),
extension_tabs_module.cc 137 contents->profile()->IsOffTheRecord());
159 browser->profile()->IsOffTheRecord());
512 if (new_window->profile()->IsOffTheRecord() && !include_incognito()) {
723 browser->profile()->IsOffTheRecord()) {
    [all...]
extension_web_ui.cc 289 if (profile->IsOffTheRecord() && !incognito_override_allowed) {
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 384 StatusAreaHost::kWhiteHaloed : (IsOffTheRecord() ?
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.cc 127 if (!profiles[i]->IsOffTheRecord()) {
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 574 bool is_incognito = browser_view_->IsOffTheRecord();
589 } else if (!browser_view_->IsOffTheRecord()) {
627 !browser_view_->IsOffTheRecord()) {
688 } else if (!browser_view_->IsOffTheRecord()) {
    [all...]

Completed in 2243 milliseconds

12 3 4