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

/external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
H A DSDL_syscdrom_c.h101 short qType; member in struct:CDCntrlParam
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/
H A DSDL_systimer.c166 gExtendedTimerRec.tmTask.qType = 0;
H A DSDL_MPWtimer.c132 gExtendedTimerRec.tmTask.qType = 0;
/external/webkit/Source/WebCore/platform/mac/
H A 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/webkit/Source/WebCore/platform/win/
H A DClipboardWin.cpp75 String qType = type.stripWhiteSpace().lower(); local
78 if (qType == "text" || qType == "text/plain" || qType.startsWith("text/plain;"))
80 if (qType == "url" || qType == "text/uri-list")
82 if (qType == "text/html")
/external/clang/lib/Sema/
H A DSemaAccess.cpp1658 QualType qType = Class->getTypeForDecl()->getCanonicalTypeInternal();
1661 qType);

Completed in 251 milliseconds