OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_INSTANCE_INTERFACE
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/c/
ppb_instance.h
18
#define
PPB_INSTANCE_INTERFACE
PPB_INSTANCE_INTERFACE_1_0
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.cc
106
GetBrowserInterfaceSafe(
PPB_INSTANCE_INTERFACE
));
/external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c
190
get_browser_interface(
PPB_INSTANCE_INTERFACE
);
/external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c
272
g_pInstance = (PPB_Instance*)PSGetInterface(
PPB_INSTANCE_INTERFACE
);
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc
47
static PPB_Instance*
ppb_instance_interface
= NULL;
variable
148
int32_t success =
ppb_instance_interface
->BindGraphics(g_instance, g_context);
579
ppb_instance_interface
= (PPB_Instance*)get_browser(
PPB_INSTANCE_INTERFACE
);
Completed in 1013 milliseconds