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

  /external/chromium_org/mojo/embedder/
platform_channel_pair_win.cc 113 base::IntToString(HandleToLong(client_handle_.get().handle)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 69 static __inline __LONG32 HandleToLong(const void *h) { return((__LONG32) (LONG_PTR) h); }
106 #define HandleToLong(h) ((LONG)(LONG_PTR) (h))
  /external/chromium_org/ipc/
ipc_message_utils.cc 767 m->WriteInt(HandleToLong(p));

Completed in 2100 milliseconds