Searched refs:openSearchMIMEType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4406 static const char openSearchMIMEType[] = "application/opensearchdescription+xml"; local
4421 if (!equalIgnoringCase(linkElement->type(), openSearchMIMEType) || !equalIgnoringCase(linkElement->rel(), openSearchRelation))

Completed in 2097 milliseconds