Searched defs:PepperTrueTypeFontLinux (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_linux.cc20 class PepperTrueTypeFontLinux : public PepperTrueTypeFont { class in namespace:content::__anon7357
22 PepperTrueTypeFontLinux();
34 virtual ~PepperTrueTypeFontLinux() OVERRIDE;
38 DISALLOW_COPY_AND_ASSIGN(PepperTrueTypeFontLinux);
41 PepperTrueTypeFontLinux::PepperTrueTypeFontLinux() { function in class:content::__anon7357::PepperTrueTypeFontLinux
44 PepperTrueTypeFontLinux::~PepperTrueTypeFontLinux() {
47 int32_t PepperTrueTypeFontLinux::Initialize(
82 int32_t PepperTrueTypeFontLinux
[all...]

Completed in 74 milliseconds