Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/messaging_layer/storage/
H A Dstorage_queue.h227 return is_readonly_.value(); in is_readonly()
240 base::Optional<bool> is_readonly_; variable
H A Dstorage_queue.cc1275 is_readonly_ = read_only; in Open()
1293 is_readonly_ = base::nullopt; in Close()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dpgsql_host_data_source.cc1353 bool is_readonly_; member in isc::dhcp::PgSqlHostContext
2178 is_readonly_(true) { in PgSqlHostContext()
2264 ctx->is_readonly_ = ctx->conn_.configuredReadOnly(); in createContext()
2268 if (!ctx->is_readonly_) { in createContext()
2558 if (ctx->is_readonly_) { in checkReadOnly()
H A Dmysql_host_data_source.cc1979 bool is_readonly_; member in isc::dhcp::MySqlHostContext
2725 is_readonly_(true) { in MySqlHostContext()
2813 ctx->is_readonly_ = ctx->conn_.configuredReadOnly(); in createContext()
2817 if (!ctx->is_readonly_) { in createContext()
3139 if (ctx->is_readonly_) { in checkReadOnly()