Home
last modified time | relevance | path

Searched refs:qType (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/mac/
DClipboardMac.mm68 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;
/external/webkit/WebCore/platform/win/
DClipboardWin.cpp78 String qType = type.stripWhiteSpace().lower(); in clipboardTypeFromMIMEType() local
81 if (qType == "text" || qType == "text/plain" || qType.startsWith("text/plain;")) in clipboardTypeFromMIMEType()
83 if (qType == "url" || qType == "text/uri-list") in clipboardTypeFromMIMEType()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
DSDL_syscdrom_c.h101 short qType; member
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/
DSDL_systimer.c166 gExtendedTimerRec.tmTask.qType = 0; in SDL_SYS_StartTimer()
DSDL_MPWtimer.c132 gExtendedTimerRec.tmTask.qType = 0; in SDL_SYS_StartTimer()