Home | History | Annotate | Download | only in loader

Lines Matching refs:newURL

1337 void FrameLoader::loadURL(const KURL& newURL, const String& referrer, const String& frameName, bool lockHistory, FrameLoadType newLoadType,
1346 ResourceRequest request(newURL);
1361 targetFrame->loader()->loadURL(newURL, referrer, String(), lockHistory, newLoadType, event, formState.release());
1368 NavigationAction action(newURL, newLoadType, isFormSubmission, event);
1378 bool sameURL = shouldTreatURLAsSameAsCurrent(newURL);
1384 if (shouldScrollToAnchor(isFormSubmission, httpMethod, newLoadType, newURL)) {
1510 const KURL& newURL = loader->request().url();
1513 if (shouldScrollToAnchor(isFormSubmission, httpMethod, policyChecker()->loadType(), newURL)) {
1515 NavigationAction action(newURL, policyChecker()->loadType(), isFormSubmission);
1528 loader->setTriggeringAction(NavigationAction(newURL, policyChecker()->loadType(), isFormSubmission));