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

  /external/icu4c/common/
wintz.c 94 int32_t winType;
103 for (winType = 0; winType < 2; winType++) {
105 WIN_TYPE_PROBE_REGKEY[winType],
116 return winType+1; // +1 to bring it inline with the enum
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.cpp 481 ClipboardDataType winType = clipboardTypeFromMIMEType(type);
483 if (winType == ClipboardDataTypeURL)
486 if (winType == ClipboardDataTypeText) {

Completed in 89 milliseconds