Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/
DNavigationScheduler.h82 …void scheduleLocationChange(PassRefPtr<SecurityOrigin>, const String& url, const String& referrer,…
DNavigationScheduler.cpp310 void NavigationScheduler::scheduleLocationChange(PassRefPtr<SecurityOrigin> securityOrigin, const S… in scheduleLocationChange() function in WebCore::NavigationScheduler
DSubframeLoader.cpp230 …frame->navigationScheduler()->scheduleLocationChange(m_frame->document()->securityOrigin(), url.st… in loadOrRedirectSubframe()
/external/webkit/Source/WebCore/bindings/js/
DJSDocumentCustom.cpp93 frame->navigationScheduler()->scheduleLocationChange(lexicalFrame->document()->securityOrigin(), in setLocation()
/external/webkit/Source/WebKit/chromium/src/
DApplicationCacheHost.cpp111 … frame->navigationScheduler()->scheduleLocationChange(frame->document()->securityOrigin(), in selectCacheWithManifest()
/external/webkit/Source/WebCore/html/parser/
DXSSFilter.cpp226 …m_parser->document()->frame()->navigationScheduler()->scheduleLocationChange(m_parser->document()-… in filterToken()
/external/webkit/Source/WebCore/page/
DDOMWindow.cpp1706 … m_frame->navigationScheduler()->scheduleLocationChange(activeFrame->document()->securityOrigin(), in setLocation()
1797 …newFrame->navigationScheduler()->scheduleLocationChange(activeWindow->securityOrigin(), completedU… in createWindow()
1846 …targetFrame->navigationScheduler()->scheduleLocationChange(activeFrame->document()->securityOrigin… in open()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp179 …frame->navigationScheduler()->scheduleLocationChange(frame->document()->securityOrigin(), document… in selectCache()
/external/webkit/Source/WebCore/dom/
DDocument.cpp2666 … frame->navigationScheduler()->scheduleLocationChange(securityOrigin(), blankURL(), String()); in processHttpEquiv()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2310592 …(KHTMLPart::scheduleLocationChange): Corrected an earlier mistake of testing an always non-zero co…
10950 …(KHTMLPart::scheduleLocationChange): If a redirect was scheduled during a load, then stop the curr…
21429 (KHTMLPart::scheduleLocationChange):
26914 …and as a result, scheduled redirects wouldn't fire in KHTMLPart::scheduleLocationChange(). By vir…
33139 … isImmediateRedirectPending to isScheduledLocationChangePending. Added scheduleLocationChange.
33146 …(KHTMLPart::scheduleLocationChange): Added. Like scheduleRedirection, but with a different constant
33154 … khtml/khtmlpart_p.h: Added a new value to the RedirectionScheduled enum for scheduleLocationChange
33160 …ml/ecma/kjs_html.cpp: (KJS::HTMLDocument::putValue): Changed to call the new scheduleLocationChange
DChangeLog-2011-02-1614617 (WebCore::NavigationScheduler::scheduleLocationChange):
30300 (WebCore::NavigationScheduler::scheduleLocationChange): Ditto.
46856 (WebCore::NavigationScheduler::scheduleLocationChange): Ditto.
46860 to scheduleLocationChange.
46864 origin when calling scheduleLocationChange.
DChangeLog-2009-06-1625047 (WebCore::FrameLoader::scheduleLocationChange): Moved the code to stop loading
25051 scheduleLocationChange, but with the arguments for a form submission.
25062 in here that used to be in scheduleLocationChange.
26037 (WebCore::FrameLoader::scheduleLocationChange): Call completeURL
32293 (WebCore::FrameLoader::scheduleLocationChange): Ditto.
45429 r40432 added a parameter to FrameLoader::scheduleLocationChange() and
45903 (WebCore::FrameLoader::scheduleLocationChange):
61920 (WebCore::FrameLoader::scheduleLocationChange):
DChangeLog-2010-01-2951856 (WebCore::RedirectScheduler::scheduleLocationChange):
51895 (WebCore::RedirectScheduler::scheduleLocationChange):
52561 (WebCore::FrameLoader::scheduleLocationChange):
52562 (WebCore::RedirectScheduler::scheduleLocationChange):
55793 (WebCore::Document::processHttpEquiv): Use scheduleLocationChange
64276 (WebCore::FrameLoader::scheduleLocationChange):
74457 (WebCore::FrameLoader::scheduleLocationChange):
89886 …(WebCore::FrameLoader::scheduleLocationChange): Respect mustLockBackForwardList() in addition to t…
DChangeLog-2006-05-1011715 (WebCore::Frame::scheduleLocationChange):
26110 (WebCore::Frame::scheduleLocationChange): Ditto.
35179 (Frame::scheduleLocationChange):
DChangeLog-2006-12-3113190 (WebCore::FrameLoader::scheduleLocationChange): Fix backwards ? : operator.
13441 (WebCore::FrameLoader::scheduleLocationChange):
32774 (WebCore::Frame::scheduleLocationChange): Ditto.
51053 (WebCore::Frame::scheduleLocationChange):
DChangeLog-2010-12-0631702 (WebCore::NavigationScheduler::scheduleLocationChange):
31853 (WebCore::NavigationScheduler::scheduleLocationChange):
40528 (WebCore::NavigationScheduler::scheduleLocationChange):
70804 (WebCore::RedirectScheduler::scheduleLocationChange):
78760 (WebCore::RedirectScheduler::scheduleLocationChange):
90438 (WebCore::RedirectScheduler::scheduleLocationChange):
90493 (WebCore::RedirectScheduler::scheduleLocationChange):
117098 (WebCore::RedirectScheduler::scheduleLocationChange):
DChangeLog-2010-05-24528 Match the call of scheduleLocationChange() to its correct signature.
531 The call of scheduleLocationChange() in generic and v8 bindings assuming the
28586 (WebCore::RedirectScheduler::scheduleLocationChange):
DChangeLog-2007-10-1437576 … which is triggered by the "immediate" flag, and the other cases load via scheduleLocationChange()
39619 (WebCore::FrameLoader::scheduleLocationChange): determine duringLoad differently; doc won't
DChangeLog-2008-08-1026887 (WebCore::FrameLoader::scheduleLocationChange): Ditto.
49819 (WebCore::FrameLoader::scheduleLocationChange): Ditto.