Searched defs:PlatformFileInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dplatform_file.cc9 PlatformFileInfo::PlatformFileInfo() function in class:base::PlatformFileInfo
15 PlatformFileInfo::~PlatformFileInfo() {}
H A Dplatform_file.h74 // too, and the ParamTraits<base::PlatformFileInfo> implementation in
76 struct BASE_API PlatformFileInfo { struct in namespace:base
77 PlatformFileInfo();
78 ~PlatformFileInfo();
134 BASE_API bool GetPlatformFileInfo(PlatformFile file, PlatformFileInfo* info);
/external/chromium_org/base/
H A Dplatform_file.cc9 PlatformFileInfo::PlatformFileInfo() function in class:base::PlatformFileInfo
15 PlatformFileInfo::~PlatformFileInfo() {}
H A Dplatform_file.h92 // too, and the ParamTraits<base::PlatformFileInfo> implementation in
94 struct BASE_EXPORT PlatformFileInfo { struct in namespace:base
95 PlatformFileInfo();
96 ~PlatformFileInfo();
212 BASE_EXPORT bool GetPlatformFileInfo(PlatformFile file, PlatformFileInfo* info);

Completed in 97 milliseconds