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

  /external/chromium/app/sql/
connection.h 138 void set_exclusive_locking() { exclusive_locking_ = true; }
356 bool exclusive_locking_; member in class:sql::Connection
connection.cc 92 exclusive_locking_(false),
353 // doesn't request |exclusive_locking_| and audit that it does the
357 if (exclusive_locking_) {

Completed in 162 milliseconds