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

  /external/chromium_org/sql/
connection.h 323 bool HasCachedStatement(const StatementID& id) const;
connection_unittest.cc 155 EXPECT_TRUE(db().HasCachedStatement(id1));
168 EXPECT_FALSE(db().HasCachedStatement(SQL_FROM_HERE));
connection.cc 692 bool Connection::HasCachedStatement(const StatementID& id) const {
    [all...]

Completed in 71 milliseconds