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

  /external/libchrome/ipc/
ipc_platform_file.h 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() {
49 return PlatformFileForTransit();
56 const PlatformFileForTransit& transit) {
65 const PlatformFileForTransit& transit)
    [all...]
ipc_platform_file.cc 19 PlatformFileForTransit::PlatformFileForTransit() : handle_(nullptr) {}
21 PlatformFileForTransit::PlatformFileForTransit(HANDLE handle)
24 bool PlatformFileForTransit::operator==(
25 const PlatformFileForTransit& platform_file) const {
29 bool PlatformFileForTransit::operator!=(
30 const PlatformFileForTransit& platform_file) const {
34 HANDLE PlatformFileForTransit::GetHandle() const {
38 bool PlatformFileForTransit::IsValid() const
    [all...]
ipc_message_utils.cc     [all...]
ipc_message_utils.h 63 class PlatformFileForTransit;
633 struct COMPONENT_EXPORT(IPC) ParamTraits<PlatformFileForTransit> {
634 typedef PlatformFileForTransit param_type;
    [all...]

Completed in 343 milliseconds