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

  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.cc 20 template <> const char* interface_name<PPB_BrowserFont_Trusted_1_0>() {
136 if (has_interface<PPB_BrowserFont_Trusted_1_0>()) {
137 PassRefFromConstructor(get_interface<PPB_BrowserFont_Trusted_1_0>()->Create(
171 if (has_interface<PPB_BrowserFont_Trusted_1_0>()) {
172 if (!get_interface<PPB_BrowserFont_Trusted_1_0>()->Describe(
193 if (has_interface<PPB_BrowserFont_Trusted_1_0>()) {
194 return PP_ToBool(get_interface<PPB_BrowserFont_Trusted_1_0>()->DrawTextAt(
216 if (has_interface<PPB_BrowserFont_Trusted_1_0>()) {
217 return get_interface<PPB_BrowserFont_Trusted_1_0>()->MeasureText(
231 if (has_interface<PPB_BrowserFont_Trusted_1_0>()) {
    [all...]
  /external/chromium_org/ppapi/thunk/
interfaces_ppb_private.h 25 PPB_BrowserFont_Trusted_1_0)
63 PPB_BrowserFont_Trusted_1_0)
ppb_browser_font_trusted_thunk.cc 87 const PPB_BrowserFont_Trusted_1_0 g_ppb_browser_font_trusted_thunk = {
100 const PPB_BrowserFont_Trusted_1_0* GetPPB_BrowserFont_Trusted_1_0_Thunk() {
  /external/chromium_org/ppapi/c/trusted/
ppb_browser_font_trusted.h 173 struct PPB_BrowserFont_Trusted_1_0 {
276 typedef struct PPB_BrowserFont_Trusted_1_0 PPB_BrowserFont_Trusted;

Completed in 62 milliseconds