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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.h 71 static bool isJSONMIMEType(const String&);
DOMImplementation.cpp 289 bool DOMImplementation::isJSONMIMEType(const String& mimeType)
318 return MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || isJSONMIMEType(mimeType) || isTextPlainType(mimeType);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
NetworkResourcesData.cpp 169 } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || DOMImplementation::isJSONMIMEType(mimeType)) {

Completed in 74 milliseconds