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

  /external/chromium_org/sql/
connection.cc 206 poisoned_(false) {
287 // need to close again. Clear the |poisoned_| bit so that incorrect
289 if (poisoned_) {
290 poisoned_ = false;
301 DLOG_IF(FATAL, !poisoned_) << "Cannot preload null db";
356 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
468 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
479 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
493 poisoned_ = true;
500 DLOG_IF(FATAL, !poisoned_) << "Cannot poison null db"
    [all...]
connection.h 591 bool poisoned_; member in class:sql::Connection

Completed in 277 milliseconds