Home | History | Annotate | Download | only in appcache

Lines Matching refs:step

111     int result = statement.step();
184 while (statement.step() == SQLResultRow)
227 while ((result = statement.step()) == SQLResultRow) {
297 while ((result = statement.step()) == SQLResultRow) {
446 int result = statement.step();
472 int result = statement.step();
515 int result = statement.step();
1072 while ((result = cacheStatement.step()) == SQLResultRow) {
1117 while ((result = whitelistStatement.step()) == SQLResultRow)
1131 result = whitelistWildcardStatement.step();
1137 if (whitelistWildcardStatement.step() != SQLResultDone)
1147 while ((result = fallbackStatement.step()) == SQLResultRow)
1309 while (selectURLs.step() == SQLResultRow)
1328 int result = statement.step();
1360 int result = idStatement.step();
1423 if (selectPaths.step() != SQLResultRow)
1440 } while (selectPaths.step() == SQLResultRow);
1460 while (selectPaths.step() == SQLResultRow) {