HomeSort by relevance Sort by last modified time
    Searched refs:IsOffTheRecord (Results 51 - 75 of 309) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.cc 26 is_off_the_record_(profile->IsOffTheRecord()) {
  /external/chromium/chrome/browser/translate/
options_menu_model.cc 39 if (!translate_delegate->tab_contents()->profile()->IsOffTheRecord()) {
translate_infobar_delegate.cc 102 if (!tab_contents()->profile()->IsOffTheRecord()) {
123 if (!tab_contents()->profile()->IsOffTheRecord()) {
260 return !tab_contents()->profile()->IsOffTheRecord() &&
266 return !tab_contents()->profile()->IsOffTheRecord() &&
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_state_message_filter.cc 27 is_off_the_record_(profile->IsOffTheRecord()) {
  /external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer.cc 212 !proxy_->GetProfile()->IsOffTheRecord();
215 !proxy_->GetProfile()->IsOffTheRecord();
238 !proxy_->GetProfile()->IsOffTheRecord();
242 !proxy_->GetProfile()->IsOffTheRecord();
  /external/chromium_org/chrome/browser/translate/
options_menu_model.cc 43 IsOffTheRecord()) {
  /external/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state.cc 43 if (!profile || profile->IsOffTheRecord())
chrome_new_window_delegate.cc 110 if (profile->IsOffTheRecord())
  /external/chromium_org/chrome/browser/ui/webui/
app_launcher_page_ui.cc 44 if (!GetProfile()->IsOffTheRecord()) {
  /external/chromium_org/components/autofill/content/browser/
autofill_driver_impl.h 46 virtual bool IsOffTheRecord() const OVERRIDE;
  /external/chromium_org/content/public/browser/
browser_context.h 99 virtual bool IsOffTheRecord() const = 0;
  /external/chromium_org/content/public/test/
test_browser_context.cc 64 bool TestBrowserContext::IsOffTheRecord() const {
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher_browsertest.cc 235 EXPECT_TRUE(incognito_browser->profile()->IsOffTheRecord());
255 EXPECT_TRUE(incognito_browser->profile()->IsOffTheRecord());
269 EXPECT_FALSE(new_browser->profile()->IsOffTheRecord());
  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.cc 32 bool allow_original = !profile->IsOffTheRecord();
33 bool allow_incognito = profile->IsOffTheRecord() ||
44 return profile->IsOffTheRecord() ?
extension_cookies_unittest.cc 31 if (IsOffTheRecord())
38 if (IsOffTheRecord())
45 return (!IsOffTheRecord() && linked_profile_);
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_api.cc 85 if (GetProfile()->IsOffTheRecord()) {
224 if (!GetProfile()->IsOffTheRecord() && !include_incognito()) {
231 if (GetProfile()->IsOffTheRecord()) {
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 49 bool allow_original = !profile->IsOffTheRecord();
50 bool allow_incognito = profile->IsOffTheRecord() ||
61 return profile->IsOffTheRecord() ?
  /external/chromium/chrome/browser/profiles/
profile.cc 216 virtual bool IsOffTheRecord() {
245 IsOffTheRecord()
257 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
403 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
556 IsOffTheRecord(), GetPath(), GetExtensionSpecialStoragePolicy(),
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api.cc 155 MenuItem::Id id(GetProfile()->IsOffTheRecord(), extension_id());
231 GetProfile()->IsOffTheRecord(),
251 MenuItem::Id item_id(GetProfile()->IsOffTheRecord(), extension_id());
329 GetProfile()->IsOffTheRecord(),
359 MenuItem::Id id(GetProfile()->IsOffTheRecord(), extension_id());
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 72 if (profile_->IsOffTheRecord()) {
437 DCHECK(!profile_->IsOffTheRecord());
463 DCHECK(!profile_->IsOffTheRecord());
480 DCHECK(!profile_->IsOffTheRecord());
500 DCHECK(!profile_->IsOffTheRecord());
525 DCHECK(profile_->IsOffTheRecord());
  /external/chromium_org/chrome/test/base/
testing_profile.cc 335 if (!IsOffTheRecord())
344 if (!IsOffTheRecord() || !original_profile_) {
581 bool TestingProfile::IsOffTheRecord() const {
586 DCHECK(!IsOffTheRecord());
591 DCHECK(IsOffTheRecord());
596 if (IsOffTheRecord())
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.cc 216 if (profiles[i]->IsOffTheRecord())
433 if (!profile->IsOffTheRecord())
440 if (!profile->IsOffTheRecord())
  /external/chromium/chrome/browser/ui/webui/
theme_source.cc 37 profile->IsOffTheRecord());
  /external/chromium_org/android_webview/browser/
aw_browser_context.h 81 virtual bool IsOffTheRecord() const OVERRIDE;
  /external/chromium_org/chrome/browser/download/
download_status_updater_win.cc 109 download->GetBrowserContext()->IsOffTheRecord())

Completed in 267 milliseconds

1 23 4 5 6 7 8 91011>>