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

  /external/chromium_org/content/browser/geolocation/
core_location_provider_mac.h 33 bool is_updating_; member in class:content::CoreLocationProviderMac
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 98 is_updating_(false),
141 if (is_updating_) // There is already an update in progress.
144 is_updating_ = true;
156 DCHECK(is_updating_);
157 is_updating_ = false;
drive_app_registry.h 148 bool is_updating_; member in class:drive::DriveAppRegistry

Completed in 149 milliseconds