OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplicationLoader
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/mojo/application_manager/
application_loader.cc
11
ApplicationLoader
::SimpleLoadCallbacks::SimpleLoadCallbacks(
16
ApplicationLoader
::SimpleLoadCallbacks::~SimpleLoadCallbacks() {
20
ApplicationLoader
::SimpleLoadCallbacks::RegisterApplication() {
24
void
ApplicationLoader
::SimpleLoadCallbacks::LoadWithContentHandler(
background_shell_application_loader_unittest.cc
13
class DummyLoader : public
ApplicationLoader
{
18
//
ApplicationLoader
overrides:
39
scoped_ptr<
ApplicationLoader
> real_loader(new DummyLoader());
47
scoped_ptr<
ApplicationLoader
> real_loader(new DummyLoader());
51
scoped_refptr<
ApplicationLoader
::SimpleLoadCallbacks> callbacks(
52
new
ApplicationLoader
::SimpleLoadCallbacks(dummy.handle0.Pass()));
application_loader.h
20
// A
ApplicationLoader
is responsible to using whatever mechanism is appropriate
25
class MOJO_APPLICATION_MANAGER_EXPORT
ApplicationLoader
{
59
virtual ~
ApplicationLoader
() {}
83
ApplicationLoader
() {}
background_shell_application_loader.h
20
: public
ApplicationLoader
,
23
BackgroundShellApplicationLoader(scoped_ptr<
ApplicationLoader
> real_loader,
28
//
ApplicationLoader
overrides:
51
scoped_ptr<
ApplicationLoader
> loader_;
application_manager.h
87
void set_default_loader(scoped_ptr<
ApplicationLoader
> loader) {
91
void SetLoaderForURL(scoped_ptr<
ApplicationLoader
> loader, const GURL& url);
93
void SetLoaderForScheme(scoped_ptr<
ApplicationLoader
> loader,
112
typedef std::map<std::string,
ApplicationLoader
*> SchemeToLoaderMap;
113
typedef std::map<GURL,
ApplicationLoader
*> URLToLoaderMap;
137
ApplicationLoader
* GetLoaderForURL(const GURL& url);
146
scoped_ptr<
ApplicationLoader
> default_loader_;
background_shell_application_loader.cc
15
explicit BackgroundLoader(
ApplicationLoader
* loader) : loader_(loader) {}
22
new
ApplicationLoader
::SimpleLoadCallbacks(shell_handle.Pass()));
31
ApplicationLoader
* loader_; // Owned by BackgroundShellApplicationLoader
37
scoped_ptr<
ApplicationLoader
> real_loader,
application_manager_unittest.cc
96
class TestApplicationLoader : public
ApplicationLoader
,
115
//
ApplicationLoader
implementation.
318
public
ApplicationLoader
,
422
scoped_ptr<
ApplicationLoader
>(default_loader));
437
scoped_ptr<
ApplicationLoader
> real_loader(
448
MakeLoader(requestor_url).PassAs<
ApplicationLoader
>(), url);
479
am.SetLoaderForURL(scoped_ptr<
ApplicationLoader
>(loader), test_url);
500
am.SetLoaderForURL(scoped_ptr<
ApplicationLoader
>(loader), test_url);
536
am.set_default_loader(scoped_ptr<
ApplicationLoader
>(default_loader));
537
am.SetLoaderForURL(scoped_ptr<
ApplicationLoader
>(url_loader1)
[
all
...]
application_manager.cc
42
: public
ApplicationLoader
::LoadCallbacks {
258
void ApplicationManager::SetLoaderForURL(scoped_ptr<
ApplicationLoader
> loader,
267
scoped_ptr<
ApplicationLoader
> loader,
284
ApplicationLoader
* ApplicationManager::GetLoaderForURL(const GURL& url) {
302
ApplicationLoader
* loader = GetLoaderForURL(url);
/external/chromium_org/mojo/shell/
shell_test_helper.h
18
class
ApplicationLoader
;
36
// Sets a
ApplicationLoader
for the specified URL. |loader| is ultimately used
39
void SetLoaderForURL(scoped_ptr<
ApplicationLoader
> loader, const GURL& url);
ui_application_loader_android.h
19
//
ApplicationLoader
implementation that creates a background thread and issues
22
class UIApplicationLoader : public
ApplicationLoader
{
24
UIApplicationLoader(scoped_ptr<
ApplicationLoader
> real_loader,
28
//
ApplicationLoader
overrides:
49
scoped_ptr<
ApplicationLoader
> loader_;
ui_application_loader_android.cc
15
explicit UILoader(
ApplicationLoader
* loader) : loader_(loader) {}
22
new
ApplicationLoader
::SimpleLoadCallbacks(shell_handle.Pass()));
31
ApplicationLoader
* loader_; // Owned by UIApplicationLoader
37
scoped_ptr<
ApplicationLoader
> real_loader,
dbus_application_loader_linux.h
25
// An implementation of
ApplicationLoader
that contacts a system service
44
class DBusApplicationLoader : public
ApplicationLoader
{
network_application_loader.h
24
//
ApplicationLoader
responsible for creating connections to the NetworkService.
25
class NetworkApplicationLoader : public
ApplicationLoader
,
33
//
ApplicationLoader
overrides:
shell_test_helper.cc
36
void ShellTestHelper::SetLoaderForURL(scoped_ptr<
ApplicationLoader
> loader,
view_manager_loader.h
22
//
ApplicationLoader
responsible for creating connections to the ViewManager.
23
class ViewManagerLoader : public
ApplicationLoader
,
31
//
ApplicationLoader
overrides:
context.cc
112
: public
ApplicationLoader
,
123
//
ApplicationLoader
implementation.
191
scoped_ptr<
ApplicationLoader
>(dynamic_application_loader));
198
scoped_ptr<
ApplicationLoader
>(new UIApplicationLoader(
199
scoped_ptr<
ApplicationLoader
>(new NativeViewportApplicationLoader()),
206
scoped_ptr<
ApplicationLoader
>(new DBusApplicationLoader(this)), "dbus");
221
scoped_ptr<
ApplicationLoader
>(new NetworkApplicationLoader()),
224
application_manager_.SetLoaderForURL(loader.PassAs<
ApplicationLoader
>(),
dynamic_application_loader.h
27
// An implementation of
ApplicationLoader
that retrieves a dynamic library
30
class DynamicApplicationLoader : public
ApplicationLoader
{
40
//
ApplicationLoader
methods:
dynamic_application_loader_unittest.cc
86
scoped_refptr<
ApplicationLoader
::SimpleLoadCallbacks> callbacks(
87
new
ApplicationLoader
::SimpleLoadCallbacks(pipe.handle0.Pass()));
dynamic_application_loader.cc
37
scoped_refptr<
ApplicationLoader
::LoadCallbacks> load_callbacks,
72
scoped_refptr<
ApplicationLoader
::LoadCallbacks> load_callbacks_;
88
scoped_refptr<
ApplicationLoader
::LoadCallbacks> load_callbacks,
121
scoped_refptr<
ApplicationLoader
::LoadCallbacks> load_callbacks,
/external/chromium_org/mojo/services/window_manager/
window_manager_api_unittest.cc
95
class TestApplicationLoader : public
ApplicationLoader
,
106
// Overridden from
ApplicationLoader
:
211
scoped_ptr<
ApplicationLoader
>(new TestApplicationLoader(base::Bind(
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc
44
class ConnectApplicationLoader : public
ApplicationLoader
,
61
// Overridden from
ApplicationLoader
:
300
test_helper_.SetLoaderForURL(scoped_ptr<
ApplicationLoader
>(), url);
310
scoped_ptr<
ApplicationLoader
>(
314
scoped_ptr<
ApplicationLoader
>(
/external/chromium_org/mojo/services/view_manager/
view_manager_unittest.cc
380
class EmbedApplicationLoader : public
ApplicationLoader
,
387
//
ApplicationLoader
implementation:
471
scoped_ptr<
ApplicationLoader
>(new EmbedApplicationLoader()),
475
scoped_ptr<
ApplicationLoader
>(new EmbedApplicationLoader()),
[
all
...]
Completed in 406 milliseconds