Home
last modified time | relevance | path

Searched refs:needPrivacy (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/
DHistoryController.cpp316 bool needPrivacy = !settings || settings->privateBrowsingEnabled(); in updateForStandardLoad() local
323 if (!needPrivacy) { in updateForStandardLoad()
337 if (!historyURL.isEmpty() && !needPrivacy) { in updateForStandardLoad()
354 bool needPrivacy = !settings || settings->privateBrowsingEnabled(); in updateForRedirectWithLockedBackForwardList() local
361 if (!needPrivacy) { in updateForRedirectWithLockedBackForwardList()
379 if (!historyURL.isEmpty() && !needPrivacy) { in updateForRedirectWithLockedBackForwardList()
403 bool needPrivacy = !settings || settings->privateBrowsingEnabled(); in updateForClientRedirect() local
406 if (!historyURL.isEmpty() && !needPrivacy) { in updateForClientRedirect()