HomeSort by relevance Sort by last modified time
    Searched refs:shouldTreatURLAsLocal (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/page/
SecurityOrigin.h 171 static bool shouldTreatURLAsLocal(const String&);
SecurityOrigin.cpp 261 if (!shouldTreatURLAsLocal(url.string()))
269 return shouldTreatURLAsLocal(referrer);
427 bool SecurityOrigin::shouldTreatURLAsLocal(const String& url)
  /external/webkit/WebCore/loader/
FrameLoader.cpp     [all...]

Completed in 36 milliseconds