Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/win/
DClipboardWin.cpp75 String qType = type.stripWhiteSpace().lower(); in clipboardTypeFromMIMEType() local
78 if (qType == "text" || qType == "text/plain" || qType.startsWith("text/plain;")) in clipboardTypeFromMIMEType()
80 if (qType == "url" || qType == "text/uri-list") in clipboardTypeFromMIMEType()
82 if (qType == "text/html") in clipboardTypeFromMIMEType()
/external/webkit/Source/WebCore/platform/mac/
DClipboardMac.mm74 String qType = type.stripWhiteSpace();
77 if (qType == "Text")
79 if (qType == "URL")
83 if (qType == "text/plain" || qType.startsWith("text/plain;"))
85 if (qType == "text/uri-list")
90 NSString *mimeType = qType;
99 return (NSString *)qType;
/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()
/external/clang/lib/Sema/
DSemaAccess.cpp1786 QualType qType = Class->getTypeForDecl()->getCanonicalTypeInternal(); in IsSimplyAccessible() local
1789 qType); in IsSimplyAccessible()