Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp1141 …SQLiteStatement fallbackStatement(m_database, "SELECT namespace, fallbackURL FROM FallbackURLs WHE… in loadCache() local
1142 if (fallbackStatement.prepare() != SQLResultOk) in loadCache()
1144 fallbackStatement.bindInt64(1, storageID); in loadCache()
1147 while ((result = fallbackStatement.step()) == SQLResultRow) in loadCache()
1148 …ppend(make_pair(KURL(ParsedURLString, fallbackStatement.getColumnText(0)), KURL(ParsedURLString, f… in loadCache()