Searched refs:isHandleValid (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DFileStream.cpp51 ASSERT(!isHandleValid(m_handle));
85 if (isHandleValid(m_handle))
90 if (!isHandleValid(m_handle))
113 if (isHandleValid(m_handle)) {
121 if (!isHandleValid(m_handle))
H A DFileSystem.h180 inline bool isHandleValid(const PlatformFileHandle& handle) { return handle != invalidPlatformFileHandle; } function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DFileSystemWin.cpp313 } while (!isHandleValid(handle) && GetLastError() == ERROR_ALREADY_EXISTS);
315 if (!isHandleValid(handle))
344 if (isHandleValid(handle)) {
372 if (!isHandleValid(handle))
/macosx-10.9.5/WebCore-7537.78.1/platform/wince/
H A DFileSystemWinCE.cpp247 if (!isHandleValid(handle) && GetLastError() == ERROR_ALREADY_EXISTS)
255 if (!isHandleValid(handle))
282 if (isHandleValid(handle)) {
290 if (!isHandleValid(handle))
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DFileSystemGtk.cpp279 if (!isHandleValid(handle))
306 if (!isHandleValid(handle))
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginStream.cpp206 if (!isHandleValid(m_tempFileHandle))
427 if (m_streamState != StreamStopped && isHandleValid(m_tempFileHandle)) {
H A DPluginDatabase.cpp561 if (!isHandleValid(file))
647 if (!isHandleValid(file)) {
/macosx-10.9.5/WebCore-7537.78.1/platform/posix/
H A DFileSystemPOSIX.cpp91 if (isHandleValid(handle)) {

Completed in 177 milliseconds