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

12

/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.h14 class UpdateManifest { class
59 UpdateManifest();
60 ~UpdateManifest();
78 DISALLOW_COPY_AND_ASSIGN(UpdateManifest);
H A Dupdate_manifest.cc22 UpdateManifest::Result::Result() {}
24 UpdateManifest::Result::~Result() {}
26 UpdateManifest::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {}
28 UpdateManifest::Results::~Results() {}
30 UpdateManifest::UpdateManifest() { function in class:UpdateManifest
33 UpdateManifest::~UpdateManifest() {}
35 void UpdateManifest::ParseError(const char* details, ...) {
127 UpdateManifest
[all...]
H A Dupdate_manifest_unittest.cc120 UpdateManifest parser;
146 const UpdateManifest::Result* firstResult = &parser.results().list.at(0);
/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.cc67 const UpdateManifest::Results& results) {
H A Dextension_downloader.h163 const UpdateManifest::Results* results);
168 const UpdateManifest::Results& possible_updates,
H A Dextension_downloader.cc511 const UpdateManifest::Results* results) {
528 const UpdateManifest::Result* update = &(results->list.at(updates[i]));
581 const UpdateManifest::Results& possible_updates,
588 const UpdateManifest::Result* update = &possible_updates.list[i];
H A Dextension_updater_unittest.cc533 UpdateManifest::Results* results) {
534 UpdateManifest::Result result;
755 UpdateManifest::Results updates;
797 UpdateManifest::Results updates;
1484 UpdateManifest::Results results;
/external/chromium/chrome/common/
H A Dutility_messages.h40 IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Result)
48 IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Results)
146 UpdateManifest::Results /* updates */)
/external/chromium_org/chrome/common/
H A Dchrome_utility_messages.h48 IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Result)
56 IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Results)
235 UpdateManifest::Results /* updates */)
/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/chrome/browser/
H A Dutility_process_host.h66 const UpdateManifest::Results& results) {}
/external/chromium/chrome/browser/extensions/
H A Dextension_updater.h291 const UpdateManifest::Results* results);
300 const UpdateManifest::Results& possible_updates);
H A Dextension_updater.cc650 UpdateManifest manifest;
673 const UpdateManifest::Results& results) {
737 const UpdateManifest::Results* results) {
752 const UpdateManifest::Result* update = &(results->list.at(updates[i]));
1015 const UpdateManifest::Results& possible_updates) {
1026 const UpdateManifest::Result* update = &possible_updates.list[i];
H A Dextension_prefs.h132 void UpdateManifest(const Extension* extension);
H A Dextension_updater_unittest.cc358 UpdateManifest::Results* results) {
359 UpdateManifest::Result result;
563 UpdateManifest::Results updates;
603 UpdateManifest::Results updates;
1018 UpdateManifest::Results results;
H A Dextension_prefs.cc980 void ExtensionPrefs::UpdateManifest(const Extension* extension) { function in class:ExtensionPrefs
H A Dextension_service.cc1064 extension_prefs_->UpdateManifest(extension);
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_updater_service.cc276 void OnParseUpdateManifestSucceeded(const UpdateManifest::Results& r) {
318 void OnParseUpdateManifestSucceeded(const UpdateManifest::Results& results);
722 UpdateManifest manifest;
741 const UpdateManifest::Results& results) {
744 std::vector<UpdateManifest::Result>::const_iterator it;
/external/chromium_org/chrome/browser/extensions/
H A Dinstalled_loader.cc185 extension_prefs_->UpdateManifest(extension.get());
H A Dextension_prefs.h266 void UpdateManifest(const Extension* extension);
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc220 UpdateManifest manifest;

Completed in 427 milliseconds

12