Searched defs:AttachToCurrentThread (Results 1 - 3 of 3) sorted by relevance

/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.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,

Completed in 152 milliseconds