Searched defs:BackgroundShellApplicationLoader (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/application_manager/
H A Dbackground_shell_application_loader.cc13 class BackgroundShellApplicationLoader::BackgroundLoader {
31 ApplicationLoader* loader_; // Owned by BackgroundShellApplicationLoader
36 BackgroundShellApplicationLoader::BackgroundShellApplicationLoader( function in class:mojo::BackgroundShellApplicationLoader
47 BackgroundShellApplicationLoader::~BackgroundShellApplicationLoader() {
52 void BackgroundShellApplicationLoader::Load(
76 &BackgroundShellApplicationLoader::LoadOnBackgroundThread,
83 void BackgroundShellApplicationLoader::OnApplicationError(
87 base::Bind(&BackgroundShellApplicationLoader
[all...]
H A Dbackground_shell_application_loader.h19 class MOJO_APPLICATION_MANAGER_EXPORT BackgroundShellApplicationLoader class in namespace:mojo
23 BackgroundShellApplicationLoader(scoped_ptr<ApplicationLoader> real_loader,
26 virtual ~BackgroundShellApplicationLoader();
71 DISALLOW_COPY_AND_ASSIGN(BackgroundShellApplicationLoader);

Completed in 69 milliseconds