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

  /external/chromium_org/ppapi/thunk/
ppb_browser_font_trusted_api.h 22 const PP_BrowserFont_Trusted_TextRun* text,
27 virtual int32_t MeasureText(const PP_BrowserFont_Trusted_TextRun* text) = 0;
29 const PP_BrowserFont_Trusted_TextRun* text,
32 const PP_BrowserFont_Trusted_TextRun* text,
ppb_browser_font_trusted_thunk.cc 49 const PP_BrowserFont_Trusted_TextRun* text,
62 const PP_BrowserFont_Trusted_TextRun* text) {
70 const PP_BrowserFont_Trusted_TextRun* text,
79 const PP_BrowserFont_Trusted_TextRun* text,
  /external/chromium_org/content/child/
browser_font_resource_trusted.h 49 const PP_BrowserFont_Trusted_TextRun* text,
55 const PP_BrowserFont_Trusted_TextRun* text) OVERRIDE;
57 const PP_BrowserFont_Trusted_TextRun* text,
60 const PP_BrowserFont_Trusted_TextRun* text,
68 const PP_BrowserFont_Trusted_TextRun& text,
browser_font_resource_trusted.cc 56 // Splits a PP_BrowserFont_Trusted_TextRun into a sequence or LTR and RTL
62 explicit TextRunCollection(const PP_BrowserFont_Trusted_TextRun& run)
124 bool PPTextRunToWebTextRun(const PP_BrowserFont_Trusted_TextRun& text,
300 const PP_BrowserFont_Trusted_TextRun* text,
331 const PP_BrowserFont_Trusted_TextRun* text) {
339 const PP_BrowserFont_Trusted_TextRun* text,
360 const PP_BrowserFont_Trusted_TextRun* text,
392 const PP_BrowserFont_Trusted_TextRun& text,
  /external/chromium_org/ppapi/c/trusted/
ppb_browser_font_trusted.h 138 struct PP_BrowserFont_Trusted_TextRun {
154 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_BrowserFont_Trusted_TextRun, 24);
233 const struct PP_BrowserFont_Trusted_TextRun* text,
249 const struct PP_BrowserFont_Trusted_TextRun* text);
262 const struct PP_BrowserFont_Trusted_TextRun* text,
272 const struct PP_BrowserFont_Trusted_TextRun* text,
  /external/chromium_org/ppapi/api/trusted/
ppb_browser_font_trusted.idl 118 struct PP_BrowserFont_Trusted_TextRun {
215 [in] PP_BrowserFont_Trusted_TextRun text,
233 [in] PP_BrowserFont_Trusted_TextRun text);
247 [in] PP_BrowserFont_Trusted_TextRun text,
258 [in] PP_BrowserFont_Trusted_TextRun text,
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.h 94 const PP_BrowserFont_Trusted_TextRun& pp_text_run() const {
100 PP_BrowserFont_Trusted_TextRun pp_text_run_;
browser_font_trusted.cc 43 const PP_BrowserFont_Trusted_TextRun* run) {

Completed in 1555 milliseconds