OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppCommand
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/installer/util/
app_command.cc
16
const
AppCommand
::NamedBoolVar
AppCommand
::kNameBoolVars[] = {
17
{&
AppCommand
::sends_pings_,
19
{&
AppCommand
::is_web_accessible_,
21
{&
AppCommand
::is_auto_run_on_os_upgrade_,
23
{&
AppCommand
::is_run_as_user_,
27
AppCommand
::
AppCommand
()
34
AppCommand
::
AppCommand
(const string16& command_line
[
all
...]
app_command.h
25
class
AppCommand
{
27
AppCommand
();
30
explicit
AppCommand
(const string16& command_line);
77
bool
AppCommand
::* data;
app_commands.h
25
// A collection of
AppCommand
objects.
28
typedef std::map<std::wstring,
AppCommand
> CommandMap;
49
bool Get(const std::wstring& command_id,
AppCommand
* command) const;
54
bool Set(const std::wstring& command_id, const
AppCommand
& command);
app_commands.cc
35
AppCommand
command;
65
AppCommand
* command) const {
75
const
AppCommand
& command) {
installation_validator.h
27
class
AppCommand
;
96
const
AppCommand
& app_cmd,
187
// Helper to validate the values of bool elements in
AppCommand
, and to output
191
const
AppCommand
& app_cmd,
196
const
AppCommand
& app_cmd,
202
const
AppCommand
& app_cmd,
205
const
AppCommand
& app_cmd,
208
const
AppCommand
& app_cmd,
211
const
AppCommand
& app_cmd,
215
const
AppCommand
& app_cmd
[
all
...]
installation_validator_unittest.cc
24
using installer::
AppCommand
;
225
AppCommand
app_cmd(cmd_line.GetCommandLineString());
251
AppCommand
app_cmd(cmd_line.GetCommandLineString());
270
AppCommand
app_cmd(cmd_line.GetCommandLineString());
290
AppCommand
app_cmd(cmd_line.GetCommandLineString());
installation_validator.cc
171
const
AppCommand
& app_cmd,
208
const
AppCommand
& app_cmd,
245
const
AppCommand
& app_cmd,
255
const
AppCommand
& app_cmd,
265
const
AppCommand
& app_cmd,
294
const
AppCommand
& app_cmd,
320
const
AppCommand
& app_cmd,
/external/chromium_org/chrome/installer/setup/
install_worker.cc
221
AppCommand
cmd(cmd_line.GetCommandLineString());
334
AppCommand
cmd(cmd_line.GetCommandLineString());
[
all
...]
Completed in 525 milliseconds