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

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp581 int unusedNumBytes = snprintf(userVersionSQL, sizeof(userVersionSQL), "PRAGMA user_version=%d", schemaVersion); local
582 ASSERT_UNUSED(unusedNumBytes, static_cast<int>(sizeof(userVersionSQL)) >= unusedNumBytes);

Completed in 267 milliseconds