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

  /external/chromium_org/chrome/installer/setup/
setup_constants.h 15 extern const wchar_t kVisualElementsManifest[];
setup_constants.cc 13 const wchar_t kVisualElementsManifest[] = L"VisualElementsManifest.xml";
install.cc 315 << installer::kVisualElementsManifest << " to " << src_path.value();
353 src_path.Append(installer::kVisualElementsManifest),
355 VLOG(1) << "Successfully wrote " << installer::kVisualElementsManifest
359 PLOG(ERROR) << "Error writing " << installer::kVisualElementsManifest
install_worker.cc 539 // Install kVisualElementsManifest if it is present in |src_path|. No need to
543 src_path.Append(installer::kVisualElementsManifest))) {
545 src_path.Append(installer::kVisualElementsManifest).value(),
546 target_path.Append(installer::kVisualElementsManifest).value(),
553 target_path.Append(installer::kVisualElementsManifest),
    [all...]
install_unittest.cc 46 test_dir_.path().Append(installer::kVisualElementsManifest);

Completed in 108 milliseconds