Searched refs:context_state_ (Results 1 – 2 of 2) sorted by relevance
100 return (!context_state_.get() || context_state_->IsValid()); in IsValid()124 scoped_refptr<CefV8ContextState> context_state_; variable
910 context_state_ = manager->GetContextState(context); in CefV8HandleBase()1140 if (context_state_.get()) { in ~Handle()1143 if (context_state_->IsValid()) in ~Handle()1144 context_state_->DeleteTrackObject(tracker_); in ~Handle()1187 if (should_persist_ && (!context_state_.get() || context_state_->IsValid())) { in SetWeakIfNecessary()1191 if (context_state_.get()) { in SetWeakIfNecessary()1195 DCHECK(context_state_->IsValid()); in SetWeakIfNecessary()1196 context_state_->AddTrackObject(tracker_); in SetWeakIfNecessary()