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

  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_common.cc 66 bool update_available = false; local
71 update_available = wifi_data_.DiffersSignificantly(new_data);
73 polling_policy_->UpdatePollingInterval(update_available);
76 if (update_available || !is_first_scan_complete_) {
wifi_data_provider_chromeos.cc 95 bool update_available = wifi_data_.DiffersSignificantly(new_data); local
100 polling_policy_->UpdatePollingInterval(update_available);
104 if (update_available || !is_first_scan_complete_) {
  /external/chromium_org/chrome/service/
service_process.h 83 bool update_available() const { return update_available_; } function in class:ServiceProcess
service_process.cc 270 if (!enabled_services_ || update_available()) {

Completed in 7932 milliseconds