OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
87
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
34
struct
SerializedFontDescription
;
88
struct PPAPI_PROXY_EXPORT ParamTraits<ppapi::proxy::
SerializedFontDescription
> {
89
typedef ppapi::proxy::
SerializedFontDescription
param_type;
ppapi_param_traits.cc
342
ParamTraits<ppapi::proxy::
SerializedFontDescription
>::Write(m, p.font_desc);
368
ParamTraits<ppapi::proxy::
SerializedFontDescription
>::Read(m, iter,
416
// ppapi::proxy::
SerializedFontDescription
-------------------------------------
419
void ParamTraits<ppapi::proxy::
SerializedFontDescription
>::Write(
433
bool ParamTraits<ppapi::proxy::
SerializedFontDescription
>::Read(
449
void ParamTraits<ppapi::proxy::
SerializedFontDescription
>::Log(
ppapi_messages.h
[
all
...]
Completed in 365 milliseconds