HomeSort by relevance Sort by last modified time
    Searched defs:sqlValues (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8SQLTransactionCustom.cpp 59 Vector<SQLValue> sqlValues;
82 sqlValues.append(SQLValue());
85 sqlValues.append(SQLValue(sqlValue));
88 sqlValues.append(SQLValue(sqlValue));
114 transaction->executeSQL(statement, sqlValues, callback.release(), errorCallback.release(), exceptionState);
V8SQLTransactionSyncCustom.cpp 58 Vector<SQLValue> sqlValues;
81 sqlValues.append(SQLValue());
84 sqlValues.append(SQLValue(sqlValue));
87 sqlValues.append(SQLValue(sqlValue));
94 v8::Handle<v8::Value> result = toV8(transaction->executeSQL(statement, sqlValues, exceptionState), info.Holder(), info.GetIsolate());

Completed in 64 milliseconds