Home | History | Annotate | Download | only in src

Lines Matching refs:readFromFile

418 int PlatformBridge::readFromFile(PlatformFileHandle handle, char* data, int length)
420 return webKitClient()->fileUtilities()->readFromFile(handle, data, length);