Searched defs:IsOffTheRecord (Results 1 - 4 of 4) sorted by relevance

/external/chromium/android/autofill/
H A Dprofile_android.h140 virtual bool IsOffTheRecord() { NOTREACHED(); return false; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc216 virtual bool IsOffTheRecord() { function in class:OffTheRecordProfileImpl
245 IsOffTheRecord()
257 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
403 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
556 IsOffTheRecord(), GetPath(), GetExtensionSpecialStoragePolicy(),
H A Dprofile_impl.cc672 bool ProfileImpl::IsOffTheRecord() { function in class:ProfileImpl
709 IsOffTheRecord()
721 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
1160 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
1296 IsOffTheRecord(), GetPath(), GetExtensionSpecialStoragePolicy(),
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc431 bool BrowserView::IsOffTheRecord() const { function in class:BrowserView
432 return browser_->profile()->IsOffTheRecord();
436 return IsOffTheRecord() && IsBrowserTypeNormal();
1409 if (IsOffTheRecord()) {

Completed in 288 milliseconds