HomeSort by relevance Sort by last modified time
    Searched refs:LongToHandle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/embedder/
platform_channel_pair_win.cc 88 PlatformHandle(LongToHandle(client_handle_value)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 71 static __inline void *LongToHandle(const __LONG32 h) { return((void *) (INT_PTR) h); }
108 #define LongToHandle(h) ((HANDLE)(LONG_PTR) (h))
wingdi.h 73 #define HGDI_ERROR (LongToHandle(0xFFFFFFFF))
    [all...]
  /external/chromium_org/ipc/
ipc_message_utils.cc 782 *r = LongToHandle(temp);

Completed in 845 milliseconds