Home
last modified time | relevance | path

Searched defs:SQLValue (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLValue.h40 SQLValue() : m_type(NullValue), m_number(0.0) { } in SQLValue() function
41 SQLValue(double number) : m_type(NumberValue), m_number(number) { } in SQLValue() function
42 SQLValue(const String& s) : m_type(StringValue), m_number(0.0), m_string(s) { } in SQLValue() function
DSQLValue.cpp34 SQLValue::SQLValue(const SQLValue& val) in SQLValue() function in WebCore::SQLValue
DSQLiteStatement.h35 class SQLValue; variable
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLTransactionBackendSync.h47 class SQLValue; variable
DSQLTransaction.h50 class SQLValue; variable
DSQLTransactionBackend.h48 class SQLValue; variable