HomeSort by relevance Sort by last modified time
    Searched refs:exclusive_locking_ (Results 1 - 4 of 4) 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_) {
  /external/chromium_org/sql/
connection.h 118 void set_exclusive_locking() { exclusive_locking_ = true; }
560 bool exclusive_locking_; member in class:sql::Connection
connection.cc 201 exclusive_locking_(false),
935 // doesn't request |exclusive_locking_| and audit that it does the
939 if (exclusive_locking_) {
    [all...]

Completed in 28 milliseconds