HomeSort by relevance Sort by last modified time
    Searched full:updatecheck (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/component_updater/test/
update_response_unittest.cc 16 " <updatecheck status='ok'>"
26 " </updatecheck>"
34 " <updatecheck status='ok'>"
43 " </updatecheck>"
51 " <updatecheck status='ok'>"
65 " </updatecheck>"
73 " <updatecheck status='ok'>"
82 " </updatecheck>"
90 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
99 " <updatecheck codebase='example.com/extension_1.2.3.4.crx'
    [all...]
component_updater_service_unittest.cc 282 "updatecheck"), test_file("updatecheck_reply_1.xml")));
284 "updatecheck"), test_file("updatecheck_reply_1.xml")));
311 "<updatecheck /></app>"))
315 "<updatecheck /></app>"))
334 "updatecheck"), test_file("updatecheck_reply_empty")));
336 "updatecheck"), test_file("updatecheck_reply_empty")));
351 "<updatecheck /></app>"))
355 "<updatecheck /></app>"))
418 "updatecheck"), test_file("updatecheck_reply_1.xml")));
421 "updatecheck"), test_file("updatecheck_reply_1.xml")))
    [all...]
  /external/chromium_org/chrome/common/extensions/
update_manifest.cc 138 // Get the updatecheck node.
140 "updatecheck");
142 *error_detail = "Too many updatecheck tags on app (expecting only 1).";
146 *error_detail = "Missing updatecheck on app.";
149 xmlNode *updatecheck = updates[0]; local
151 if (GetAttribute(updatecheck, "status") == "noupdate") {
156 result->crx_url = GURL(GetAttribute(updatecheck, "codebase"));
165 result->version = GetAttribute(updatecheck, "version");
167 *error_detail = "Missing version for updatecheck.";
179 result->browser_min_version = GetAttribute(updatecheck, "prodversionmin")
    [all...]
update_manifest_unittest.cc 14 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
23 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
33 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
42 " <updatecheck codebase='example.com/extension_1.2.3.4.crx'"
51 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx' />"
59 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx' "
68 " <g:updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
82 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
93 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
103 " <updatecheck status='noupdate' />
    [all...]
update_manifest.h 22 // <updatecheck codebase="http://example.com/extension_1.2.3.4.crx"
35 // extension. The "codebase" attribute of the <updatecheck> tag is the url to
  /external/chromium/chrome/common/extensions/
update_manifest.cc 136 // Get the updatecheck node.
138 "updatecheck");
140 *error_detail = "Too many updatecheck tags on app (expecting only 1).";
144 *error_detail = "Missing updatecheck on app.";
147 xmlNode *updatecheck = updates[0]; local
149 if (GetAttribute(updatecheck, "status") == "noupdate") {
154 result->crx_url = GURL(GetAttribute(updatecheck, "codebase"));
157 *error_detail += GetAttribute(updatecheck, "codebase");
163 result->version = GetAttribute(updatecheck, "version");
165 *error_detail = "Missing version for updatecheck."
    [all...]
update_manifest_unittest.cc 14 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
23 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
33 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
42 " <updatecheck codebase='example.com/extension_1.2.3.4.crx'"
51 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx' />"
59 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx' "
68 " <g:updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
82 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
93 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
103 " <updatecheck status='noupdate' />
    [all...]
update_manifest.h 23 // <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'
33 // extension. The "codebase" attribute of the <updatecheck> tag is the url to
  /external/chromium_org/chrome/browser/component_updater/
update_response.h 24 // <updatecheck status="noupdate"/>
28 // <updatecheck status="ok">
42 // </updatecheck>
51 // extension. The "codebase" attribute of the <updatecheck> tag is the url to
update_response.cc 187 // Parses the <urls> tag and its children in the <updatecheck>.
223 // Parses the <updatecheck> tag.
224 bool ParseUpdateCheckTag(xmlNode* updatecheck,
227 if (GetAttribute(updatecheck, "status") == "noupdate") {
232 std::vector<xmlNode*> urls = GetChildren(updatecheck, "urls");
234 *error = "Missing urls on updatecheck.";
242 std::vector<xmlNode*> manifests = GetChildren(updatecheck, "manifest");
244 *error = "Missing urls on updatecheck.";
262 // Get the <updatecheck> tag.
263 std::vector<xmlNode*> updates = GetChildren(app, "updatecheck");
    [all...]
component_patcher.h 13 // updatecheck response:
14 // <updatecheck codebase="http://example.com/extension_1.2.3.4.crx"
component_updater_service.cc 709 // <updatecheck />
726 "<updatecheck />"
732 "<updatecheck />"
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicReferenceFieldUpdater.java 171 * updateCheck methods are invoked when these faster
247 void updateCheck(T obj, V update) {
259 updateCheck(obj, update);
268 updateCheck(obj, update);
276 updateCheck(obj, newValue);
284 updateCheck(obj, newValue);
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
autoupdate.html 40 &nbsp;&lt;updatecheck&nbsp;codebase='<b>http://myhost.com/mytestextension/mte_v2.crx</b>'&nbsp;version='<b>2.0</b>' /&gt;
48 and <strong>&lt;updatecheck></strong> elements of the update manifest:
152 &nbsp;&nbsp; &nbsp;&lt;updatecheck&nbsp;codebase='http://myhost.com/mytestextension/mte_v2.crx'&nbsp;version='2.0' <b>prodversionmin='3.0.193.0'</b>/&gt;
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl_unittest.cc 78 " <updatecheck codebase='%s' version='1.0' />\n"
  /external/chromium/chrome/common/extensions/docs/static/
autoupdate.html 38 &nbsp;&lt;updatecheck&nbsp;codebase='<b>http://myhost.com/mytestextension/mte_v2.crx</b>'&nbsp;version='<b>2.0</b>' /&gt;
104 &nbsp;&nbsp; &nbsp;&lt;updatecheck&nbsp;codebase='http://myhost.com/mytestextension/mte_v2.crx'&nbsp;version='2.0' <b>prodversionmin='3.0.193.0'</b>/&gt;
  /external/chromium_org/chrome/browser/profile_resetter/
brandcode_config_fetcher.cc 28 " <updatecheck />\n"
  /external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py 161 <o:updatecheck tag="%s" installsource="ondemandcheckforupdates" />
174 match = re.search(r'<updatecheck Version="\d+\.\d+\.(\d+)\.\d+"', result.content)
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 492 void TestingAutomationProvider::UpdateCheck(
testing_automation_provider.h     [all...]
  /external/chromium/chrome/common/extensions/docs/
autoupdate.html 386 &nbsp;&lt;updatecheck&nbsp;codebase='<b>http://myhost.com/mytestextension/mte_v2.crx</b>'&nbsp;version='<b>2.0</b>' /&gt;
451 &nbsp;&nbsp; &nbsp;&lt;updatecheck&nbsp;codebase='http://myhost.com/mytestextension/mte_v2.crx'&nbsp;version='2.0' <b>prodversionmin='3.0.193.0'</b>/&gt;
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 544 void TestingAutomationProvider::UpdateCheck(
testing_automation_provider.h     [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater_unittest.cc 843 " <updatecheck codebase='http://example.com/extension_3.0.0.0.crx'"
872 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_updater_unittest.cc 669 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
    [all...]

Completed in 1079 milliseconds

1 2