Home | History | Annotate | Download | only in webkit

Lines Matching defs:statement

763                 SQLiteStatement statement = null;
765 statement = mCacheDatabase.compileStatement(
776 statement.bindString(index, filePath);
779 statement.execute();
780 statement.clearBindings();
785 // there may be old bindings from the previous statement
787 statement.execute();
792 if (statement != null) statement.close();