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

/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.h81 // BrowserFontTextRun ----------------------------------------------------------
83 class BrowserFontTextRun { class in namespace:pp
85 BrowserFontTextRun();
86 BrowserFontTextRun(const std::string& text,
89 BrowserFontTextRun(const BrowserFontTextRun& other);
90 ~BrowserFontTextRun();
92 BrowserFontTextRun& operator=(const BrowserFontTextRun& other);
123 const BrowserFontTextRun
[all...]
H A Dbrowser_font_trusted.cc89 // BrowserFontTextRun ----------------------------------------------------------
91 BrowserFontTextRun::BrowserFontTextRun() { function in class:pp::BrowserFontTextRun
97 BrowserFontTextRun::BrowserFontTextRun(const std::string& text, function in class:pp::BrowserFontTextRun
106 BrowserFontTextRun::BrowserFontTextRun(const BrowserFontTextRun& other) function in class:pp::BrowserFontTextRun
113 BrowserFontTextRun::~BrowserFontTextRun() {
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_browser_font.cc53 int32_t length1 = font.MeasureText(pp::BrowserFontTextRun("WWW"));
55 int32_t length2 = font.MeasureText(pp::BrowserFontTextRun("WWWWWWWW"));
69 pp::BrowserFontTextRun run(mixed);
90 pp::BrowserFontTextRun forced_run(mixed, false, true);
108 pp::BrowserFontTextRun run("Hello, world");
129 pp::BrowserFontTextRun run(mixed);
134 int pixel_width = font.MeasureText(pp::BrowserFontTextRun(mixed));
149 pp::BrowserFontTextRun forced_run(mixed, false, true);
/external/chromium_org/ppapi/examples/font/
H A Dsimple_font.cc42 pp::BrowserFontTextRun(

Completed in 100 milliseconds