Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.cpp80 inline bool matchesCURSignature(char* contents) in matchesCURSignature() function
105 if (matchesICOSignature(contents) || matchesCURSignature(contents)) in create()