Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/appcache/
DApplicationCacheStorage.cpp445 …int unusedNumBytes = snprintf(userVersionSQL, sizeof(userVersionSQL), "PRAGMA user_version=%d", sc… in verifySchemaVersion() local
446 ASSERT_UNUSED(unusedNumBytes, static_cast<int>(sizeof(userVersionSQL)) >= unusedNumBytes); in verifySchemaVersion()