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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ParsedContentType.h 43 PLATFORM_EXPORT bool isValidContentType(const String&);
ParsedContentType.cpp 187 bool isValidContentType(const String& contentType)
  /external/doclava/src/com/google/doclava/
ClearPage.java 180 if (!isValidContentType(allowExcepted, toPath, DROIDDOC_VALID_CONTENT_TYPES)) {
231 public static boolean isValidContentType(boolean allowExcepted, String s, ArrayList<String> list) {
  /external/chromium_org/third_party/WebKit/Source/core/loader/
BeaconLoader.cpp 100 if (!blobType.isEmpty() && isValidContentType(blobType))
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 720 if (!blobType.isEmpty() && isValidContentType(blobType)) {
    [all...]

Completed in 703 milliseconds