Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.cpp87 static const unsigned longestSignatureLength = sizeof("RIFF????WEBPVP") - 1; in create() local
88 ASSERT(longestSignatureLength == 14); in create()
92 char contents[longestSignatureLength]; in create()
93 if (copyFromSharedBuffer(contents, longestSignatureLength, data, 0) < longestSignatureLength) in create()