Searched refs:read_platform_handles_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/mojo/system/
H A Draw_channel_posix.cc79 std::deque<embedder::PlatformHandle> read_platform_handles_; member in class:mojo::system::__anon8274::RawChannelPosix
114 embedder::CloseAllPlatformHandles(&read_platform_handles_);
183 size_t old_num_platform_handles = read_platform_handles_.size();
188 &read_platform_handles_);
189 if (read_platform_handles_.size() > old_num_platform_handles) {
190 DCHECK_LE(read_platform_handles_.size() - old_num_platform_handles,
198 if (read_platform_handles_.size() > (TransportData::kMaxPlatformHandles +
201 embedder::CloseAllPlatformHandles(&read_platform_handles_);
202 read_platform_handles_.clear();
239 if (read_platform_handles_
[all...]

Completed in 132 milliseconds