Home
last modified time | relevance | path

Searched refs:matchesCURSignature (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.cpp90 bool matchesCURSignature(char* contents) in matchesCURSignature() function
126 if (matchesICOSignature(contents) || matchesCURSignature(contents)) in create()