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

  /external/chromium_org/content/child/
browser_font_resource_trusted.h 28 class BrowserFontResource_Trusted
32 BrowserFontResource_Trusted(ppapi::proxy::Connection connection,
64 virtual ~BrowserFontResource_Trusted();
77 DISALLOW_COPY_AND_ASSIGN(BrowserFontResource_Trusted);
browser_font_resource_trusted.cc 227 bool BrowserFontResource_Trusted::IsPPFontDescriptionValid(
250 BrowserFontResource_Trusted::BrowserFontResource_Trusted(
259 BrowserFontResource_Trusted::~BrowserFontResource_Trusted() {
263 BrowserFontResource_Trusted::AsPPB_BrowserFont_Trusted_API() {
267 PP_Bool BrowserFontResource_Trusted::Describe(
297 PP_Bool BrowserFontResource_Trusted::DrawTextAt(
329 int32_t BrowserFontResource_Trusted::MeasureText(
337 uint32_t BrowserFontResource_Trusted::CharacterOffsetForPixel
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.cc 56 if (!BrowserFontResource_Trusted::IsPPFontDescriptionValid(*description))
60 return (new BrowserFontResource_Trusted(
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 181 if (!BrowserFontResource_Trusted::IsPPFontDescriptionValid(desc))
183 return (new BrowserFontResource_Trusted(

Completed in 251 milliseconds