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

1 2

  /external/chromium_org/chrome/common/extensions/docs/templates/public/apps/
autoupdate.html 1 {{+partials.standard_apps_article article:articles.autoupdate/}}
  /external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/
autoupdate.html 1 {{+partials.standard_extensions_article article:articles.autoupdate/}}
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
version.html 24 The autoupdate system compares versions
47 <a href="http://developer.chrome.com/extensions/autoupdate">Autoupdating</a>.
  /external/llvm/autoconf/
README.TXT 10 5. Run autoupdate on all the m4 macros in llvm/autoconf/m4
11 6. Run autoupdate on llvm/autoconf/configure.ac
  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 280 #define MAYBE_AutoUpdate AutoUpdate
284 // Tests extension autoupdate.
287 base::FilePath basedir = test_data_dir_.AppendASCII("autoupdate");
297 GURL("http://localhost/autoupdate/manifest"),
299 interceptor.SetResponseIgnoreQuery(GURL("http://localhost/autoupdate/v2.crx"),
322 // Run autoupdate and make sure version 2 of the extension was installed.
341 GURL("http://localhost/autoupdate/manifest"),
343 interceptor.SetResponseIgnoreQuery(GURL("http://localhost/autoupdate/v3.crx"),
372 // Tests extension autoupdate.
376 base::FilePath basedir = test_data_dir_.AppendASCII("autoupdate");
    [all...]
  /external/chromium_org/extensions/browser/
pref_names.cc 42 const char kLastUpdateCheck[] = "extensions.autoupdate.last_check";
47 const char kNextUpdateCheck[] = "extensions.autoupdate.next_check";
  /external/chromium_org/chrome/browser/extensions/
extension_disabled_ui_browsertest.cc 40 "http://localhost/autoupdate/updates.xml");
218 GURL("http://localhost/autoupdate/updates.xml"),
222 GURL("http://localhost/autoupdate/v2.crx"),
257 GURL("http://localhost/autoupdate/updates.xml"),
261 GURL("http://localhost/autoupdate/v2.crx"),
272 "http://localhost/autoupdate/updates.xml");
extension_service_test_base.h 82 // Initialize an ExtensionService with autoupdate enabled.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
hosting.html 43 <a href="autoupdate">autoupdate</a> information to ensure that
permission_warnings.html 26 When you autoupdate your extension,
68 If you add a permission to the extension when you autoupdate it,
295 On autoupdate,
445 and set up an autoupdate server.
449 (see <a href="autoupdate">Autoupdating</a>).
external_extensions.html 47 (see <a href="autoupdate#update_url">autoupdating</a>).
83 <a href="autoupdate#update_url">update URL</a>, ensure that the extension
285 <a href="autoupdate#update_manifest">update manifest</a> that has the URL for your
autoupdate.html 113 <p>The basic autoupdate mechanism is designed to make the server-side work as easy as just dropping a static XML file onto any plain web server such as Apache, and updating that XML file as you release new versions of your extensions.</p>
173 <p>This would ensure that users would autoupdate to version 2 only if they are running Google Chrome 3.0.193.0 or greater.</p>
devguide.html 128 <td> <a href="autoupdate">Autoupdating</a> </td>
  /external/chromium_org/chrome/common/extensions/api/
developer_private.idl 140 // |callback| : Called with the boolean result, true if autoUpdate is
142 static void autoUpdate(BooleanCallback callback);
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
manifest.json 179 "documentation": "autoupdate.html",
  /external/chromium_org/chrome/installer/setup/
uninstall.h 53 // longer needed. This is used during autoupdate since we don't do full
  /external/chromium_org/chrome/test/base/
test_launcher_utils.cc 45 // Disable safebrowsing autoupdate.
  /external/chromium_org/content/public/common/
child_process_host.h 47 // autoupdate from confusing us if it changes the file out from under us.
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 247 // based on current autoupdate settings. This is distinct from
251 // assumed not to autoupdate.
262 // is assumed not to autoupdate.
  /ndk/sources/host-tools/make-3.81/autom4te.cache/
traces.0 178 You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
355 You should run autoupdate.], [../../lib/autoconf/specific.m4:432: AC_AIX is expanded from...
430 You should run autoupdate.], [../../lib/autoconf/specific.m4:442: AC_ISC_POSIX is expanded from...
433 You should run autoupdate.], [../../lib/autoconf/specific.m4:437: AC_MINIX is expanded from...
473 You should run autoupdate.], [../../lib/autoconf/status.m4:1019: AC_OUTPUT_COMMANDS is expanded from...
481 You should run autoupdate.], [../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from...
488 You should run autoupdate.], [../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from...
496 You should run autoupdate.], [../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from...
514 You should run autoupdate.], [../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from...
521 You should run autoupdate.], [../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from..
    [all...]
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 137 // Don't try to turn on autoupdate when we failed previously.
261 // appropriately. And don't check for autoupdate if we already attempted to
browser_process_impl.h 267 // Gets called by autoupdate timer to see if browser needs restart and can be
  /external/chromium_org/chrome/utility/
printing_handler.cc 403 bool autoupdate = true; local
447 autoupdate)) {
  /external/chromium_org/chrome/browser/ui/views/
outdated_upgrade_bubble_view.cc 227 // Record that the autoupdate flavour of the dialog has been shown.
  /external/chromium_org/chrome/common/
chrome_paths_mac.mm 93 // channel, and the autoupdate system dictates that there can be no

Completed in 1517 milliseconds

1 2