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

  /external/chromium/chrome/browser/chromeos/cros/
update_library.h 42 new_version(x.new_version_),
49 std::string new_version; member in struct:chromeos::UpdateLibrary::Status
  /external/chromium_org/chrome/installer/setup/
chrome_frame_quick_enable.cc 102 const Version& new_version = chrome_state->version(); local
105 AddUninstallShortcutWorkItems(*installer_state, setup_path, new_version,
110 new_version, true, item_list.get());
112 new_version, *cf, item_list.get());
116 new_version, temp_path.path(), item_list.get());
129 new_version,
  /external/chromium_org/chromeos/dbus/
update_engine_client.h 54 std::string new_version; member in struct:chromeos::UpdateEngineClient::Status
update_engine_client.cc 227 reader.PopString(&status.new_version) &&
278 std::string new_version; local
283 reader.PopString(&new_version) &&
293 status.new_version = new_version;
  /external/chromium_org/chrome/installer/test/
alternate_version_generator_main.cc 159 std::wstring new_version; local
162 &original_version, &new_version)) {
164 new_version.c_str(), original_version.c_str());
alternate_version_generator.cc 307 ChromeVersion new_version; member in struct:__anon9224::VisitResourceContext
330 // Replace all occurrences of current_version with new_version
339 ctx.new_version.high(), ctx.new_version.low()
409 ctx->new_version.set_value(ctx->current_version.value() + incrementer);
410 ctx->new_version_str = ctx->new_version.ToString();
419 // |new_version|, when non-NULL, are given the original and new version numbers
424 std::wstring* new_version) {
458 if (new_version != NULL)
459 new_version->assign(ctx.new_version_str)
    [all...]
  /external/chromium_org/sync/engine/
process_commit_response_command.cc 253 int64 new_version = entry_response.version(); local
261 new_version = 0;
263 bad_commit_version = 0 == new_version;
265 bad_commit_version = old_version > new_version;
270 << " new_version:" << entry_response.version();
277 local_entry->Put(BASE_VERSION, new_version);
279 << " to: " << new_version;
280 local_entry->Put(SERVER_VERSION, new_version);
401 << " new_version:" << entry_response.version();
syncer_util.cc 167 int64 new_version = update.version(); local
169 DCHECK_GT(new_version, 0);
179 << " new version: " << new_version;
syncer_unittest.cc 1957 int64 new_version = 150; \/\/ any larger value. local
2024 int64 new_version = 150; \/\/ any larger value. local
2075 int64 new_version = 150; \/\/ any larger value. local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 299 int64 new_version = entry_response.version(); local
307 new_version = 0;
309 bad_commit_version = 0 == new_version;
311 bad_commit_version = old_version > new_version;
315 << " new_id:" << entry_response.id() << " new_version:"
323 local_entry->Put(BASE_VERSION, new_version);
325 << " to: " << new_version;
326 local_entry->Put(SERVER_VERSION, new_version);
456 << " new_id:" << entry_response.id() << " new_version:"
syncer_util.cc 222 int64 new_version = update.version(); local
224 DCHECK_GT(new_version, 0);
234 << " new version: " << new_version;
    [all...]
syncer_unittest.cc 1493 int64 new_version = 150; \/\/ any larger value. local
1564 int64 new_version = 150; \/\/ any larger value. local
1619 int64 new_version = 150; \/\/ any larger value. local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 114 int64 new_version = local
117 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
133 UpdateTransactionVersion(new_version, bookmark_model_,
138 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
140 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
153 UpdateTransactionVersion(new_version, bookmark_model_,
222 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
226 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
237 new_version, model,
288 int64 new_version = syncer::syncable::kInvalidTransactionVersion local
370 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
403 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
    [all...]
bookmark_model_associator.cc 671 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
674 syncer::WriteTransaction trans(FROM_HERE, user_share_, &new_version);
696 BookmarkChangeProcessor::UpdateTransactionVersion(new_version,
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 1436 const base::Version* new_version = local
    [all...]
  /external/elfutils/src/
ldscript.c 201 static struct version *new_version (struct id_list *local,
2449 new_version (struct id_list *local, struct id_list *global) function
    [all...]

Completed in 1638 milliseconds