Searched refs:fileContents (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/plugins/ |
D | PluginDatabase.cpp | 546 Vector<char> fileContents; in loadPersistentMetadataCache() local 547 fillBufferWithContentsOfFile(file, fileContents); in loadPersistentMetadataCache() 550 …if (fileContents.size() < 2 || fileContents.first() != schemaVersion || fileContents.last() != '\0… in loadPersistentMetadataCache() 556 char* bufferPos = fileContents.data() + 1; in loadPersistentMetadataCache() 557 char* end = fileContents.data() + fileContents.size(); in loadPersistentMetadataCache()
|
/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
D | action_derivedsourcesallinone.py | 196 fileContents = generateContent(filesMetaData, partition, len(outputFileNames)) 197 writeContent(fileContents, fileName)
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
D | tst_qdeclarativewebview.cpp | 69 static QString fileContents(const QString& filename) in fileContents() function 108 …QCOMPARE(strippedHtml(fileContents(":/resources/basic.html")), strippedHtml(wv->property("html").t… in basicProperties() 184 …QCOMPARE(strippedHtml(fileContents(":/resources/basic.html")), strippedHtml(wv->property("html").t… in historyNav() 202 …QCOMPARE(strippedHtml(fileContents(":/resources/forward.html")), strippedHtml(wv->property("html")… in historyNav() 216 …QCOMPARE(strippedHtml(fileContents(":/resources/basic.html")), strippedHtml(wv->property("html").t… in historyNav()
|
/external/doclava/res/assets/templates/ |
D | sample.cs | 23 <pre><?cs var:fileContents ?></pre>
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapeBrowserFuncs.cpp | 221 RefPtr<SharedBuffer> fileContents; in parsePostBuffer() local 226 fileContents = SharedBuffer::createWithContentsOfFile(String::fromUTF8(buffer)); in parsePostBuffer() 227 if (!fileContents) in parsePostBuffer() 230 postBuffer = fileContents->data(); in parsePostBuffer() 231 postBufferSize = fileContents->size(); in parsePostBuffer()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
D | TestResultsGenerator.java | 256 String fileContents = readFile(log); in readCompileLog() local 258 int errorCount = countCompileErrors(fileContents); in readCompileLog() 259 int warningCount = countCompileWarnings(fileContents); in readCompileLog() 260 int forbiddenWarningCount = countForbiddenWarnings(fileContents); in readCompileLog() 261 int discouragedWarningCount = countDiscouragedWarnings(fileContents); in readCompileLog()
|
/external/webkit/Source/WebCore/platform/win/ |
D | ClipboardWin.cpp | 177 char* fileContents = (PSTR)GlobalLock(memObj); in createGlobalImageFileContent() local 179 CopyMemory(fileContents, data->data(), data->size()); in createGlobalImageFileContent() 750 char* fileContents = static_cast<char*>(GlobalLock(urlFileContent)); in writeURL() local 751 CopyMemory(fileContents, content.data(), content.length()); in writeURL()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog | 122 (fileContents):
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 77985 http://www.usmint.gov/kids/index.cfm?fileContents=coinNews/cotm/2003/10.cfm
|