HomeSort by relevance Sort by last modified time
    Searched refs:qType (Results 1 - 5 of 5) 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/WebCore/platform/mac/
ClipboardMac.mm 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;
93 return qType;
  /external/webkit/WebCore/platform/win/
ClipboardWin.cpp 78 String qType = type.stripWhiteSpace().lower();
81 if (qType == "text" || qType == "text/plain" || qType.startsWith("text/plain;"))
83 if (qType == "url" || qType == "text/uri-list")

Completed in 61 milliseconds