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

  /external/chromium_org/chrome/browser/extensions/
location_bar_controller.cc 95 bool should_update = false; local
98 should_update = true;
102 should_update = true;
105 if (should_update)
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 64 bool should_update = false; local
70 should_update = true;
79 should_update = true;
81 if (should_update)
  /external/chromium_org/chrome/browser/download/
download_history.cc 404 bool should_update = ShouldUpdateHistory(data->info(), current_info); local
406 should_update, 2);
407 if (should_update) {

Completed in 848 milliseconds