OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANPInterface
(Results
1 - 22
of
22
) sorted by null
/external/webkit/Source/WebKit/android/plugins/
ANPNativeWindow_npapi.h
33
struct ANPNativeWindowInterfaceV0 :
ANPInterface
{
ANPSurface_npapi.h
32
struct ANPSurfaceInterfaceV0 :
ANPInterface
{
ANPSystem_npapi.h
32
struct ANPSystemInterfaceV0 :
ANPInterface
{
60
struct ANPSystemInterfaceV2 :
ANPInterface
{
ANPOpenGL_npapi.h
43
struct ANPOpenGLInterfaceV0 :
ANPInterface
{
ANPVideo_npapi.h
32
struct ANPVideoInterfaceV0 :
ANPInterface
{
ANPLogInterface.cpp
56
void ANPLogInterfaceV0_Init(
ANPInterface
* value) {
ANPWindowInterface.cpp
92
void ANPWindowInterfaceV0_Init(
ANPInterface
* value) {
103
void ANPWindowInterfaceV1_Init(
ANPInterface
* value) {
111
void ANPWindowInterfaceV2_Init(
ANPInterface
* value) {
ANPBitmapInterface.cpp
67
void ANPBitmapInterfaceV0_Init(
ANPInterface
* value) {
android_npapi.h
104
/** queries for a specific
ANPInterface
.
108
NPN_GetValue(inst, interface_enum,
ANPInterface
*)
239
struct
ANPInterface
{
250
struct ANPLogInterfaceV0 :
ANPInterface
{
257
struct ANPBitmapInterfaceV0 :
ANPInterface
{
264
struct ANPMatrixInterfaceV0 :
ANPInterface
{
317
struct ANPPathInterfaceV0 :
ANPInterface
{
447
struct ANPTypefaceInterfaceV0 :
ANPInterface
{
531
struct ANPPaintInterfaceV0 :
ANPInterface
{
603
struct ANPCanvasInterfaceV0 :
ANPInterface
{
[
all
...]
ANPVideoInterface.cpp
85
void ANPVideoInterfaceV0_Init(
ANPInterface
* value) {
93
void ANPVideoInterfaceV1_Init(
ANPInterface
* value) {
ANPSystemInterface.cpp
141
void ANPSystemInterfaceV0_Init(
ANPInterface
* v) {
148
void ANPSystemInterfaceV1_Init(
ANPInterface
* v) {
156
void ANPSystemInterfaceV2_Init(
ANPInterface
* v) {
ANPSoundInterface.cpp
149
void ANPAudioTrackInterfaceV0_Init(
ANPInterface
* value) {
159
void ANPAudioTrackInterfaceV1_Init(
ANPInterface
* value) {
ANPEventInterface.cpp
80
void ANPEventInterfaceV0_Init(
ANPInterface
* value) {
ANPNativeWindowInterface.cpp
75
void ANPNativeWindowInterfaceV0_Init(
ANPInterface
* v) {
ANPTypefaceInterface.cpp
93
void ANPTypefaceInterfaceV0_Init(
ANPInterface
* v) {
ANPPathInterface.cpp
95
void ANPPathInterfaceV0_Init(
ANPInterface
* value) {
ANPMatrixInterface.cpp
145
void ANPMatrixInterfaceV0_Init(
ANPInterface
* value) {
ANPSurfaceInterface.cpp
164
void ANPSurfaceInterfaceV0_Init(
ANPInterface
* value) {
ANPCanvasInterface.cpp
169
void ANPCanvasInterfaceV0_Init(
ANPInterface
* value) {
ANPPaintInterface.cpp
178
void ANPPaintInterfaceV0_Init(
ANPInterface
* value) {
/external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp
89
extern void ANPAudioTrackInterfaceV0_Init(
ANPInterface
* value);
90
extern void ANPAudioTrackInterfaceV1_Init(
ANPInterface
* value);
91
extern void ANPBitmapInterfaceV0_Init(
ANPInterface
* value);
92
extern void ANPCanvasInterfaceV0_Init(
ANPInterface
* value);
93
extern void ANPEventInterfaceV0_Init(
ANPInterface
* value);
94
extern void ANPLogInterfaceV0_Init(
ANPInterface
* value);
95
extern void ANPMatrixInterfaceV0_Init(
ANPInterface
* value);
96
extern void ANPOffscreenInterfaceV0_Init(
ANPInterface
* value);
97
extern void ANPPaintInterfaceV0_Init(
ANPInterface
* value);
98
extern void ANPPathInterfaceV0_Init(
ANPInterface
* value)
[
all
...]
/frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp
104
ANPInterface
* i;
Completed in 227 milliseconds