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

  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_processor.h 66 // |is_delta_update| determines the type of input data to process, whether
74 bool is_delta_update);
87 // metadata. If this is not delta update (i.e. |is_delta_update| is false),
89 void ApplyEntryMap(bool is_delta_update,
change_list_processor.cc 79 bool is_delta_update) {
80 DCHECK(is_delta_update || about_resource.get());
83 if (is_delta_update) {
112 ApplyEntryMap(is_delta_update, about_resource.Pass());
124 if (!is_delta_update)
129 bool is_delta_update,
131 if (!is_delta_update) { // Full update.
change_list_loader.cc 339 bool is_delta_update = start_changestamp != 0; local
344 is_delta_update);
346 if (is_delta_update) {
415 bool is_delta_update,
428 is_delta_update,
653 bool is_delta_update,
662 const bool should_notify_changed_directories = is_delta_update;
666 is_delta_update);
673 is_delta_update),
change_list_loader.h 171 bool is_delta_update,
248 // |about_resource| and |is_delta_update|.
253 bool is_delta_update,

Completed in 588 milliseconds