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

  /external/chromium_org/chrome/installer/util/
app_command.h 63 bool is_run_as_user() const { return is_run_as_user_; } function in class:installer::AppCommand
64 void set_is_run_as_user(bool is_run_as_user) {
65 is_run_as_user_ = is_run_as_user;
installation_validator.cc 190 app_cmd.is_run_as_user(),

Completed in 2297 milliseconds