Home
last modified time | relevance | path

Searched defs:readData (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebClipboard.h87 virtual bool readData( in readData() function
/external/chromium/webkit/glue/
Dwebclipboard_impl.cc208 bool WebClipboardImpl::readData(Buffer buffer, const WebString& type, in readData() function in webkit_glue::WebClipboardImpl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DScenarioResults.java304 void readData(DataInputStream stream) throws IOException { in readData() method in ScenarioResults
DBuildResults.java382 void readData(DataInputStream stream) throws IOException { in readData() method in BuildResults
DConfigResults.java603 void readData(DataInputStream stream) throws IOException { in readData() method in ConfigResults
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DByteUtils.java467 public static byte[] readData(byte[] store, int bytes, InputStream is) throws IOException { in readData() method in ByteUtils
/external/webkit/Source/WebCore/platform/network/qt/
DQNetworkReplyHandler.cpp111 qint64 FormDataIODevice::readData(char* destination, qint64 size) in readData() function in WebCore::FormDataIODevice
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDDSLoader.java729 public ArrayList<ByteBuffer> readData(boolean flip) throws IOException { in readData() method in DDSLoader
/external/webkit/Source/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp2331 qint64 readData(char*, qint64) in readData() function in FakeReply