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

  /external/webkit/WebCore/loader/
PolicyChecker.h 55 void checkContentPolicy(const String& MIMEType, ContentPolicyDecisionFunction, void* argument);
PolicyChecker.cpp 100 void PolicyChecker::checkContentPolicy(const String& MIMEType, ContentPolicyDecisionFunction function, void* argument)
MainResourceLoader.cpp 372 frameLoader()->policyChecker()->checkContentPolicy(m_response.mimeType(), callContinueAfterContentPolicy, this);

Completed in 36 milliseconds