Searched refs:should_persist (Results 1 – 2 of 2) sorted by relevance
225 v8::Local<v8::Value> GetV8Value(bool should_persist);302 handleType GetNewV8Handle(bool should_persist);
1163 bool should_persist) { in GetNewV8Handle() argument1165 if (should_persist && !should_persist_) in GetNewV8Handle()1599 v8::Local<v8::Value> CefV8ValueImpl::GetV8Value(bool should_persist) { in GetV8Value() argument1621 return handle_->GetNewV8Handle(should_persist); in GetV8Value()