Searched refs:fillBufferWithContentsOfFile (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/
H A Djsc.cpp72 static bool fillBufferWithContentsOfFile(const UString& fileName, Vector<char>& buffer);
212 if (!fillBufferWithContentsOfFile(fileName, script))
229 if (!fillBufferWithContentsOfFile(fileName, script))
243 if (!fillBufferWithContentsOfFile(fileName, script))
393 if (!fillBufferWithContentsOfFile(fileName, scriptBuffer))
548 static bool fillBufferWithContentsOfFile(const UString& fileName, Vector<char>& buffer) function
/external/webkit/Source/WebCore/plugins/
H A DPluginDatabase.cpp481 static void fillBufferWithContentsOfFile(PlatformFileHandle file, Vector<char>& buffer) function in namespace:WebCore
547 fillBufferWithContentsOfFile(file, fileContents);

Completed in 1335 milliseconds