Searched refs:PlatformFileForTransit (Results 1 – 4 of 4) sorted by relevance
19 PlatformFileForTransit::PlatformFileForTransit() : handle_(nullptr) {} in PlatformFileForTransit() function in IPC::PlatformFileForTransit21 PlatformFileForTransit::PlatformFileForTransit(HANDLE handle) in PlatformFileForTransit() function in IPC::PlatformFileForTransit24 bool PlatformFileForTransit::operator==( in operator ==()25 const PlatformFileForTransit& platform_file) const { in operator ==()29 bool PlatformFileForTransit::operator!=( in operator !=()30 const PlatformFileForTransit& platform_file) const { in operator !=()34 HANDLE PlatformFileForTransit::GetHandle() const { in GetHandle()38 bool PlatformFileForTransit::IsValid() const { in IsValid()44 PlatformFileForTransit GetPlatformFileForTransit(base::PlatformFile handle, in GetPlatformFileForTransit()57 return IPC::PlatformFileForTransit(raw_handle); in GetPlatformFileForTransit()[all …]
20 class IPC_MESSAGE_SUPPORT_EXPORT PlatformFileForTransit {23 PlatformFileForTransit();31 explicit PlatformFileForTransit(HANDLE handle);34 bool operator==(const PlatformFileForTransit& platform_file) const;35 bool operator!=(const PlatformFileForTransit& platform_file) const;44 typedef base::FileDescriptor PlatformFileForTransit;47 inline PlatformFileForTransit InvalidPlatformFileForTransit() { in InvalidPlatformFileForTransit()49 return PlatformFileForTransit(); in InvalidPlatformFileForTransit()56 const PlatformFileForTransit& transit) { in PlatformFileForTransitToPlatformFile()65 const PlatformFileForTransit& transit) { in PlatformFileForTransitToFile()[all …]
1062 void ParamTraits<PlatformFileForTransit>::Write(base::Pickle* m, in Write()1072 bool ParamTraits<PlatformFileForTransit>::Read(const base::Pickle* m, in Read()1079 *r = PlatformFileForTransit(); in Read()1086 *r = PlatformFileForTransit(handle_win.get_handle()); in Read()1090 void ParamTraits<PlatformFileForTransit>::Log(const param_type& p, in Log()
63 class PlatformFileForTransit; variable633 struct COMPONENT_EXPORT(IPC) ParamTraits<PlatformFileForTransit> {634 typedef PlatformFileForTransit param_type;