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

  /external/webkit/Source/WebCore/platform/
FileSystem.h 144 enum FileOpenMode {
184 PlatformFileHandle openFile(const String& path, FileOpenMode);
  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 85 PlatformFileHandle openFile(const String& path, FileOpenMode mode)
PlatformBridge.h 141 static PlatformFileHandle openFile(const String& path, FileOpenMode);
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 132 PlatformFileHandle openFile(const String& path, FileOpenMode mode)
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 242 PlatformFileHandle openFile(const String& path, FileOpenMode mode)
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 72 PlatformFileHandle openFile(const String& path, FileOpenMode mode)
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 241 PlatformFileHandle openFile(const String& path, FileOpenMode mode)
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 237 PlatformFileHandle openFile(const String& path, FileOpenMode mode)
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 398 PlatformFileHandle PlatformBridge::openFile(const String& path, FileOpenMode mode)
    [all...]

Completed in 628 milliseconds