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

  /external/libchrome/mojo/public/c/system/
platform_handle.h 27 #define MOJO_PLATFORM_HANDLE_TYPE_INVALID ((MojoPlatformHandleType)0)
53 // MOJO_PLATFORM_HANDLE_TYPE_INVALID. Otherwise the meaning of this
  /external/libchrome/mojo/public/cpp/system/
invitation.cc 36 CHECK_NE(endpoint_handle->type, MOJO_PLATFORM_HANDLE_TYPE_INVALID);
221 CHECK_NE(endpoint_handle.type, MOJO_PLATFORM_HANDLE_TYPE_INVALID);
245 CHECK_NE(endpoint_handle.type, MOJO_PLATFORM_HANDLE_TYPE_INVALID);
platform_handle.cc 227 if (platform_handle.type == MOJO_PLATFORM_HANDLE_TYPE_INVALID) {
429 platform_handle.type == MOJO_PLATFORM_HANDLE_TYPE_INVALID);
  /external/libchrome/mojo/public/cpp/platform/
platform_handle.cc 137 out_handle->type = MOJO_PLATFORM_HANDLE_TYPE_INVALID;
178 handle->type == MOJO_PLATFORM_HANDLE_TYPE_INVALID) {
  /external/libchrome/mojo/core/
platform_wrapper_unittest.cc 230 invalid_handle.type = MOJO_PLATFORM_HANDLE_TYPE_INVALID;
235 EXPECT_EQ(MOJO_PLATFORM_HANDLE_TYPE_INVALID, invalid_handle.type);
invitation_unittest.cc 149 ASSERT_NE(endpoint_handle.type, MOJO_PLATFORM_HANDLE_TYPE_INVALID);
189 invalid_platform_handle.type = MOJO_PLATFORM_HANDLE_TYPE_INVALID;
352 CHECK_NE(handle.type, MOJO_PLATFORM_HANDLE_TYPE_INVALID);
412 CHECK_NE(endpoint_handle.type, MOJO_PLATFORM_HANDLE_TYPE_INVALID);
    [all...]
core.cc     [all...]

Completed in 65 milliseconds