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

  /external/webkit/Source/WebCore/platform/
FileStream.cpp 50 ASSERT(!isHandleValid(m_handle));
84 if (isHandleValid(m_handle))
89 if (!isHandleValid(m_handle))
112 if (isHandleValid(m_handle)) {
120 if (!isHandleValid(m_handle))
FileSystem.h 180 inline bool isHandleValid(const PlatformFileHandle& handle) { return handle != invalidPlatformFileHandle; }
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 227 if (!isHandleValid(handle) && GetLastError() == ERROR_ALREADY_EXISTS)
235 if (!isHandleValid(handle))
264 if (isHandleValid(handle)) {
272 if (!isHandleValid(handle))
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 223 if (!isHandleValid(handle) && GetLastError() == ERROR_ALREADY_EXISTS)
231 if (!isHandleValid(handle))
258 if (isHandleValid(handle)) {
266 if (!isHandleValid(handle))
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 224 if (isHandleValid(handle)) {
232 if (!isHandleValid(handle))
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 237 if (!isHandleValid(handle))
264 if (!isHandleValid(handle))
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.cpp 192 if (!isHandleValid(file))
  /external/webkit/Source/WebCore/plugins/
PluginStream.cpp 206 if (!isHandleValid(m_tempFileHandle))
446 if (m_streamState != StreamStopped && isHandleValid(m_tempFileHandle)) {
PluginDatabase.cpp 539 if (!isHandleValid(file))
625 if (!isHandleValid(file)) {
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 89 if (isHandleValid(handle)) {

Completed in 2814 milliseconds