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

  /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
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicReferenceFieldUpdater.java 168 * updateCheck methods are invoked when these faster
216 void updateCheck(T obj, V update) {
228 updateCheck(obj, update);
237 updateCheck(obj, update);
245 updateCheck(obj, newValue);
253 updateCheck(obj, newValue);
  /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/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...]
testing_automation_provider.cc     [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/chrome/browser/extensions/
extension_updater_unittest.cc 669 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
    [all...]

Completed in 2931 milliseconds