Searched refs:needs_client_update_ (Results 1 – 2 of 2) sorted by relevance
243 DCHECK(!needs_client_update_); in frame_context()249 needs_client_update_ = false; in Reset()254 DCHECK(!needs_client_update_); in SetNeedsClientUpdate()256 needs_client_update_ = true; in SetNeedsClientUpdate()261 if (needs_client_update_) in GetUpdateCb()282 needs_client_update_ = false; in Update()288 DCHECK(needs_client_update_); in UpdateFromClient()293 needs_client_update_ = false; in UpdateFromClient()
299 bool needs_client_update() const { return needs_client_update_; } in needs_client_update()319 bool needs_client_update_ = false; variable