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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/templates/public/apps/
webstore.html 1 {{+partials.standard_apps_api api:apis.webstore/}}
  /external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/
webstore.html 1 {{+partials.standard_extensions_api api:apis.webstore/}}
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
standard_store_article.html 4 platform:strings.webstore
  /external/chromium_org/chrome/browser/resources/webstore_app/
manifest.json 12 "web_url": "https://chrome.google.com/webstore"
15 "https://chrome.google.com/webstore"
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
strings.json 17 "webstore": "webstore",
chrome_sidenav.json 776 "href": "/webstore/index.html"
780 "href": "/webstore/index.html"
784 "href": "/webstore/index.html"
788 "href": "/webstore/index.html"
792 "href": "/webstore/index.html"
801 "href": "/webstore/index.html"
805 "href": "/webstore/index.html"
814 "href": "/webstore/index.html"
818 "href": "/webstore/index.html"
822 "href": "/webstore/index.html
    [all...]
api_availabilities.json 38 "webstore": {
  /external/chromium/chrome/browser/resources/webstore_app/
manifest.json 10 "web_url": "https://chrome.google.com/webstore"
14 "*://chrome.google.com/webstore",
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
README 2 http://code.google.com/chrome/webstore/docs/get_started.html
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
README 2 http://code.google.com/chrome/webstore/docs/get_started.html
  /external/chromium_org/chrome/common/extensions/api/
webstore.json 7 "namespace": "webstore",
8 "description": "Use the <code>chrome.webstore</code> API to initiate app and extension installations \"inline\" from your site.",
18 "description": "If you have more than one <code>&lt;link&gt;</code> tag on your page with the <code>chrome-webstore-item</code> relation, you can choose which item you'd like to install by passing in its URL here. If it is omitted, then the first (or only) link will be used. An exception will be thrown if the passed in URL does not exist on the page."
43 } // webstore
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/
README 2 http://code.google.com/chrome/webstore/docs/get_started.html
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
README 2 http://code.google.com/chrome/webstore/docs/get_started.html
  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.h 15 // A V8 extension that creates an object at window.chrome.webstore. This object
33 // Extracts a Web Store item ID from a <link rel="chrome-webstore-item"
34 // href="https://chrome.google.com/webstore/detail/id"> node found in the
  /external/chromium_org/chrome/renderer/resources/extensions/
webstore_custom_bindings.js 5 // Custom binding for the webstore API.
7 var webstoreNatives = requireNative('webstore');
39 console.error('Exception in chrome.webstore.install response handler: ' +
  /external/chromium_org/chrome/browser/extensions/
startup_helper.h 43 // Handle --install-from-webstore flag from |cmd_line| by downloading
44 // metadata from the webstore for the given id, prompting the user to
48 // Handle --limited-install-from-webstore flag from |cmd_line| by downloading
49 // metadata from the webstore for the given id, prompting the user to
external_component_loader.h 17 // unlike Component extensions, these extensions are installed from the webstore
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
description.html 10 and the <a href="https://chrome.google.com/webstore">Chrome Web Store</a>.
homepage_url.html 7 extension using the <a href="https://chrome.google.com/webstore">Chrome Web Store</a>,
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_provider.cc 5 #include "chrome/browser/ui/app_list/search/webstore/webstore_provider.h"
19 #include "chrome/browser/ui/app_list/search/webstore/webstore_result.h"
56 const CacheResult result = cache_->Get(WebserviceCache::WEBSTORE, query_);
100 cache_->Put(WebserviceCache::WEBSTORE, query_, json.Pass());
129 // Clears "search in webstore" place holder results.
webstore_installer.cc 5 #include "chrome/browser/ui/app_list/search/webstore/webstore_installer.h"
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
extensions_index.html 34 <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>
36 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>.
38 <a href="http://code.google.com/chrome/webstore">store developer documentation</a>.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.html 19 <a href='javascript:chrome.tabs.create({"url":"https://chrome.google.com/webstore", "selected":true});window.close();'>Go get some</a></p>
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_webstore_result.h 18 // A "search in webstore" result.
  /external/chromium_org/chrome/installer/setup/
setup_constants.cc 25 const char kInstallFromWebstore[] = "install-from-webstore";

Completed in 258 milliseconds

1 2 3 4 5 6 7 8 91011>>