Searched refs:PP_BrowserFont_Trusted_Description (Results 1 – 25 of 44) sorted by relevance
12
/external/chromium_org/ppapi/c/trusted/ |
D | ppb_browser_font_trusted.h | 77 struct PP_BrowserFont_Trusted_Description { struct 127 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_BrowserFont_Trusted_Description, 48); argument 191 const struct PP_BrowserFont_Trusted_Description* description); 211 struct PP_BrowserFont_Trusted_Description* description,
|
/external/chromium_org/content/child/ |
D | browser_font_resource_trusted.h | 34 const PP_BrowserFont_Trusted_Description& desc, 39 const PP_BrowserFont_Trusted_Description& desc); 46 virtual PP_Bool Describe(PP_BrowserFont_Trusted_Description* description,
|
D | browser_font_resource_trusted.cc | 145 const PP_BrowserFont_Trusted_Description& font, in PPFontDescToWebFontDesc() 228 const PP_BrowserFont_Trusted_Description& desc) { in IsPPFontDescriptionValid() 253 const PP_BrowserFont_Trusted_Description& desc, in BrowserFontResource_Trusted() 268 PP_BrowserFont_Trusted_Description* description, in Describe()
|
/external/chromium_org/ppapi/cpp/private/ |
D | flash_font_file.h | 11 struct PP_BrowserFont_Trusted_Description; 24 const PP_BrowserFont_Trusted_Description* description,
|
D | pdf.h | 12 struct PP_BrowserFont_Trusted_Description; 37 const PP_BrowserFont_Trusted_Description* description,
|
D | flash_font_file.cc | 29 const PP_BrowserFont_Trusted_Description* description, in FontFile()
|
D | pdf.cc | 56 PP_BrowserFont_Trusted_Description converted_desc; in GetFontFileWithFallback() 76 const PP_BrowserFont_Trusted_Description* description, in GetFontFileWithFallback()
|
/external/chromium_org/ppapi/proxy/ |
D | serialized_structs.h | 26 struct PP_BrowserFont_Trusted_Description; 44 const PP_BrowserFont_Trusted_Description& desc); 50 PP_BrowserFont_Trusted_Description* desc) const;
|
D | flash_font_file_resource.h | 19 struct PP_BrowserFont_Trusted_Description; 30 const PP_BrowserFont_Trusted_Description* description,
|
D | plugin_globals.h | 27 struct PP_BrowserFont_Trusted_Description; 90 const PP_BrowserFont_Trusted_Description& desc,
|
D | serialized_structs.cc | 46 const PP_BrowserFont_Trusted_Description& desc) { in SetFromPPBrowserFontDescription() 72 PP_BrowserFont_Trusted_Description* desc) const { in SetToPPBrowserFontDescription()
|
D | plugin_proxy_delegate.h | 43 const PP_BrowserFont_Trusted_Description& desc,
|
D | plugin_main_nacl.cc | 86 const PP_BrowserFont_Trusted_Description& desc, 181 const PP_BrowserFont_Trusted_Description& desc, in CreateBrowserFont()
|
D | flash_font_file_resource.cc | 19 const PP_BrowserFont_Trusted_Description* description, in FlashFontFileResource()
|
D | flash_resource.h | 48 const PP_BrowserFont_Trusted_Description* font_desc,
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_flash.h | 158 const struct PP_BrowserFont_Trusted_Description* font_desc, 245 const struct PP_BrowserFont_Trusted_Description* font_desc, 276 const struct PP_BrowserFont_Trusted_Description* font_desc, 310 const struct PP_BrowserFont_Trusted_Description* font_desc,
|
D | ppb_flash_font_file.h | 39 const struct PP_BrowserFont_Trusted_Description* description,
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_flash_functions_api.h | 14 struct PP_BrowserFont_Trusted_Description; 35 const PP_BrowserFont_Trusted_Description* font_desc,
|
D | ppb_browser_font_trusted_thunk.cc | 26 const PP_BrowserFont_Trusted_Description* description) { in Create() 39 PP_BrowserFont_Trusted_Description* description, in Describe()
|
D | resource_creation_api.h | 28 struct PP_BrowserFont_Trusted_Description; 166 const PP_BrowserFont_Trusted_Description* description) = 0; 171 const PP_BrowserFont_Trusted_Description* description,
|
D | ppb_browser_font_trusted_api.h | 19 virtual PP_Bool Describe(PP_BrowserFont_Trusted_Description* description,
|
D | ppb_flash_font_file_thunk.cc | 17 const PP_BrowserFont_Trusted_Description* description, in Create()
|
/external/chromium_org/ppapi/cpp/trusted/ |
D | browser_font_trusted.h | 31 const PP_BrowserFont_Trusted_Description& pp_font_description() const { in pp_font_description() 78 PP_BrowserFont_Trusted_Description pp_font_description_;
|
D | browser_font_trusted.cc | 31 const PP_BrowserFont_Trusted_Description* desc) { in BrowserFontDescToFontDesc() 35 PP_BrowserFont_Trusted_Description* desc) { in BrowserFontDescToFontDesc()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_in_process_resource_creation.h | 46 const PP_BrowserFont_Trusted_Description* description) OVERRIDE;
|
12