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

  /external/webkit/Source/WebCore/page/
SecurityOrigin.h 201 bool passesFileCheck(const SecurityOrigin*) const;
SecurityOrigin.cpp 244 canAccess = passesFileCheck(other);
249 bool SecurityOrigin::passesFileCheck(const SecurityOrigin* other) const
501 if (isLocal() && !passesFileCheck(other))

Completed in 30 milliseconds