Home
last modified time | relevance | path

Searched refs:wrapped_task_runner (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
Dattachment_service_proxy.cc44 const scoped_refptr<base::SequencedTaskRunner>& wrapped_task_runner, in AttachmentServiceProxy() argument
46 : wrapped_task_runner_(wrapped_task_runner), core_(new Core(wrapped)) { in AttachmentServiceProxy()
51 const scoped_refptr<base::SequencedTaskRunner>& wrapped_task_runner, in AttachmentServiceProxy() argument
53 : wrapped_task_runner_(wrapped_task_runner), core_(core) { in AttachmentServiceProxy()
Dattachment_service_proxy_for_test.cc57 const scoped_refptr<base::SequencedTaskRunner>& wrapped_task_runner, in AttachmentServiceProxyForTest() argument
59 : AttachmentServiceProxy(wrapped_task_runner, core) { in AttachmentServiceProxyForTest()
/external/chromium_org/sync/internal_api/public/attachments/
Dattachment_service_proxy.h48 const scoped_refptr<base::SequencedTaskRunner>& wrapped_task_runner,
107 const scoped_refptr<base::SequencedTaskRunner>& wrapped_task_runner,
Dattachment_service_proxy_for_test.h45 const scoped_refptr<base::SequencedTaskRunner>& wrapped_task_runner,