OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_CORE_INTERFACE
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/ppapi/c/
ppb_core.h
19
#define
PPB_CORE_INTERFACE
PPB_CORE_INTERFACE_1_0
/external/chromium_org/ppapi/tests/
test_tcp_server_socket_private_disallowed.cc
32
pp::Module::Get()->GetBrowserInterface(
PPB_CORE_INTERFACE
));
test_video_destination.cc
48
pp::Module::Get()->GetBrowserInterface(
PPB_CORE_INTERFACE
));
test_audio_config.cc
17
pp::Module::Get()->GetBrowserInterface(
PPB_CORE_INTERFACE
));
test_video_source.cc
47
pp::Module::Get()->GetBrowserInterface(
PPB_CORE_INTERFACE
));
test_var_resource.cc
17
pp::Module::Get()->GetBrowserInterface(
PPB_CORE_INTERFACE
));
test_audio.cc
43
pp::Module::Get()->GetBrowserInterface(
PPB_CORE_INTERFACE
));
test_truetype_font.cc
73
pp::Module::Get()->GetBrowserInterface(
PPB_CORE_INTERFACE
));
test_url_request.cc
55
pp::Module::Get()->GetBrowserInterface(
PPB_CORE_INTERFACE
));
test_websocket.cc
197
pp::Module::Get()->GetBrowserInterface(
PPB_CORE_INTERFACE
));
[
all
...]
/external/chromium_org/ppapi/proxy/
ppb_core_proxy.cc
93
dispatcher->local_get_interface()(
PPB_CORE_INTERFACE
));
ppb_audio_proxy.cc
228
dispatcher()->local_get_interface()(
PPB_CORE_INTERFACE
));
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
debugging.c
32
PPB_Core*
ppb_core_interface
= NULL;
variable
147
ppb_core_interface
= (PPB_Core*)(get_browser(
PPB_CORE_INTERFACE
));
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.cc
61
GetBrowserInterfaceSafe(
PPB_CORE_INTERFACE
));
/external/chromium_org/ppapi/cpp/
module.cc
211
PPB_CORE_INTERFACE
));
/external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c
188
get_browser_interface(
PPB_CORE_INTERFACE
);
/external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c
290
g_pCore = (PPB_Core*)PSGetInterface(
PPB_CORE_INTERFACE
);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c
289
g_pCore = (PPB_Core*)PSGetInterface(
PPB_CORE_INTERFACE
);
/external/chromium_org/ppapi/examples/video_decode/
video_decode.cc
233
module->GetBrowserInterface(
PPB_CORE_INTERFACE
))));
Completed in 1070 milliseconds