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

  /external/chromium_org/mojo/system/
channel.cc 250 size_t Channel::GetSerializedPlatformHandleSize() const {
251 return raw_channel_->GetSerializedPlatformHandleSize();
raw_channel_posix.cc 39 virtual size_t GetSerializedPlatformHandleSize() const OVERRIDE;
118 size_t RawChannelPosix::GetSerializedPlatformHandleSize() const {
raw_channel_win.cc 78 virtual size_t GetSerializedPlatformHandleSize() const OVERRIDE;
360 size_t RawChannelWin::GetSerializedPlatformHandleSize() const {

Completed in 804 milliseconds