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

  /external/webkit/Source/WebCore/platform/
SchemeRegistry.h 43 static bool shouldTreatURLSchemeAsLocal(const String&);
SchemeRegistry.cpp 128 bool SchemeRegistry::shouldTreatURLSchemeAsLocal(const String& scheme)
  /external/webkit/Source/WebCore/page/
SecurityOrigin.cpp 342 if (restrictAccessToLocal() && SchemeRegistry::shouldTreatURLSchemeAsLocal(protocol))
372 return SchemeRegistry::shouldTreatURLSchemeAsLocal(m_protocol);
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]

Completed in 30 milliseconds