Searched refs:BrowserFontResource_Trusted (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/
H A Dbrowser_font_resource_trusted.h28 class BrowserFontResource_Trusted class in namespace:content
32 BrowserFontResource_Trusted(ppapi::proxy::Connection connection,
64 virtual ~BrowserFontResource_Trusted();
77 DISALLOW_COPY_AND_ASSIGN(BrowserFontResource_Trusted);
H A Dbrowser_font_resource_trusted.cc226 bool BrowserFontResource_Trusted::IsPPFontDescriptionValid(
249 BrowserFontResource_Trusted::BrowserFontResource_Trusted( function in class:content::__anon7478::BrowserFontResource_Trusted
258 BrowserFontResource_Trusted::~BrowserFontResource_Trusted() {
262 BrowserFontResource_Trusted::AsPPB_BrowserFont_Trusted_API() {
266 PP_Bool BrowserFontResource_Trusted::Describe(
297 PP_Bool BrowserFontResource_Trusted::DrawTextAt(
329 int32_t BrowserFontResource_Trusted::MeasureText(
337 uint32_t BrowserFontResource_Trusted
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_in_process_resource_creation.cc54 if (!BrowserFontResource_Trusted::IsPPFontDescriptionValid(*description))
58 return (new BrowserFontResource_Trusted(
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.cc222 if (!BrowserFontResource_Trusted::IsPPFontDescriptionValid(desc))
224 return (new BrowserFontResource_Trusted(

Completed in 205 milliseconds