OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:method_factory_
(Results
1 - 25
of
119
) sorted by null
1
2
3
4
5
/external/chromium/net/url_request/
url_request_error_job.cc
17
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {}
24
method_factory_
.NewRunnableMethod(&URLRequestErrorJob::StartAsync));
url_request_error_job.h
30
ScopedRunnableMethodFactory<URLRequestErrorJob>
method_factory_
;
member in class:net::URLRequestErrorJob
url_request_about_job.cc
18
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {
32
method_factory_
.NewRunnableMethod(&URLRequestAboutJob::StartAsync));
url_request_redirect_job.cc
16
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {}
21
method_factory_
.NewRunnableMethod(&URLRequestRedirectJob::StartAsync));
url_request_about_job.h
32
ScopedRunnableMethodFactory<URLRequestAboutJob>
method_factory_
;
member in class:net::URLRequestAboutJob
url_request_redirect_job.h
34
ScopedRunnableMethodFactory<URLRequestRedirectJob>
method_factory_
;
member in class:net::URLRequestRedirectJob
url_request_simple_job.cc
18
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {}
25
method_factory_
.NewRunnableMethod(&URLRequestSimpleJob::StartAsync));
url_request_simple_job.h
43
ScopedRunnableMethodFactory<URLRequestSimpleJob>
method_factory_
;
member in class:net::URLRequestSimpleJob
/external/chromium/chrome/browser/net/
url_request_failed_dns_job.h
34
ScopedRunnableMethodFactory<URLRequestFailedDnsJob>
method_factory_
;
member in class:URLRequestFailedDnsJob
url_request_failed_dns_job.cc
19
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {}
26
method_factory_
.NewRunnableMethod(
sdch_dictionary_fetcher.h
69
ScopedRunnableMethodFactory<SdchDictionaryFetcher>
method_factory_
;
member in class:SdchDictionaryFetcher
sdch_dictionary_fetcher.cc
12
: ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)),
47
method_factory_
.NewRunnableMethod(&SdchDictionaryFetcher::StartFetching),
metadata_url_request.cc
42
ScopedRunnableMethodFactory<MetadataRequestHandler>
method_factory_
;
member in class:__anon1984::MetadataRequestHandler
49
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {
66
method_factory_
.NewRunnableMethod(&MetadataRequestHandler::StartAsync));
url_request_slow_download_job.cc
32
method_factory_
.NewRunnableMethod(
72
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {}
121
method_factory_
.NewRunnableMethod(
137
method_factory_
.NewRunnableMethod(
/external/chromium/chrome/browser/ui/gtk/infobars/
after_translate_infobar_gtk.h
35
ScopedRunnableMethodFactory<AfterTranslateInfoBar>
method_factory_
;
member in class:AfterTranslateInfoBar
after_translate_infobar_gtk.cc
17
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {
79
MessageLoop::current()->PostTask(FROM_HERE,
method_factory_
.NewRunnableMethod(
89
MessageLoop::current()->PostTask(FROM_HERE,
method_factory_
.NewRunnableMethod(
/external/chromium/chrome/browser/sync/glue/
database_model_worker_unittest.cc
27
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {}
33
return &
method_factory_
;
83
ScopedRunnableMethodFactory<DatabaseModelWorkerTest>
method_factory_
;
member in class:__anon2171::DatabaseModelWorkerTest
/external/chromium/net/base/
network_config_watcher_mac.cc
46
ScopedRunnableMethodFactory<NetworkConfigWatcherMacThread>
method_factory_
;
member in class:net::__anon2687::NetworkConfigWatcherMacThread
55
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {}
75
method_factory_
.NewRunnableMethod(
network_change_notifier_linux.cc
59
ScopedRunnableMethodFactory<Thread>
method_factory_
;
member in class:net::NetworkChangeNotifierLinux::Thread
67
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {}
113
method_factory_
.NewRunnableMethod(
/external/chromium/chrome/browser/chromeos/net/
network_change_notifier_chromeos.h
47
ScopedRunnableMethodFactory<NetworkChangeNotifierChromeos>
method_factory_
;
member in class:chromeos::NetworkChangeNotifierChromeos
network_change_notifier_chromeos.cc
16
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {
83
method_factory_
.NewRunnableMethod(
/external/chromium/chrome/browser/sync/
backend_migrator.h
64
ScopedRunnableMethodFactory<BackendMigrator>
method_factory_
;
member in class:browser_sync::BackendMigrator
/external/chromium/chrome/browser/
upgrade_detector.h
75
ScopedRunnableMethodFactory<UpgradeDetector>
method_factory_
;
member in class:UpgradeDetector
/external/chromium/chrome/common/net/
test_url_fetcher_factory.cc
68
ALLOW_THIS_IN_INITIALIZER_LIST(
method_factory_
(this)) {
76
method_factory_
.NewRunnableMethod(&FakeURLFetcher::RunDelegate));
100
ScopedRunnableMethodFactory<FakeURLFetcher>
method_factory_
;
member in class:FakeURLFetcher
/external/chromium/chrome/browser/chromeos/offline/
offline_load_page.h
85
ScopedRunnableMethodFactory<OfflineLoadPage>
method_factory_
;
member in class:chromeos::OfflineLoadPage
Completed in 9212 milliseconds
1
2
3
4
5