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

  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_context_mac.h 45 bool HasBeenPoisoned() const { return poisoned_; }
67 bool poisoned_; member in class:content::CompositingIOSurfaceContext
  /external/chromium_org/sql/
connection.cc 222 poisoned_(false) {
303 // need to close again. Clear the |poisoned_| bit so that incorrect
305 if (poisoned_) {
306 poisoned_ = false;
317 DLOG_IF(FATAL, !poisoned_) << "Cannot preload null db";
385 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
494 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
505 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
519 poisoned_ = true;
526 DLOG_IF(FATAL, !poisoned_) << "Cannot poison null db"
    [all...]
connection.h 589 bool poisoned_; member in class:sql::Connection

Completed in 139 milliseconds