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)
13 MessageLoopShared::MessageLoopShared(ForMainThread)
17 MessageLoopShared::~MessageLoopShared() {
ppb_message_loop_shared.h 22 // MessageLoopShared doesn't really do anything interesting. It exists so that
25 // implements this. So pointers to MessageLoopShared can only really be valid
27 class PPAPI_SHARED_EXPORT MessageLoopShared
31 explicit MessageLoopShared(PP_Instance instance);
32 // Construct the one MessageLoopShared for the main thread. This must be
35 explicit MessageLoopShared(ForMainThread);
36 virtual ~MessageLoopShared();
47 DISALLOW_COPY_AND_ASSIGN(MessageLoopShared);

Completed in 1171 milliseconds