Home
last modified time | relevance | path

Searched defs:bindDouble (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteProgram.java87 public void bindDouble(int index, double value) { in bindDouble() method in ShadowSQLiteProgram
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteStatement.cpp151 int SQLiteStatement::bindDouble(int index, double number) in bindDouble() function in WebCore::SQLiteStatement