Home
last modified time | relevance | path

Searched refs:kInvalidPlatformFileValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dplatform_file.cc22 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE; variable
25 if (file == kInvalidPlatformFileValue) in FdopenPlatformFileForWriting()
38 const PlatformFile kInvalidPlatformFileValue = -1;
Dplatform_file.h30 extern const PlatformFile kInvalidPlatformFileValue;
/external/chromium_org/ppapi/tests/
Dtest_broker.cc43 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE; variable
48 const PlatformFile kInvalidPlatformFileValue = -1; variable
175 if (file == kInvalidPlatformFileValue) in OnInstanceConnected()