OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachToCurrentThread
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/ppapi/thunk/
ppb_message_loop_api.h
24
virtual int32_t
AttachToCurrentThread
() = 0;
/external/chromium_org/ppapi/api/
ppb_message_loop.idl
36
* - Call
AttachToCurrentThread
() with the message loop resource.
135
* loop by calling
AttachToCurrentThread
.
176
int32_t
AttachToCurrentThread
([in] PP_Resource message_loop);
195
*
AttachToCurrentThread
().
/external/chromium_org/ppapi/c/
ppb_message_loop.h
54
* - Call
AttachToCurrentThread
() with the message loop resource.
153
* loop by calling
AttachToCurrentThread
.
191
int32_t (*
AttachToCurrentThread
)(PP_Resource message_loop);
209
*
AttachToCurrentThread
().
/external/chromium_org/ppapi/cpp/
message_loop.h
41
/// - Call
AttachToCurrentThread
() with the message loop resource.
143
/// loop by calling
AttachToCurrentThread
.
177
int32_t
AttachToCurrentThread
();
195
///
AttachToCurrentThread
().
message_loop.cc
57
int32_t MessageLoop::
AttachToCurrentThread
() {
60
return get_interface<PPB_MessageLoop>()->
AttachToCurrentThread
(
/external/chromium/chrome/browser/
jankometer.cc
227
void
AttachToCurrentThread
() {
281
void
AttachToCurrentThread
() {
389
(*ui_observer)->
AttachToCurrentThread
();
402
&IOJankObserver::
AttachToCurrentThread
));
/external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc
43
// We attach the main thread immediately. We can't use
AttachToCurrentThread
,
49
// this loop is owned by PluginGlobals. Contrast with
AttachToCurrentThread
67
int32_t MessageLoopResource::
AttachToCurrentThread
() {
163
// Cancel out the AddRef in
AttachToCurrentThread
().
225
int32_t
AttachToCurrentThread
(PP_Resource message_loop) {
228
return enter.object()->
AttachToCurrentThread
();
259
&
AttachToCurrentThread
,
ppb_message_loop_proxy.h
35
virtual int32_t
AttachToCurrentThread
() OVERRIDE;
ppapi_proxy_test.cc
388
ASSERT_EQ(PP_OK, secondary_thread_message_loop_->
AttachToCurrentThread
());
/external/chromium_org/chrome/browser/
jankometer.cc
226
void
AttachToCurrentThread
() {
282
void
AttachToCurrentThread
() {
400
(*ui_observer)->
AttachToCurrentThread
();
412
base::Bind(&IOJankObserver::
AttachToCurrentThread
, io_observer->get()));
/external/chromium_org/ppapi/tests/
test_message_loop.cc
41
ASSERT_EQ(PP_ERROR_INPROGRESS, loop.
AttachToCurrentThread
());
test_case.h
190
int32_t result = loop_.
AttachToCurrentThread
();
test_tcp_server_socket_private.cc
156
current_thread_loop.
AttachToCurrentThread
();
test_tcp_socket.cc
203
current_thread_loop.
AttachToCurrentThread
();
/external/chromium_org/ppapi/utility/threading/
simple_thread.cc
36
data->message_loop.
AttachToCurrentThread
();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_stream.cc
41
ppapi_->GetMessageLoopInterface()->
AttachToCurrentThread
(message_loop_);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h
73
METHOD1(MessageLoopInterface, int32_t,
AttachToCurrentThread
, PP_Resource)
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc
64
si->inst_->main_loop_->
AttachToCurrentThread
();
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
socket_test.cc
125
loop_.
AttachToCurrentThread
();
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 210 milliseconds