Home
last modified time | relevance | path

Searched refs:shouldTreatURLAsLocal (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/loader/
DFrameLoader.h445 static bool shouldTreatURLAsLocal(const String&);
DFrameLoader.cpp2501 if (!shouldTreatURLAsLocal(url.string())) in canLoad()
2509 return shouldTreatURLAsLocal(referrer); in canLoad()
5298 bool FrameLoader::shouldTreatURLAsLocal(const String& url) in loadItem() function in WebCore::FrameLoader
/external/webkit/WebCore/
DChangeLog-2008-08-1068964 shouldTreatURLAsLocal.