HomeSort by relevance Sort by last modified time
    Searched refs:InstallWarning (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/extensions/common/
install_warning.cc 9 InstallWarning::InstallWarning(const std::string& message) : message(message) {
12 InstallWarning::InstallWarning(const std::string& message,
17 InstallWarning::InstallWarning(const std::string& message,
23 InstallWarning::~InstallWarning() {
26 void PrintTo(const InstallWarning& warning, ::std::ostream* os) {
29 *os << "InstallWarning(\"" << warning.message << "\")"
    [all...]
install_warning.h 15 struct InstallWarning {
16 explicit InstallWarning(const std::string& message);
17 InstallWarning(const std::string& message,
19 InstallWarning(const std::string& message,
22 ~InstallWarning();
24 bool operator==(const InstallWarning& other) const {
44 void PrintTo(const InstallWarning&, ::std::ostream* os);
manifest_handler.h 43 std::vector<InstallWarning>* warnings) const;
95 std::vector<InstallWarning>* warnings);
138 std::vector<InstallWarning>* warnings);
file_util.h 25 struct InstallWarning;
78 std::vector<InstallWarning>* warnings);
manifest.h 17 struct InstallWarning;
130 std::vector<InstallWarning>* warnings) const;
extension.h 313 void AddInstallWarning(const InstallWarning& new_warning);
314 void AddInstallWarnings(const std::vector<InstallWarning>& new_warnings);
315 const std::vector<InstallWarning>& install_warnings() const {
435 std::vector<InstallWarning> install_warnings_;
  /external/chromium_org/chrome/common/extensions/api/extension_action/
browser_action_handler.h 25 std::vector<InstallWarning>* warnings) const OVERRIDE;
page_action_handler.h 25 std::vector<InstallWarning>* warnings) const OVERRIDE;
browser_action_handler.cc 46 std::vector<InstallWarning>* warnings) const {
page_action_handler.cc 78 std::vector<InstallWarning>* warnings) const {
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
automation.cc 42 std::vector<InstallWarning> install_warnings;
70 std::vector<InstallWarning>* install_warnings,
91 InstallWarning(automation_errors::kErrorDesktopTrueInteractFalse));
102 InstallWarning(automation_errors::kErrorDesktopTrueMatchesSpecified));
117 InstallWarning(ErrorUtils::FormatErrorMessage(
130 InstallWarning(automation_errors::kErrorNoMatchesProvided));
content_scripts_handler.h 46 std::vector<InstallWarning>* warnings) const OVERRIDE;
automation.h 49 std::vector<InstallWarning>* install_warnings,
theme_handler.h 51 std::vector<InstallWarning>* warnings) const OVERRIDE;
ui_overrides_handler.h 45 std::vector<InstallWarning>* warnings) const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/api/i18n/
default_locale_handler.h 34 std::vector<InstallWarning>* warnings) const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/api/plugins/
plugins_handler.h 42 std::vector<InstallWarning>* warnings) const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/api/storage/
storage_schema_manifest_handler.h 37 std::vector<InstallWarning>* warnings) const OVERRIDE;
storage_schema_manifest_handler.cc 84 std::vector<InstallWarning>* warnings) const {
  /external/chromium_org/extensions/common/manifest_handlers/
externally_connectable.h 60 std::vector<InstallWarning>* install_warnings,
icons_handler.h 45 std::vector<InstallWarning>* warnings) const OVERRIDE;
externally_connectable.cc 65 std::vector<InstallWarning> install_warnings;
95 std::vector<InstallWarning>* install_warnings,
122 InstallWarning(ErrorUtils::FormatErrorMessage(
152 InstallWarning(ErrorUtils::FormatErrorMessage(
186 install_warnings->push_back(InstallWarning(errors::kErrorNothingSpecified,
shared_module_info.h 71 std::vector<InstallWarning>* warnings) const OVERRIDE;
background_info.h 100 std::vector<InstallWarning>* warnings) const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/
manifest_url_handler.h 118 std::vector<InstallWarning>* warnings) const OVERRIDE;
139 std::vector<InstallWarning>* warnings) const OVERRIDE;

Completed in 437 milliseconds

1 2 3