Searched refs:BackgroundShellApplicationLoader (Results 1 - 5 of 5) 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);
H A Dbackground_shell_application_loader_unittest.cc40 BackgroundShellApplicationLoader loader(
48 BackgroundShellApplicationLoader loader(
H A Dapplication_manager_unittest.cc435 scoped_ptr<BackgroundShellApplicationLoader> MakeLoader(
439 scoped_ptr<BackgroundShellApplicationLoader> loader(
440 new BackgroundShellApplicationLoader(real_loader.Pass(),
/external/chromium_org/mojo/shell/
H A Dcontext.cc219 scoped_ptr<BackgroundShellApplicationLoader> loader(
220 new BackgroundShellApplicationLoader(

Completed in 849 milliseconds