OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLoaderForURL
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/mojo/shell/
shell_test_helper.cc
36
void ShellTestHelper::
SetLoaderForURL
(scoped_ptr<ApplicationLoader> loader,
38
context_.application_manager()->
SetLoaderForURL
(loader.Pass(), url);
shell_test_helper.h
39
void
SetLoaderForURL
(scoped_ptr<ApplicationLoader> loader, const GURL& url);
context.cc
197
application_manager_.
SetLoaderForURL
(
224
application_manager_.
SetLoaderForURL
(loader.PassAs<ApplicationLoader>(),
/external/chromium_org/mojo/application_manager/
application_manager_unittest.cc
447
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>(),
application_manager.h
85
// Sets the default Loader to be used if not overridden by
SetLoaderForURL
()
91
void
SetLoaderForURL
(scoped_ptr<ApplicationLoader> loader, const GURL& url);
application_manager.cc
258
void ApplicationManager::
SetLoaderForURL
(scoped_ptr<ApplicationLoader> loader,
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc
300
test_helper_.
SetLoaderForURL
(scoped_ptr<ApplicationLoader>(), url);
309
test_helper_.
SetLoaderForURL
(
313
test_helper_.
SetLoaderForURL
(
/external/chromium_org/mojo/services/window_manager/
window_manager_api_unittest.cc
210
test_helper_.
SetLoaderForURL
(
/external/chromium_org/mojo/services/view_manager/
view_manager_unittest.cc
470
test_helper_.
SetLoaderForURL
(
474
test_helper_.
SetLoaderForURL
(
[
all
...]
Completed in 911 milliseconds