HomeSort by relevance Sort by last modified time
    Searched refs:qType (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
SDL_syscdrom_c.h 101 short qType;
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
SDL_systimer.c 166 gExtendedTimerRec.tmTask.qType = 0;
SDL_MPWtimer.c 132 gExtendedTimerRec.tmTask.qType = 0;
  /external/webkit/Source/WebCore/platform/mac/
ClipboardMac.mm 74 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/
ClipboardWin.cpp 75 String qType = type.stripWhiteSpace().lower();
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/
SemaAccess.cpp     [all...]

Completed in 187 milliseconds