Searched refs:SetLoaderForURL (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/mojo/shell/
H A Dshell_test_helper.cc36 void ShellTestHelper::SetLoaderForURL(scoped_ptr<ApplicationLoader> loader, function in class:mojo::shell::ShellTestHelper
38 context_.application_manager()->SetLoaderForURL(loader.Pass(), url);
H A Dshell_test_helper.h39 void SetLoaderForURL(scoped_ptr<ApplicationLoader> loader, const GURL& url);
H A Dcontext.cc197 application_manager_.SetLoaderForURL(
224 application_manager_.SetLoaderForURL(loader.PassAs<ApplicationLoader>(),
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager_unittest.cc447 application_manager_->SetLoaderForURL(
479 am.SetLoaderForURL(scoped_ptr<ApplicationLoader>(loader), test_url);
500 am.SetLoaderForURL(scoped_ptr<ApplicationLoader>(loader), test_url);
537 am.SetLoaderForURL(scoped_ptr<ApplicationLoader>(url_loader1),
539 am.SetLoaderForURL(scoped_ptr<ApplicationLoader>(url_loader2),
556 application_manager_->SetLoaderForURL(
629 application_manager_->SetLoaderForURL(scoped_ptr<ApplicationLoader>(),
H A Dapplication_manager.h85 // Sets the default Loader to be used if not overridden by SetLoaderForURL()
91 void SetLoaderForURL(scoped_ptr<ApplicationLoader> loader, const GURL& url);
H A Dapplication_manager.cc258 void ApplicationManager::SetLoaderForURL(scoped_ptr<ApplicationLoader> loader, function in class:mojo::ApplicationManager
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
H A Dview_manager_unittest.cc300 test_helper_.SetLoaderForURL(scoped_ptr<ApplicationLoader>(), url);
309 test_helper_.SetLoaderForURL(
313 test_helper_.SetLoaderForURL(
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_api_unittest.cc210 test_helper_.SetLoaderForURL(
/external/chromium_org/mojo/services/view_manager/
H A Dview_manager_unittest.cc470 test_helper_.SetLoaderForURL(
474 test_helper_.SetLoaderForURL(

Completed in 434 milliseconds