OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstallWarning
(Results
1 - 25
of
56
) 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;
/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 {
/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;
/external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.h
46
std::vector<
InstallWarning
>* warnings) const OVERRIDE;
theme_handler.h
51
std::vector<
InstallWarning
>* warnings) const OVERRIDE;
ui_overrides_handler.h
45
std::vector<
InstallWarning
>* warnings) const OVERRIDE;
automation.cc
176
std::vector<
InstallWarning
> install_warnings;
220
std::vector<
InstallWarning
>* install_warnings,
241
InstallWarning
(automation_errors::kErrorDesktopTrueInteractFalse));
252
InstallWarning
(automation_errors::kErrorDesktopTrueMatchesSpecified));
269
InstallWarning
(ErrorUtils::FormatErrorMessage(
282
InstallWarning
(automation_errors::kErrorNoMatchesProvided));
automation.h
42
std::vector<
InstallWarning
>* install_warnings,
/external/chromium_org/extensions/common/manifest_handlers/
launcher_page_info.h
35
std::vector<
InstallWarning
>* warnings) const OVERRIDE;
options_page_info.h
52
std::vector<
InstallWarning
>* install_warnings,
77
std::vector<
InstallWarning
>* warnings) const OVERRIDE;
externally_connectable.h
61
std::vector<
InstallWarning
>* install_warnings,
icons_handler.h
45
std::vector<
InstallWarning
>* warnings) const OVERRIDE;
externally_connectable.cc
69
std::vector<
InstallWarning
> install_warnings;
99
std::vector<
InstallWarning
>* install_warnings,
131
InstallWarning
(ErrorUtils::FormatErrorMessage(
161
InstallWarning
(ErrorUtils::FormatErrorMessage(
195
install_warnings->push_back(
InstallWarning
(errors::kErrorNothingSpecified,
options_page_info.cc
111
std::vector<
InstallWarning
>* install_warnings,
130
InstallWarning
(base::UTF16ToASCII(options_ui_error)));
141
InstallWarning
(base::UTF16ToASCII(options_parse_error)));
173
std::vector<
InstallWarning
> install_warnings;
204
std::vector<
InstallWarning
>* warnings) const {
file_handler_info.cc
50
std::vector<
InstallWarning
>* install_warnings) {
116
InstallWarning
(base::StringPrintf(kNotRecognized, it.key().c_str()),
134
std::vector<
InstallWarning
> install_warnings;
launcher_page_info.cc
60
std::vector<
InstallWarning
>* warnings) const {
shared_module_info.h
71
std::vector<
InstallWarning
>* warnings) const OVERRIDE;
Completed in 516 milliseconds
1
2
3