HomeSort by relevance Sort by last modified time
    Searched refs:updating_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
file_lock.cc 23 updating_ = &header->updating;
24 (*updating_)++;
36 (*updating_)++;
44 (*updating_)--;
file_lock.h 40 volatile int32* updating_; member in class:disk_cache::FileLock
  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 29 updating_(false) {
48 updating_ = true;
53 updating_ = false;
64 if (updating_ && has_changed)
117 if (!updating_)
geolocation_dispatcher.h 58 bool updating_; member in class:content::GeolocationDispatcher
  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.cc 210 updating_(false) {
228 DCHECK(!updating_);
229 updating_ = true;
242 DCHECK(updating_);
243 updating_ = false;
256 DCHECK(updating_);
271 DCHECK(updating_);
child_process_resource_provider.h 62 bool updating_; member in class:task_manager::ChildProcessResourceProvider
browser_process_resource_provider.h 74 bool updating_; member in class:task_manager::BrowserProcessResourceProvider
browser_process_resource_provider.cc 130 : updating_(false),

Completed in 2229 milliseconds