OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kInvalidPlatformFileValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/base/
platform_file.cc
22
const PlatformFile
kInvalidPlatformFileValue
= INVALID_HANDLE_VALUE;
25
if (file ==
kInvalidPlatformFileValue
)
38
const PlatformFile
kInvalidPlatformFileValue
= -1;
/external/chromium_org/ppapi/tests/
test_broker.cc
43
const PlatformFile
kInvalidPlatformFileValue
= INVALID_HANDLE_VALUE;
48
const PlatformFile
kInvalidPlatformFileValue
= -1;
175
if (file ==
kInvalidPlatformFileValue
)
Completed in 212 milliseconds