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

  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer_factory.cc 14 const std::string& webstore_item_id,
18 contents, webstore_item_id, requestor_url, callback);
webstore_startup_installer.cc 10 const std::string& webstore_item_id,
14 : WebstoreInstallWithPrompt(webstore_item_id, profile, callback),
webstore_inline_installer_factory.h 31 const std::string& webstore_item_id,
webstore_startup_installer.h 21 WebstoreStartupInstaller(const std::string& webstore_item_id,
webstore_install_with_prompt.cc 18 const std::string& webstore_item_id,
21 : WebstoreStandaloneInstaller(webstore_item_id, profile, callback),
29 const std::string& webstore_item_id,
33 : WebstoreStandaloneInstaller(webstore_item_id, profile, callback),
webstore_install_with_prompt.h 36 WebstoreInstallWithPrompt(const std::string& webstore_item_id,
42 WebstoreInstallWithPrompt(const std::string& webstore_item_id,
webstore_data_fetcher.h 36 const std::string webstore_item_id);
webstore_inline_installer.h 35 const std::string& webstore_item_id,
webstore_data_fetcher.cc 28 const std::string webstore_item_id)
32 id_(webstore_item_id),
webstore_inline_installer.cc 28 const std::string& webstore_item_id,
32 webstore_item_id,
webstore_inline_installer_browsertest.cc 120 const std::string& webstore_item_id,
124 contents, webstore_item_id, requestor_url, callback);
webstore_standalone_installer.cc 35 const std::string& webstore_item_id,
38 : id_(webstore_item_id),
tab_helper.cc 396 const std::string& webstore_item_id,
412 return_route_id, this, webstore_item_id, listeners_mask);
421 webstore_item_id,
tab_helper.h 198 const std::string& webstore_item_id,
webstore_standalone_installer.h 55 WebstoreStandaloneInstaller(const std::string& webstore_item_id,
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_installer.cc 9 WebstoreInstaller::WebstoreInstaller(const std::string& webstore_item_id,
13 : WebstoreInstallWithPrompt(webstore_item_id,
webstore_installer.h 19 WebstoreInstaller(const std::string& webstore_item_id,
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.h 39 const std::string& webstore_item_id,
46 const std::string& webstore_item_id,
55 EphemeralAppLauncher(const std::string& webstore_item_id,
59 EphemeralAppLauncher(const std::string& webstore_item_id,
ephemeral_app_launcher.cc 46 const std::string& webstore_item_id,
51 new EphemeralAppLauncher(webstore_item_id,
62 const std::string& webstore_item_id,
65 new EphemeralAppLauncher(webstore_item_id,
103 EphemeralAppLauncher::EphemeralAppLauncher(const std::string& webstore_item_id,
107 : WebstoreStandaloneInstaller(webstore_item_id, profile, callback),
113 EphemeralAppLauncher::EphemeralAppLauncher(const std::string& webstore_item_id,
116 : WebstoreStandaloneInstaller(webstore_item_id,
  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.h 38 // frame. On success, true will be returned and the |webstore_item_id|
43 std::string* webstore_item_id, std::string* error);
webstore_bindings.cc 79 std::string webstore_item_id; local
84 frame, preferred_store_link_url, &webstore_item_id, &error)) {
95 webstore_item_id,
105 std::string* webstore_item_id, std::string* error) {
181 *webstore_item_id = candidate_webstore_item_id;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.h 28 const std::string& webstore_item_id,
app_installer.cc 42 const std::string& webstore_item_id,
46 webstore_item_id,

Completed in 216 milliseconds