HomeSort by relevance Sort by last modified time
    Searched defs:AttachToCurrentThread (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/cpp/
message_loop.cc 57 int32_t MessageLoop::AttachToCurrentThread() {
60 return get_interface<PPB_MessageLoop>()->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/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().
221 int32_t AttachToCurrentThread(PP_Resource message_loop) {
224 return enter.object()->AttachToCurrentThread();
255 &AttachToCurrentThread,
  /external/chromium/chrome/browser/
jankometer.cc 227 void AttachToCurrentThread() {
281 void AttachToCurrentThread() {
389 (*ui_observer)->AttachToCurrentThread();
402 &IOJankObserver::AttachToCurrentThread));
  /external/chromium_org/chrome/browser/
jankometer.cc 224 void AttachToCurrentThread() {
280 void AttachToCurrentThread() {
398 (*ui_observer)->AttachToCurrentThread();
410 base::Bind(&IOJankObserver::AttachToCurrentThread, io_observer->get()));

Completed in 112 milliseconds