Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.cpp70 inline bool matchesBMPSignature(char* contents) in matchesBMPSignature() function
111 if (matchesBMPSignature(contents)) in create()