Searched refs:writeToFile (Results 1 - 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/win/
H A DDIBPixelData.h53 void writeToFile(LPCWSTR);
H A DDIBPixelData.cpp52 void DIBPixelData::writeToFile(LPCWSTR filePath) function in class:WebCore::DIBPixelData
/external/webkit/Source/WebCore/platform/haiku/
H A DFileSystemHaiku.cpp71 int writeToFile(PlatformFileHandle, const char* data, int length) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp110 int writeToFile(PlatformFileHandle handle, const char* data, int length) function in namespace:WebCore
112 return PlatformBridge::writeToFile(handle, data, length);
/external/webkit/Source/WebKit2/Shared/
H A DWebMemorySampler.cpp139 writeToFile(m_sampleLogFile, processDetails.utf8().data(), processDetails.utf8().length());
150 writeToFile(m_sampleLogFile, header.utf8().data(), header.utf8().length());
180 writeToFile(m_sampleLogFile, statString.utf8().data(), statString.utf8().length());
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DCacheResult.h52 bool writeToFile(const WTF::String& filePath) const;
H A DCacheResult.cpp127 bool CacheResult::writeToFile(const String& filePath) const function in class:android::CacheResult
194 return WebCore::writeToFile(file, m_buffer->data(), m_bufferSize) == m_bufferSize;
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h69 virtual int writeToFile(FileHandle, const char* data, int length) { return 0; } function in class:WebKit::WebFileUtilities
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.h41 virtual int writeToFile(base::PlatformFile handle,
H A Dwebfileutilities_impl.cc153 int WebFileUtilitiesImpl::writeToFile(base::PlatformFile handle, function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiffWithMockFiles.pl93 writeToFile(File::Spec->catfile($mockDir, "MakefileWithUnixEOL"), $MakefileContents);
94 writeToFile(File::Spec->catfile($mockDir, "MakefileWithWindowsEOL"), toWindowsLineEndings($MakefileContents));
299 sub writeToFile subroutine
/external/webkit/Source/WebCore/platform/
H A DFileSystem.h190 int writeToFile(PlatformFileHandle, const char* data, int length);
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp193 int writeToFile(PlatformFileHandle handle, const char* data, int length) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp128 int writeToFile(PlatformFileHandle handle, const char* data, int length) function in namespace:WebCore
/external/webkit/Source/WebKit/android/jni/
H A DCacheManager.cpp93 if (!result->writeToFile(filePath))
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests125 sub writeToFile($$);
943 writeToFile($expectedPNGPath, $actualPNG);
948 writeToFile($expectedChecksumPath, $actualHash);
963 writeToFile("$expectedDir/$expectedFileName", $actual);
1008 writeToFile("$expectedFile", $actual);
1012 writeToFile("$expectedFile", $actualHash);
1015 writeToFile("$expectedFile", $actualPNG);
1034 writeToFile("$testResultsDirectory/$base-$actualTag.png", $actualPNG);
1035 writeToFile("$testResultsDirectory/$base-$diffsTag.png", $diffPNG);
1089 writeToFile(Fil
1319 sub writeToFile($$) subroutine
[all...]
/external/webkit/Source/WebCore/plugins/
H A DPluginDatabase.cpp602 return writeToFile(file, utf8String.data(), length) == length;
607 return writeToFile(file, reinterpret_cast<const char*>(&time), sizeof(time_t)) == sizeof(time_t);
631 if (writeToFile(file, &localSchemaVersion, 1) != 1) {
/external/chromium/chrome/common/extensions/docs/build/
H A Dbuild.py213 samples_manifest.writeToFile(_samples_json)
/external/webkit/Source/WebCore/platform/brew/
H A DFileSystemBrew.cpp230 int writeToFile(PlatformFileHandle handle, const char* data, int length) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp295 int writeToFile(PlatformFileHandle handle, const char* data, int length) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp120 int writeToFile(PlatformFileHandle handle, const char* data, int length) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp270 int writeToFile(PlatformFileHandle handle, const char* data, int length) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp264 int writeToFile(PlatformFileHandle handle, const char* data, int length) function in namespace:WebCore
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.cpp269 int byteCount = writeToFile(m_fileHandle, bytes, length);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebDragClientMac.mm296 if (![wrapper writeToFile:path atomically:NO updateFilenames:YES])
297 LOG_ERROR("Failed to create image file via -[NSFileWrapper writeToFile:atomically:updateFilenames:] at path %@", path);

Completed in 449 milliseconds

12