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

  /external/chromium_org/sql/
connection.h 118 void set_exclusive_locking() { exclusive_locking_ = true; }
558 bool exclusive_locking_; member in class:sql::Connection
connection.cc 217 exclusive_locking_(false),
961 // doesn't request |exclusive_locking_| and audit that it does the
965 if (exclusive_locking_) {
    [all...]

Completed in 68 milliseconds