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

  /external/chromium_org/ppapi/shared_impl/
ppb_message_loop_shared.cc 9 MessageLoopShared::MessageLoopShared(PP_Instance instance)
12 MessageLoopShared::MessageLoopShared(ForMainThread)
15 MessageLoopShared::~MessageLoopShared() {}
ppb_message_loop_shared.h 26 // MessageLoopShared doesn't really do anything interesting. It exists so that
29 // implements this. So pointers to MessageLoopShared can only really be valid
31 class PPAPI_SHARED_EXPORT MessageLoopShared
35 explicit MessageLoopShared(PP_Instance instance);
36 // Construct the one MessageLoopShared for the main thread. This must be
39 explicit MessageLoopShared(ForMainThread);
40 virtual ~MessageLoopShared();
53 DISALLOW_COPY_AND_ASSIGN(MessageLoopShared);

Completed in 38 milliseconds