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

  /external/chromium_org/chrome/browser/ui/app_list/search/
webstore_installer.cc 12 WebstoreInstaller::WebstoreInstaller(const std::string& webstore_item_id,
16 : WebstoreStartupInstaller(webstore_item_id, profile, true, callback),
webstore_installer.h 24 WebstoreInstaller(const std::string& webstore_item_id,
  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.h 35 // frame. On success, true will be returned and the |webstore_item_id|
40 std::string* webstore_item_id, std::string* error);
webstore_bindings.cc 85 std::string webstore_item_id; local
88 frame, preferred_store_link_url, &webstore_item_id, &error)) {
108 webstore_item_id,
117 std::string* webstore_item_id, std::string* error) {
193 *webstore_item_id = candidate_webstore_item_id;
  /external/chromium_org/chrome/browser/extensions/
webstore_startup_installer.cc 15 const std::string& webstore_item_id,
20 webstore_item_id,
webstore_data_fetcher.cc 28 const std::string webstore_item_id)
32 id_(webstore_item_id) {
webstore_data_fetcher.h 36 const std::string webstore_item_id);
webstore_startup_installer.h 29 WebstoreStartupInstaller(const std::string& webstore_item_id,
webstore_inline_installer.h 35 const std::string& webstore_item_id,
webstore_inline_installer.cc 33 const std::string& webstore_item_id,
37 webstore_item_id,
webstore_standalone_installer.cc 41 const std::string& webstore_item_id,
44 : id_(webstore_item_id),
tab_helper.cc 291 const std::string& webstore_item_id,
299 webstore_item_id,
webstore_standalone_installer.h 55 WebstoreStandaloneInstaller(const std::string& webstore_item_id,
tab_helper.h 181 const std::string& webstore_item_id,

Completed in 309 milliseconds