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

  /external/chromium_org/ppapi/proxy/
serialized_structs.cc 18 SerializedFontDescription::SerializedFontDescription()
29 SerializedFontDescription::~SerializedFontDescription() {}
31 void SerializedFontDescription::SetFromPPFontDescription(
45 void SerializedFontDescription::SetFromPPBrowserFontDescription(
59 void SerializedFontDescription::SetToPPFontDescription(
71 void SerializedFontDescription::SetToPPBrowserFontDescription(
serialized_structs.h 34 struct PPAPI_PROXY_EXPORT SerializedFontDescription {
35 SerializedFontDescription();
36 ~SerializedFontDescription();
38 // Converts a PP_FontDescription_Dev to a SerializedFontDescription.
110 SerializedFontDescription font_desc;

Completed in 94 milliseconds