HomeSort by relevance Sort by last modified time
    Searched defs:StartupHelper (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/
startup_helper.h 20 class StartupHelper : public PackExtensionJob::Client {
22 StartupHelper();
23 virtual ~StartupHelper();
50 DISALLOW_COPY_AND_ASSIGN(StartupHelper);
startup_helper.cc 78 StartupHelper::StartupHelper() : pack_job_succeeded_(false) {
82 void StartupHelper::OnPackSuccess(
92 void StartupHelper::OnPackFailure(const std::string& error_message,
97 bool StartupHelper::PackExtension(const CommandLine& cmd_line) {
208 bool StartupHelper::ValidateCrx(const CommandLine& cmd_line,
307 bool StartupHelper::InstallEphemeralApp(const CommandLine& cmd_line,
327 StartupHelper::~StartupHelper() {
  /external/chromium_org/ash/display/
display_controller_unittest.cc 224 class StartupHelper : public test::TestShellDelegate,
227 StartupHelper() : displays_initialized_(false) {}
228 virtual ~StartupHelper() {}
248 DISALLOW_COPY_AND_ASSIGN(StartupHelper);
253 DisplayControllerStartupTest() : startup_helper_(new StartupHelper) {}
266 const StartupHelper* startup_helper() const { return startup_helper_; }
269 StartupHelper* startup_helper_; // Owned by ash::Shell.
    [all...]

Completed in 849 milliseconds