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

  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_font_file_host.h 19 struct SerializedFontDescription;
29 const ppapi::proxy::SerializedFontDescription& description,
pepper_flash_font_file_host.cc 24 const ppapi::proxy::SerializedFontDescription& description,
chrome_renderer_pepper_host_factory.cc 73 ppapi::proxy::SerializedFontDescription description;
  /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;
flash_font_file_resource.h 52 SerializedFontDescription description_;
ppapi_param_traits.h 36 struct SerializedFontDescription;
90 struct PPAPI_PROXY_EXPORT ParamTraits<ppapi::proxy::SerializedFontDescription> {
91 typedef ppapi::proxy::SerializedFontDescription param_type;
ppapi_param_traits.cc 333 ParamTraits<ppapi::proxy::SerializedFontDescription>::Write(m, p.font_desc);
359 ParamTraits<ppapi::proxy::SerializedFontDescription>::Read(m, iter,
407 // ppapi::proxy::SerializedFontDescription -------------------------------------
410 void ParamTraits<ppapi::proxy::SerializedFontDescription>::Write(
424 bool ParamTraits<ppapi::proxy::SerializedFontDescription>::Read(
440 void ParamTraits<ppapi::proxy::SerializedFontDescription>::Log(
ppapi_messages.h     [all...]

Completed in 86 milliseconds