Searched refs:fontAttributeDictionary (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DFontInfo.cpp40 encoder << static_cast<bool>(fontAttributeDictionary);
41 if (fontAttributeDictionary)
42 IPC::encode(encoder, fontAttributeDictionary.get());
58 if (!IPC::decode(decoder, fontInfo.fontAttributeDictionary))
H A DFontInfo.h45 RetainPtr<CFDictionaryRef> fontAttributeDictionary; member in struct:WebKit::FontInfo
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebPopupMenuMac.mm50 data.fontInfo.fontAttributeDictionary = fontDescriptorAttributes;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPopupMenuProxyMac.mm102 if (data.fontInfo.fontAttributeDictionary) {
103 NSFontDescriptor *fontDescriptor = [NSFontDescriptor fontDescriptorWithFontAttributes:(NSDictionary *)data.fontInfo.fontAttributeDictionary.get()];

Completed in 108 milliseconds