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

  /external/chromium/app/sql/
connection.cc 114 statement_cache_.clear();
221 return statement_cache_.find(id) != statement_cache_.end();
227 CachedStatementMap::iterator i = statement_cache_.find(id);
228 if (i != statement_cache_.end()) {
240 statement_cache_[id] = statement; // Only cache valid statements.
405 statement_cache_.clear();
connection.h 338 // Frees all cached statements from statement_cache_.
362 CachedStatementMap statement_cache_; member in class:sql::Connection

Completed in 58 milliseconds