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.h225 v8::Local<v8::Value> GetV8Value(bool should_persist);
302 handleType GetNewV8Handle(bool should_persist);
Dv8_impl.cc1163 bool should_persist) { in GetNewV8Handle() argument
1165 if (should_persist && !should_persist_) in GetNewV8Handle()
1599 v8::Local<v8::Value> CefV8ValueImpl::GetV8Value(bool should_persist) { in GetV8Value() argument
1621 return handle_->GetNewV8Handle(should_persist); in GetV8Value()