Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dv8_impl.h323 bool should_persist_; variable
Dv8_impl.cc1132 should_persist_(false), in Handle()
1165 if (should_persist && !should_persist_) in GetNewV8Handle()
1166 should_persist_ = true; in GetNewV8Handle()
1187 if (should_persist_ && (!context_state_.get() || context_state_->IsValid())) { in SetWeakIfNecessary()