Home
last modified time | relevance | path

Searched defs:lockHistory (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/loader/
DNavigationScheduler.cpp59 …ScheduledNavigation(double delay, bool lockHistory, bool lockBackForwardList, bool wasDuringLoad, … in ScheduledNavigation()
77 bool lockHistory() const { return m_lockHistory; } in lockHistory() function in WebCore::ScheduledNavigation
97 …yOrigin> securityOrigin, const String& url, const String& referrer, bool lockHistory, bool lockBac… in ScheduledURLNavigation()
140 …elay, PassRefPtr<SecurityOrigin> securityOrigin, const String& url, bool lockHistory, bool lockBac… in ScheduledRedirect()
151 …yOrigin> securityOrigin, const String& url, const String& referrer, bool lockHistory, bool lockBac… in ScheduledLocationChange()
310 …yOrigin> securityOrigin, const String& url, const String& referrer, bool lockHistory, bool lockBac… in scheduleLocationChange()
DFormSubmission.cpp124 …ormState> state, PassRefPtr<FormData> data, const String& boundary, bool lockHistory, PassRefPtr<E… in FormSubmission()
137 …ement* form, const Attributes& attributes, PassRefPtr<Event> event, bool lockHistory, FormSubmissi… in create()
DSubframeLoader.cpp71 …nerElement, const String& urlString, const AtomicString& frameName, bool lockHistory, bool lockBac… in requestFrame()
226 …ment* ownerElement, const KURL& url, const AtomicString& frameName, bool lockHistory, bool lockBac… in loadOrRedirectSubframe()
DFrameLoader.cpp271 …ityOrigin> securityOrigin, const KURL& url, const String& referrer, bool lockHistory, bool lockBac… in changeLocation()
278 …url, const String& passedTarget, PassRefPtr<Event> triggeringEvent, bool lockHistory, bool lockBac… in urlSelected()
286 …FrameLoadRequest& passedRequest, PassRefPtr<Event> triggeringEvent, bool lockHistory, bool lockBac… in urlSelected()
1300 void FrameLoader::loadFrameRequest(const FrameLoadRequest& request, bool lockHistory, bool lockBack… in loadFrameRequest()
1345 …onst KURL& newURL, const String& referrer, const String& frameName, bool lockHistory, FrameLoadTyp… in loadURL()
1414 void FrameLoader::load(const ResourceRequest& request, bool lockHistory) in load()
1419 …oader::load(const ResourceRequest& request, const SubstituteData& substituteData, bool lockHistory) in load()
1432 void FrameLoader::load(const ResourceRequest& request, const String& frameName, bool lockHistory) in load()
1448 …ion(const ResourceRequest& request, const NavigationAction& action, bool lockHistory, FrameLoadTyp… in loadWithNavigationAction()
2796 …equest& inRequest, const String& referrer, const String& frameName, bool lockHistory, FrameLoadTyp… in loadPostRequest()
DFormSubmission.h102 bool lockHistory() const { return m_lockHistory; } in lockHistory() function
/external/webkit/Source/WebCore/html/
DHTMLFrameElementBase.cpp93 void HTMLFrameElementBase::openURL(bool lockHistory, bool lockBackForwardList) in openURL()