HomeSort by relevance Sort by last modified time
    Searched defs:m_dataType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/fileapi/
FileReaderLoader.h 81 void setDataType(const String& dataType) { m_dataType = dataType; }
97 String m_dataType;
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 43 ObjectData() : m_dataType(UNDEFINED_DATA) {};
44 ObjectData(ObjectDataType type): m_dataType(type) {};
45 ObjectDataType getDataType() { return m_dataType; };
48 ObjectDataType m_dataType;

Completed in 1506 milliseconds