OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Font_Dev
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/cpp/dev/
font_dev.cc
19
template <> const char* interface_name<
PPB_Font_Dev
>() {
107
if (!has_interface<
PPB_Font_Dev
>())
109
PassRefFromConstructor(get_interface<
PPB_Font_Dev
>()->Create(
123
if (!has_interface<
PPB_Font_Dev
>())
125
return Var(PASS_REF, get_interface<
PPB_Font_Dev
>()->GetFontFamilies(
131
if (!has_interface<
PPB_Font_Dev
>())
136
if (!get_interface<
PPB_Font_Dev
>()->Describe(
151
if (!has_interface<
PPB_Font_Dev
>())
153
return PP_ToBool(get_interface<
PPB_Font_Dev
>()->DrawTextAt(
164
if (!has_interface<
PPB_Font_Dev
>())
[
all
...]
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h
31
#include "ppapi/c/dev/
ppb_font_dev
.h"
74
const
PPB_Font_Dev
* PPBFontDev();
get_browser_interface.cc
7
#include "ppapi/c/dev/
ppb_font_dev
.h"
162
const
PPB_Font_Dev
* PPBFontDev() {
163
return reinterpret_cast<const
PPB_Font_Dev
*>(
/external/chromium_org/ppapi/api/dev/
ppb_font_dev.idl
7
* This file defines the <code>
PPB_Font_Dev
</code> interface.
151
interface
PPB_Font_Dev
{
/external/chromium_org/ppapi/c/dev/
ppb_font_dev.h
6
/* From dev/
ppb_font_dev
.idl modified Thu Mar 28 10:56:39 2013. */
26
* This file defines the <code>
PPB_Font_Dev
</code> interface.
272
typedef struct PPB_Font_Dev_0_6
PPB_Font_Dev
;
Completed in 35 milliseconds