OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MessageLoopProxy
(Results
1 - 25
of
805
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/base/message_loop/
message_loop_proxy.cc
11
MessageLoopProxy
::
MessageLoopProxy
() {
14
MessageLoopProxy
::~
MessageLoopProxy
() {
message_loop_proxy.h
17
//
MessageLoopProxy
objects are constructed automatically for all MessageLoops.
21
//
MessageLoopProxy
::current()
25
class BASE_EXPORT
MessageLoopProxy
: public SingleThreadTaskRunner {
27
// Gets the
MessageLoopProxy
for the current message loop, creating one if
29
static scoped_refptr<
MessageLoopProxy
> current();
32
MessageLoopProxy
();
33
virtual ~
MessageLoopProxy
();
/external/chromium_org/components/password_manager/core/browser/
mock_password_store.cc
11
base::
MessageLoopProxy
::current(),
12
base::
MessageLoopProxy
::current()) {
/external/chromium_org/base/test/
thread_test_helper.h
22
const scoped_refptr<
MessageLoopProxy
>& target_thread);
41
scoped_refptr<
MessageLoopProxy
> target_thread_;
/external/chromium_org/cc/debug/
unittest_only_benchmark_impl.h
13
class
MessageLoopProxy
;
21
UnittestOnlyBenchmarkImpl(scoped_refptr<base::
MessageLoopProxy
> origin_loop,
micro_benchmark_impl.h
14
class
MessageLoopProxy
;
28
scoped_refptr<base::
MessageLoopProxy
> origin_loop);
43
scoped_refptr<base::
MessageLoopProxy
> origin_loop_;
micro_benchmark.h
14
class
MessageLoopProxy
;
42
scoped_refptr<base::
MessageLoopProxy
> origin_loop);
48
scoped_refptr<base::
MessageLoopProxy
> origin_loop);
/external/chromium_org/content/renderer/service_worker/
embedded_worker_context_message_filter.h
11
class
MessageLoopProxy
;
29
scoped_refptr<base::
MessageLoopProxy
> main_thread_loop_proxy_;
/external/chromium_org/net/proxy/
network_delegate_error_observer.h
13
class
MessageLoopProxy
;
26
base::
MessageLoopProxy
* origin_loop);
/external/chromium_org/components/signin/core/browser/
signin_manager_cookie_helper.h
14
class
MessageLoopProxy
;
28
scoped_refptr<base::
MessageLoopProxy
> ui_thread,
29
scoped_refptr<base::
MessageLoopProxy
> io_thread);
59
// The
MessageLoopProxy
that this class uses as its UI thread.
60
scoped_refptr<base::
MessageLoopProxy
> ui_thread_;
61
// The
MessageLoopProxy
that this class uses as its IO thread.
62
scoped_refptr<base::
MessageLoopProxy
> io_thread_;
/external/chromium_org/components/signin/core/browser/webdata/
token_web_data.h
26
class
MessageLoopProxy
;
38
scoped_refptr<base::
MessageLoopProxy
> ui_thread,
39
scoped_refptr<base::
MessageLoopProxy
> db_thread,
42
TokenWebData(scoped_refptr<base::
MessageLoopProxy
> ui_thread,
43
scoped_refptr<base::
MessageLoopProxy
> db_thread);
/external/chromium_org/ppapi/proxy/
resource_reply_thread_registrar.h
19
class
MessageLoopProxy
;
41
scoped_refptr<base::
MessageLoopProxy
> main_thread);
57
scoped_refptr<base::
MessageLoopProxy
> GetTargetThread(
64
typedef std::map<int32_t, scoped_refptr<base::
MessageLoopProxy
> >
76
scoped_refptr<base::
MessageLoopProxy
> main_thread_;
resource_reply_thread_registrar.cc
18
scoped_refptr<base::
MessageLoopProxy
> main_thread)
36
scoped_refptr<base::
MessageLoopProxy
> reply_thread(
58
scoped_refptr<base::
MessageLoopProxy
>
68
scoped_refptr<base::
MessageLoopProxy
> target =
76
return scoped_refptr<base::
MessageLoopProxy
>();
/external/chromium_org/chrome/renderer/media/
chrome_webrtc_log_message_delegate.h
16
class
MessageLoopProxy
;
31
const scoped_refptr<base::
MessageLoopProxy
>& io_message_loop,
48
scoped_refptr<base::
MessageLoopProxy
> io_message_loop_;
webrtc_logging_message_filter.h
12
class
MessageLoopProxy
;
23
const scoped_refptr<base::
MessageLoopProxy
>& io_message_loop);
29
const scoped_refptr<base::
MessageLoopProxy
>& io_message_loop() {
36
scoped_refptr<base::
MessageLoopProxy
> io_message_loop_;
/external/chromium_org/content/child/
thread_safe_sender.h
14
class
MessageLoopProxy
;
37
ThreadSafeSender(const scoped_refptr<base::
MessageLoopProxy
>& main_loop,
41
scoped_refptr<base::
MessageLoopProxy
> main_loop_;
/external/chromium_org/net/dns/
serial_worker.h
16
class
MessageLoopProxy
;
64
base::
MessageLoopProxy
* loop() { return message_loop_.get(); }
86
scoped_refptr<base::
MessageLoopProxy
> message_loop_;
/external/chromium_org/components/nacl/common/
nacl_debug_exception_handler_win.h
15
base::
MessageLoopProxy
* message_loop,
/external/chromium_org/content/renderer/input/
input_handler_manager.h
15
class
MessageLoopProxy
;
36
// |message_loop_proxy| is the
MessageLoopProxy
of the compositor thread. Both
39
const scoped_refptr<base::
MessageLoopProxy
>& message_loop_proxy,
67
const scoped_refptr<base::
MessageLoopProxy
>& main_loop,
75
scoped_refptr<base::
MessageLoopProxy
> message_loop_proxy_;
/external/chromium_org/storage/browser/fileapi/
file_system_url_request_job_factory.h
15
class
MessageLoopProxy
;
/external/chromium_org/ppapi/nacl_irt/
manifest_service.h
14
class
MessageLoopProxy
;
29
scoped_refptr<base::
MessageLoopProxy
> io_message_loop,
/external/chromium_org/ppapi/shared_impl/
ppb_message_loop_shared.h
17
class
MessageLoopProxy
;
51
virtual base::
MessageLoopProxy
* GetMessageLoopProxy() = 0;
/external/chromium_org/content/renderer/media/
aec_dump_message_filter.h
16
class
MessageLoopProxy
;
34
const scoped_refptr<base::
MessageLoopProxy
>& io_message_loop,
35
const scoped_refptr<base::
MessageLoopProxy
>& main_message_loop);
47
scoped_refptr<base::
MessageLoopProxy
> io_message_loop() const {
95
const scoped_refptr<base::
MessageLoopProxy
> io_message_loop_;
98
const scoped_refptr<base::
MessageLoopProxy
> main_message_loop_;
/external/chromium_org/content/public/test/
test_file_system_context.cc
22
base::
MessageLoopProxy
::current().get(), base_path));
33
base::
MessageLoopProxy
::current().get(),
34
base::
MessageLoopProxy
::current().get(),
50
base::
MessageLoopProxy
::current().get(),
51
base::
MessageLoopProxy
::current().get(),
66
base::
MessageLoopProxy
::current().get(),
67
base::
MessageLoopProxy
::current().get(),
/external/chromium_org/base/files/
file_path_watcher.h
61
scoped_refptr<base::
MessageLoopProxy
> message_loop() const {
65
void set_message_loop(const scoped_refptr<base::
MessageLoopProxy
>& loop) {
79
scoped_refptr<base::
MessageLoopProxy
> message_loop_;
Completed in 586 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>