Searched refs:UpdateManifest (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/common/extensions/
H A Dupdate_manifest.h13 class UpdateManifest { class
73 UpdateManifest();
74 ~UpdateManifest();
92 DISALLOW_COPY_AND_ASSIGN(UpdateManifest);
H A Dupdate_manifest.cc22 UpdateManifest::Result::Result()
26 UpdateManifest::Result::~Result() {}
28 UpdateManifest::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {}
30 UpdateManifest::Results::~Results() {}
32 UpdateManifest::UpdateManifest() { function in class:UpdateManifest
35 UpdateManifest::~UpdateManifest() {}
37 void UpdateManifest::ParseError(const char* details, ...) {
129 UpdateManifest
[all...]
H A Dupdate_manifest_unittest.cc120 UpdateManifest parser;
146 const UpdateManifest::Result* firstResult = &parser.results().list.at(0);
/external/chromium_org/chrome/browser/extensions/updater/
H A Dsafe_manifest_parser.h23 const UpdateManifest::Results*)> UpdateCallback;
43 void OnParseUpdateManifestSucceeded(const UpdateManifest::Results& results);
H A Dsafe_manifest_parser.cc66 const UpdateManifest::Results& results) {
H A Dextension_downloader.h167 const UpdateManifest::Results* results);
172 const UpdateManifest::Results& possible_updates,
H A Dextension_downloader.cc536 const UpdateManifest::Results* results) {
553 const UpdateManifest::Result* update = &(results->list.at(updates[i]));
606 const UpdateManifest::Results& possible_updates,
613 const UpdateManifest::Result* update = &possible_updates.list[i];
H A Dextension_updater_unittest.cc563 UpdateManifest::Results* results) {
564 UpdateManifest::Result result;
741 UpdateManifest::Results updates;
783 UpdateManifest::Results updates;
1569 UpdateManifest::Results results;
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_sdktools.py83 def UpdateManifest(manifest, revision): function
95 UpdateManifest(manifest, revision)
/external/chromium_org/chrome/common/
H A Dchrome_utility_messages.h35 IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Result)
43 IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Results)
279 UpdateManifest::Results /* updates */)
/external/chromium_org/chrome/browser/extensions/
H A Dinstalled_loader.cc202 extension_prefs_->UpdateManifest(extension.get());
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc272 UpdateManifest manifest;
/external/chromium_org/extensions/browser/
H A Dextension_prefs.h294 void UpdateManifest(const Extension* extension);
H A Dextension_prefs.cc1317 void ExtensionPrefs::UpdateManifest(const Extension* extension) { function in class:extensions::ExtensionPrefs

Completed in 1442 milliseconds