Searched defs:flavorType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedClipboard/
H A Ddarwin-pasteboard.cpp111 CFStringRef flavorType; local
112 flavorType = static_cast <CFStringRef>(CFArrayGetValueAtIndex(flavorTypeArray,
115 if (UTTypeConformsTo(flavorType, kUTTypeUTF8PlainText) ||
116 UTTypeConformsTo(flavorType, kUTTypeUTF16PlainText))
121 else if (UTTypeConformsTo(flavorType, kUTTypeBMP))
/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClientClipboardGuestToHost.cpp75 CFStringRef flavorType; local
86 flavorType = (CFStringRef)CFArrayGetValueAtIndex(flavorTypeArray, flavorIndex);
89 rc = PasteboardCopyItemFlavorData(pPasteboard, iItemID, flavorType, &flavorData1);
92 VBoxClientVerbose(3, "Found: %s, size: %d\n", (char *)CFStringGetCStringPtr(flavorType, kCFStringEncodingMacRoman), (int)CFDataGetLength(flavorData1));

Completed in 33 milliseconds