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

  /external/chromium/app/sql/
connection_unittest.cc 58 EXPECT_TRUE(db().HasCachedStatement(id1));
71 EXPECT_FALSE(db().HasCachedStatement(SQL_FROM_HERE));
connection.h 212 bool HasCachedStatement(const StatementID& id) const;
connection.cc 220 bool Connection::HasCachedStatement(const StatementID& id) const {

Completed in 26 milliseconds