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

  /external/chromium/android/autofill/
profile_android.h 140 virtual bool IsOffTheRecord() { NOTREACHED(); return false; }
  /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(),
profile_impl.cc 672 bool ProfileImpl::IsOffTheRecord() {
709 IsOffTheRecord()
721 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
    [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...]

Completed in 121 milliseconds