getData 172 Source/core/clipboard/Clipboard.cpp String data = m_dataObject->getData(normalizeType(type, &convertToURL)); getData 73 Source/core/clipboard/Clipboard.h String getData(const String& type) const; getData 76 Source/core/clipboard/DataObject.h String getData(const String& type) const; getData 164 Source/core/html/canvas/DataView.cpp return getData<int8_t>(byteOffset, false, exceptionState); getData 169 Source/core/html/canvas/DataView.cpp return getData<uint8_t>(byteOffset, false, exceptionState); getData 174 Source/core/html/canvas/DataView.cpp return getData<int16_t>(byteOffset, littleEndian, exceptionState); getData 179 Source/core/html/canvas/DataView.cpp return getData<uint16_t>(byteOffset, littleEndian, exceptionState); getData 184 Source/core/html/canvas/DataView.cpp return getData<int32_t>(byteOffset, littleEndian, exceptionState); getData 189 Source/core/html/canvas/DataView.cpp return getData<uint32_t>(byteOffset, littleEndian, exceptionState); getData 194 Source/core/html/canvas/DataView.cpp return getData<float>(byteOffset, littleEndian, exceptionState); getData 199 Source/core/html/canvas/DataView.cpp return getData<double>(byteOffset, littleEndian, exceptionState); getData 89 Source/core/html/canvas/DataView.h T getData(unsigned byteOffset, bool littleEndian, ExceptionState&) const; getData 114 Source/core/page/DragData.cpp return m_platformDragData->getData(mimeTypeTextPlain);