Searched refs:needs_client_update_ (Results 1 – 2 of 2) sorted by relevance
115 DCHECK(!needs_client_update_); in frame_context()121 needs_client_update_ = false; in Reset()126 DCHECK(!needs_client_update_); in SetNeedsClientUpdate()128 needs_client_update_ = true; in SetNeedsClientUpdate()133 if (needs_client_update_) in GetUpdateCb()154 needs_client_update_ = false; in Update()160 DCHECK(needs_client_update_); in UpdateFromClient()165 needs_client_update_ = false; in UpdateFromClient()
298 bool needs_client_update() const { return needs_client_update_; } in needs_client_update()318 bool needs_client_update_ = false; variable