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

  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
SDL_syscdrom_c.h 101 short 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")

Completed in 132 milliseconds