Home
last modified time | relevance | path

Searched refs:kBusyTimeout (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sql/
Dconnection.cc983 const base::TimeDelta kBusyTimeout = in OpenInternal() local
994 ignore_result(ExecuteWithTimeout(sql.c_str(), kBusyTimeout)); in OpenInternal()
1000 ignore_result(ExecuteWithTimeout(sql.c_str(), kBusyTimeout)); in OpenInternal()
1003 if (!ExecuteWithTimeout("PRAGMA secure_delete=ON", kBusyTimeout)) { in OpenInternal()