HomeSort by relevance Sort by last modified time
    Searched refs:method_factory_ (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller.h 158 ScopedRunnableMethodFactory<ExistingUserController> method_factory_; member in class:chromeos::ExistingUserController
login_performer.h 193 ScopedRunnableMethodFactory<LoginPerformer> method_factory_; member in class:chromeos::LoginPerformer
existing_user_controller.cc 70 method_factory_(this) {
196 method_factory_.NewRunnableMethod(
388 method_factory_.NewRunnableMethod(
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.h 148 ScopedRunnableMethodFactory<CloudPolicyController> method_factory_; member in class:policy::CloudPolicyController
device_token_fetcher.h 160 ScopedRunnableMethodFactory<DeviceTokenFetcher> method_factory_; member in class:policy::DeviceTokenFetcher
device_token_fetcher.cc 34 : ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)) {
50 : ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)) {
237 retry_task_ = method_factory_.NewRunnableMethod(
cloud_policy_controller.cc 69 : ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)) {
184 : ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)) {
370 delayed_work_task_ = method_factory_.NewRunnableMethod(
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc 67 method_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
175 method_factory_.NewRunnableMethod(&DataTypeManagerImpl::DownloadReady));
212 method_factory_.NewRunnableMethod(&DataTypeManagerImpl::Configure,
319 method_factory_.RevokeAll();
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.h 121 ScopedRunnableMethodFactory<AccessibilityEventRouterViews> method_factory_; member in class:AccessibilityEventRouterViews
accessible_pane_view.cc 20 ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)),
220 FROM_HERE, method_factory_.NewRunnableMethod(
235 FROM_HERE, method_factory_.NewRunnableMethod(
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.cc 47 method_factory_(this) {
258 method_factory_.NewRunnableMethod(&WebDragDestGtk::DragLeave));
265 method_factory_.RevokeAll();
  /external/chromium/net/http/
http_response_body_drainer_unittest.cc 71 ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)) {}
137 ScopedRunnableMethodFactory<MockHttpStream> method_factory_; member in class:net::__anon4100::MockHttpStream
157 method_factory_.NewRunnableMethod(&MockHttpStream::CompleteRead));
http_stream_factory_impl_job.cc 64 ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)) {
144 method_factory_.NewRunnableMethod(
296 method_factory_.NewRunnableMethod(
308 method_factory_.NewRunnableMethod(
329 method_factory_.NewRunnableMethod(
339 method_factory_.NewRunnableMethod(
354 method_factory_.NewRunnableMethod(
366 method_factory_.NewRunnableMethod(
371 method_factory_.NewRunnableMethod(
379 method_factory_.NewRunnableMethod
    [all...]
http_stream_factory_impl_job.h 268 ScopedRunnableMethodFactory<Job> method_factory_; member in class:net::HttpStreamFactoryImpl::Job
  /external/chromium/net/url_request/
url_request_file_job.cc 93 ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)) {
177 method_factory_.NewRunnableMethod(
192 method_factory_.RevokeAll();
url_request_http_job.h 184 ScopedRunnableMethodFactory<URLRequestHttpJob> method_factory_; member in class:net::URLRequestHttpJob
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 63 ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)) {
133 method_factory_.NewRunnableMethod(
172 method_factory_.NewRunnableMethod(
  /external/chromium/chrome/browser/net/
connection_tester.cc 252 ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)) {}
278 ScopedRunnableMethodFactory<TestRunner> method_factory_; member in class:ConnectionTester::TestRunner
330 method_factory_.NewRunnableMethod(
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 118 ScopedRunnableMethodFactory<URLRequestChromeJob> method_factory_; member in class:URLRequestChromeJob
291 ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)) {
301 MessageLoop::current()->PostTask(FROM_HERE, method_factory_.NewRunnableMethod(
  /external/chromium/chrome/browser/extensions/
extension_tts_api.h 186 ScopedRunnableMethodFactory<ExtensionTtsController> method_factory_; member in class:ExtensionTtsController
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 194 ScopedRunnableMethodFactory<ThreadWatcher> method_factory_; member in class:ThreadWatcher
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 64 ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)),
69 method_factory_.RevokeAll();
117 method_factory_.NewRunnableMethod(
127 method_factory_.NewRunnableMethod(
client_side_detection_service.h 245 ScopedRunnableMethodFactory<ClientSideDetectionService> method_factory_; member in class:safe_browsing::ClientSideDetectionService
  /external/chromium/chrome/browser/translate/
translate_manager.h 166 ScopedRunnableMethodFactory<TranslateManager> method_factory_; member in class:TranslateManager
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 149 ScopedRunnableMethodFactory<BalloonViewImpl> method_factory_; member in class:BalloonViewImpl

Completed in 519 milliseconds

1 23 4 5