Searched refs:HasCachedStatement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sql/
H A Dconnection.h323 bool HasCachedStatement(const StatementID& id) const;
H A Dconnection_unittest.cc155 EXPECT_TRUE(db().HasCachedStatement(id1));
168 EXPECT_FALSE(db().HasCachedStatement(SQL_FROM_HERE));
H A Dconnection.cc692 bool Connection::HasCachedStatement(const StatementID& id) const { function in class:sql::Connection

Completed in 373 milliseconds