HomeSort by relevance Sort by last modified time
    Searched refs:StatementID (Results 1 - 5 of 5) sorted by null

  /external/chromium/app/sql/
connection.h 30 // to generate a StatementID.
34 // make up your own unique name and pass it to the StatementID. This name
40 class StatementID {
44 StatementID(const char* file, int line)
50 explicit StatementID(const char* unique_name)
59 explicit StatementID(const std::string& dont_ever_do_this);
62 bool operator<(const StatementID& other) const;
69 #define SQL_FROM_HERE sql::StatementID(__FILE__, __LINE__)
212 bool HasCachedStatement(const StatementID& id) const;
222 // The StatementID and the SQL must always correspond to one-another. Th
    [all...]
connection.cc 50 bool StatementID::operator<(const StatementID& other) const {
220 bool Connection::HasCachedStatement(const StatementID& id) const {
225 const StatementID& id,
connection_unittest.cc 43 sql::StatementID id1("foo", 12);
  /external/chromium/chrome/browser/history/
url_database.cc 173 sql::StatementID(statement_name), statement_sql));
317 GetDB().GetCachedStatement(sql::StatementID(__FILE__, line), sql));
thumbnail_database.cc 736 db_.GetCachedStatement(sql::StatementID(statement_name), sql.c_str()));

Completed in 50 milliseconds