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

  /external/chromium_org/mojo/system/
transport_data.cc 123 DCHECK(!platform_handles_);
124 platform_handles_.reset(new embedder::PlatformHandleVector());
145 platform_handles_ ? platform_handles_->size() : 0;
155 platform_handles_.get())) {
163 DCHECK_LE(platform_handles_
164 ? (platform_handles_->size() - old_platform_handles_size)
176 DCHECK_LE(platform_handles_ ? platform_handles_->size() : 0,
180 if (platform_handles_ && platform_handles_->size() > 0)
    [all...]
transport_data.h 117 return platform_handles_.get();
120 return platform_handles_.get();
184 embedder::ScopedPlatformHandleVectorPtr platform_handles_; member in class:mojo::system::TransportData
remote_message_pipe_unittest.cc 103 platform_handles_[0] = channel_pair.PassServerHandle();
104 platform_handles_[1] = channel_pair.PassClientHandle();
127 RawChannel::Create(platform_handles_[channel_index].Pass())));
171 embedder::ScopedPlatformHandle platform_handles_[2]; member in class:mojo::system::__anon13488::RemoteMessagePipeTest
    [all...]

Completed in 79 milliseconds