Searched defs:should_update (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsync_client.cc64 bool should_update = false; local
70 should_update = true;
79 should_update = true;
81 if (should_update)
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc404 bool should_update = ShouldUpdateHistory(data->info(), current_info); local
406 should_update, 2);
407 if (should_update) {
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc200 bool should_update = false; local
203 should_update = true;
208 should_update = true;
213 if (should_update) {

Completed in 1429 milliseconds