Searched refs:is_updating_ (Results 1 – 2 of 2) sorted by relevance
80 is_updating_(false), in DriveAppRegistry()128 if (is_updating_) // There is already an update in progress. in Update()130 is_updating_ = true; in Update()142 DCHECK(is_updating_); in UpdateAfterGetAppList()143 is_updating_ = false; in UpdateAfterGetAppList()
128 bool is_updating_; variable