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

  /external/chromium_org/mojo/common/test/
test_utils.h 48 base::ScopedFILE FILEFromPlatformHandle(embedder::ScopedPlatformHandle h,
test_utils_posix.cc 84 base::ScopedFILE FILEFromPlatformHandle(embedder::ScopedPlatformHandle h,
test_utils_win.cc 99 base::ScopedFILE FILEFromPlatformHandle(embedder::ScopedPlatformHandle h,
  /external/chromium_org/mojo/system/
platform_handle_dispatcher_unittest.cc 42 fp = mojo::test::FILEFromPlatformHandle(h.Pass(), "rb").Pass();
87 fp = mojo::test::FILEFromPlatformHandle(dispatcher->PassPlatformHandle(),
multiprocess_message_pipe_unittest.cc 490 base::ScopedFILE fp(mojo::test::FILEFromPlatformHandle(h.Pass(), "r"));
remote_message_pipe_unittest.cc 784 fp = mojo::test::FILEFromPlatformHandle(h.Pass(), "rb").Pass();
  /external/chromium_org/mojo/embedder/
platform_channel_pair_posix_unittest.cc 171 base::ScopedFILE fp(test::FILEFromPlatformHandle(
229 base::ScopedFILE fp(test::FILEFromPlatformHandle(

Completed in 9129 milliseconds