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

/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp416 bool FrameLoaderClientHaiku::shouldTreatURLAsSameAsCurrent(const KURL&) const function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp504 bool FrameLoaderClientWx::shouldTreatURLAsSameAsCurrent(const KURL&) const function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h337 virtual bool shouldTreatURLAsSameAsCurrent(const KURL&) const { return false; } function in class:WebCore::EmptyFrameLoaderClient
H A DFrameLoader.cpp1176 if (isNewNavigation && !shouldTreatURLAsSameAsCurrent(url) && !stateObject) {
1378 bool sameURL = shouldTreatURLAsSameAsCurrent(newURL);
1459 if (shouldTreatURLAsSameAsCurrent(newDocumentLoader->originalRequest().url())) {
3192 bool FrameLoader::shouldTreatURLAsSameAsCurrent(const KURL& url) const function in class:WebCore::FrameLoader
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1651 bool WebFrame::shouldTreatURLAsSameAsCurrent(const KURL&) const function in class:WebFrame

Completed in 136 milliseconds