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

  /external/chromium_org/ppapi/shared_impl/
platform_file.h 14 PPAPI_SHARED_EXPORT base::PlatformFile IntToPlatformFile(int32_t handle);
platform_file.cc 11 base::PlatformFile IntToPlatformFile(int32_t handle) {
  /external/chromium_org/ppapi/proxy/
ppb_audio_proxy.cc 26 using ppapi::IntToPlatformFile;
289 IntToPlatformFile(socket_handle), false);
302 IntToPlatformFile(shared_memory_handle), false);
ppb_broker_proxy.cc 20 using ppapi::IntToPlatformFile;
210 dispatcher()->ShareHandleWithRemote(IntToPlatformFile(socket_handle),
  /external/chromium_org/ppapi/tests/
test_broker.cc 52 PlatformFile IntToPlatformFile(int32_t handle) {
174 PlatformFile file = IntToPlatformFile(handle);
296 PlatformFile file = IntToPlatformFile(handle);

Completed in 370 milliseconds