Searched refs:AttachToCurrentThread (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_message_loop_api.h24 virtual int32_t AttachToCurrentThread() = 0;
/external/chromium_org/ppapi/api/
H A Dppb_message_loop.idl36 * - 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/
H A Dppb_message_loop.h54 * - Call AttachToCurrentThread() with the message loop resource.
153 * loop by calling AttachToCurrentThread.
191 int32_t (*AttachToCurrentThread)(PP_Resource message_loop); member in struct:PPB_MessageLoop_1_0
209 * AttachToCurrentThread().
/external/chromium_org/ppapi/cpp/
H A Dmessage_loop.h41 /// - Call AttachToCurrentThread() with the message loop resource.
143 /// loop by calling AttachToCurrentThread.
177 int32_t AttachToCurrentThread();
195 /// AttachToCurrentThread().
H A Dmessage_loop.cc57 int32_t MessageLoop::AttachToCurrentThread() { function in class:pp::MessageLoop
60 return get_interface<PPB_MessageLoop>()->AttachToCurrentThread(
/external/chromium_org/ppapi/proxy/
H A Dppb_message_loop_proxy.cc45 // We attach the main thread immediately. We can't use AttachToCurrentThread,
51 // this loop is owned by PluginGlobals. Contrast with AttachToCurrentThread
69 int32_t MessageLoopResource::AttachToCurrentThread() { function in class:ppapi::proxy::MessageLoopResource
165 // Cancel out the AddRef in AttachToCurrentThread().
231 int32_t AttachToCurrentThread(PP_Resource message_loop) { function in namespace:ppapi::proxy
234 return enter.object()->AttachToCurrentThread();
265 &AttachToCurrentThread,
H A Dppb_message_loop_proxy.h35 virtual int32_t AttachToCurrentThread() OVERRIDE;
H A Dppapi_proxy_test.cc389 ASSERT_EQ(PP_OK, secondary_thread_message_loop_->AttachToCurrentThread());
/external/chromium_org/ppapi/tests/
H A Dtest_message_loop.cc41 ASSERT_EQ(PP_ERROR_INPROGRESS, loop.AttachToCurrentThread());
H A Dtest_tcp_server_socket_private.cc156 current_thread_loop.AttachToCurrentThread();
H A Dtest_case.h192 int32_t result = loop_.AttachToCurrentThread();
H A Dtest_tcp_socket.cc203 current_thread_loop.AttachToCurrentThread();
/external/chromium_org/ppapi/utility/threading/
H A Dsimple_thread.cc36 data->message_loop.AttachToCurrentThread();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_fs.cc41 ppapi_->GetMessageLoopInterface()->AttachToCurrentThread(message_loop_);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dmojo_ppapi_globals.cc52 virtual int32_t AttachToCurrentThread() OVERRIDE {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
H A Dall_interfaces.h81 METHOD1(MessageLoopInterface, int32_t, AttachToCurrentThread, PP_Resource)
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.cc69 instance->main_loop_->AttachToCurrentThread();
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Dsocket_test.cc125 loop_.AttachToCurrentThread();
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1303 return iface->AttachToCurrentThread(message_loop);
4812 .AttachToCurrentThread = (int32_t (*)(PP_Resource message_loop))&Pnacl_M25_PPB_MessageLoop_AttachToCurrentThread,

Completed in 281 milliseconds