Searched refs:AttachToCurrentThread (Results 1 - 17 of 17) 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/chrome/browser/
H A Djankometer.cc227 void AttachToCurrentThread() { function in class:__anon2265::IOJankObserver
281 void AttachToCurrentThread() { function in class:__anon2265::UIJankObserver
389 (*ui_observer)->AttachToCurrentThread();
402 &IOJankObserver::AttachToCurrentThread));
/external/chromium_org/ppapi/proxy/
H A Dppb_message_loop_proxy.cc43 // 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() { function in class:ppapi::proxy::MessageLoopResource
163 // Cancel out the AddRef in AttachToCurrentThread().
221 int32_t AttachToCurrentThread(PP_Resource message_loop) { function in namespace:ppapi::proxy
224 return enter.object()->AttachToCurrentThread();
255 &AttachToCurrentThread,
H A Dppb_message_loop_proxy.h35 virtual int32_t AttachToCurrentThread() OVERRIDE;
H A Dppapi_proxy_test.cc384 ASSERT_EQ(PP_OK, secondary_thread_message_loop_->AttachToCurrentThread());
/external/chromium_org/chrome/browser/
H A Djankometer.cc224 void AttachToCurrentThread() { function in class:__anon5228::IOJankObserver
280 void AttachToCurrentThread() { function in class:__anon5228::UIJankObserver
398 (*ui_observer)->AttachToCurrentThread();
410 base::Bind(&IOJankObserver::AttachToCurrentThread, io_observer->get()));
/external/chromium_org/ppapi/tests/
H A Dtest_message_loop.cc41 ASSERT_EQ(PP_ERROR_INPROGRESS, loop.AttachToCurrentThread());
H A Dtest_case.h190 int32_t result = loop_.AttachToCurrentThread();
H A Dtest_tcp_server_socket_private.cc163 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/
H A Dreal_pepper_interface.cc132 result = message_loop_interface_->AttachToCurrentThread(message_loop);
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.cc63 si->inst_->main_loop_->AttachToCurrentThread();
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c926 return iface->AttachToCurrentThread(message_loop);
4084 .AttachToCurrentThread = (int32_t (*)(PP_Resource message_loop))&Pnacl_M25_PPB_MessageLoop_AttachToCurrentThread,

Completed in 412 milliseconds