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

/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp1384 if (shouldScrollToAnchor(isFormSubmission, httpMethod, newLoadType, newURL)) {
1513 if (shouldScrollToAnchor(isFormSubmission, httpMethod, policyChecker()->loadType(), newURL)) {
2916 bool FrameLoader::shouldScrollToAnchor(bool isFormSubmission, const String& httpMethod, FrameLoadType loadType, const KURL& url) function in class:WebCore::FrameLoader

Completed in 231 milliseconds