Searched refs:IsDataType (Results 1 – 2 of 2) sorted by relevance
1475 …bool IsDataType(const char* type) const { return DataFrameCount != -1 && strcmp(type, DataType) ==… in IsDataType() function
8712 if (type != NULL && !payload.IsDataType(type)) in AcceptDragDropPayload()