HomeSort by relevance Sort by last modified time
    Searched defs:IsOffTheRecord (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.cc 49 bool TabModel::IsOffTheRecord() const {
90 if (profile && profile->IsOffTheRecord())
  /external/chromium_org/components/password_manager/core/browser/
stub_password_manager_driver.cc 23 bool StubPasswordManagerDriver::IsOffTheRecord() {
  /external/chromium_org/components/autofill/core/browser/
test_autofill_driver.cc 21 bool TestAutofillDriver::IsOffTheRecord() const {
  /external/chromium_org/components/translate/content/browser/
content_translate_driver.cc 81 bool ContentTranslateDriver::IsOffTheRecord() {
82 return navigation_controller_->GetBrowserContext()->IsOffTheRecord();
  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver.cc 72 bool ContentAutofillDriver::IsOffTheRecord() const {
73 return web_contents()->GetBrowserContext()->IsOffTheRecord();
  /external/chromium_org/components/password_manager/content/browser/
content_password_manager_driver.cc 95 bool ContentPasswordManagerDriver::IsOffTheRecord() {
97 return web_contents()->GetBrowserContext()->IsOffTheRecord();
  /external/chromium_org/content/public/test/
test_browser_context.cc 64 bool TestBrowserContext::IsOffTheRecord() const {
  /external/chromium_org/content/shell/browser/
shell_browser_context.cc 118 bool ShellBrowserContext::IsOffTheRecord() const {
  /external/chromium_org/android_webview/browser/
aw_browser_context.cc 207 bool AwBrowserContext::IsOffTheRecord() const {
  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 165 bool FaviconTabHelper::IsOffTheRecord() {
167 return web_contents()->GetBrowserContext()->IsOffTheRecord();
210 !profile_->IsOffTheRecord()) {
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 28 bool FakeProfile::IsOffTheRecord() const {
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.cc 241 bool OffTheRecordProfileImpl::IsOffTheRecord() const {
profile_io_data.cc 393 if (!IsOffTheRecord()) {
427 media_device_id_salt_ = new MediaDeviceIDSalt(pref_service, IsOffTheRecord());
456 if (!IsOffTheRecord()) {
750 bool ProfileIOData::IsOffTheRecord() const {
    [all...]
profile_impl.cc 767 bool ProfileImpl::IsOffTheRecord() const {
    [all...]
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 575 bool WebPluginProxy::IsOffTheRecord() {
  /external/chromium_org/chrome/test/base/
testing_profile.cc 351 if (!IsOffTheRecord())
360 if (!IsOffTheRecord() || !original_profile_) {
619 bool TestingProfile::IsOffTheRecord() const {
624 DCHECK(!IsOffTheRecord());
629 DCHECK(IsOffTheRecord());
634 if (IsOffTheRecord())
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 530 bool BrowserView::IsOffTheRecord() const {
531 return browser_->profile()->IsOffTheRecord();
547 if (IsOffTheRecord() && !IsGuestSession())
559 if (IsOffTheRecord()) // Desktop guest is incognito and needs avatar.
    [all...]

Completed in 328 milliseconds