Searched refs:qType (Results 1 – 5 of 5) sorted by relevance
68 String qType = type.stripWhiteSpace();71 if (qType == "Text")73 if (qType == "URL")77 if (qType == "text/plain" || qType.startsWith("text/plain;"))79 if (qType == "text/uri-list")84 NSString *mimeType = qType;94 return qType;
78 String qType = type.stripWhiteSpace().lower(); in clipboardTypeFromMIMEType() local81 if (qType == "text" || qType == "text/plain" || qType.startsWith("text/plain;")) in clipboardTypeFromMIMEType()83 if (qType == "url" || qType == "text/uri-list") in clipboardTypeFromMIMEType()
101 short qType; member
166 gExtendedTimerRec.tmTask.qType = 0; in SDL_SYS_StartTimer()
132 gExtendedTimerRec.tmTask.qType = 0; in SDL_SYS_StartTimer()