HomeSort by relevance Sort by last modified time
    Searched full:fontattributedictionary (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/Shared/
FontInfo.cpp 40 CoreIPC::encode(encoder, fontAttributeDictionary.get());
47 if (!CoreIPC::decode(decoder, fontInfo.fontAttributeDictionary))
FontInfo.h 45 RetainPtr<CFDictionaryRef> fontAttributeDictionary;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebPopupMenuMac.mm 48 data.fontInfo.fontAttributeDictionary = fontDescriptorAttributes;
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPopupMenuProxyMac.mm 96 if (data.fontInfo.fontAttributeDictionary) {
97 NSFontDescriptor *fontDescriptor = [NSFontDescriptor fontDescriptorWithFontAttributes:(NSDictionary *)data.fontInfo.fontAttributeDictionary.get()];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 380 NSFontDescriptor *fontDescriptor = [NSFontDescriptor fontDescriptorWithFontAttributes:(NSDictionary *)dictionaryPopupInfo.fontInfo.fontAttributeDictionary.get()];
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 526 dictionaryPopupInfo.fontInfo.fontAttributeDictionary = fontDescriptorAttributes;

Completed in 74 milliseconds