Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.cpp50 inline bool matchesGIFSignature(char* contents) in matchesGIFSignature() function
102 if (matchesGIFSignature(contents)) in create()