Home
last modified time | relevance | path

Searched refs:PPB_Core (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/ppapi/proxy/
Dppb_core_proxy.cc77 const PPB_Core core_interface = {
92 ppb_core_impl_ = static_cast<const PPB_Core*>( in PPB_Core_Proxy()
101 const PPB_Core* PPB_Core_Proxy::GetPPB_Core_Interface() { in GetPPB_Core_Interface()
Dppb_core_proxy.h23 static const PPB_Core* GetPPB_Core_Interface();
38 const PPB_Core* ppb_core_impl_;
Dppb_audio_proxy.cc229 const PPB_Core* core = static_cast<const PPB_Core*>( in OnMsgCreate()
/external/chromium_org/ppapi/cpp/
Dcore.h108 Core(const PPB_Core* inter) : interface_(inter) {} in Core()
114 const PPB_Core* interface_;
Dmodule.cc210 const PPB_Core* core = reinterpret_cast<const PPB_Core*>(GetBrowserInterface( in InternalInit()
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
Dget_browser_interface.cc59 const PPB_Core* PPBCore() { in PPBCore()
60 return reinterpret_cast<const PPB_Core*>( in PPBCore()
Dget_browser_interface.h47 const PPB_Core* PPBCore();
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
Ddebugging.c32 PPB_Core* ppb_core_interface = NULL;
147 ppb_core_interface = (PPB_Core*)(get_browser(PPB_CORE_INTERFACE)); in PPP_InitializeModule()
/external/chromium_org/ppapi/api/
Dppb_core.idl7 * This file defines the <code>PPB_Core</code> interface defined by the browser
17 * The <code>PPB_Core</code> interface contains pointers to functions related
21 interface PPB_Core {
/external/chromium_org/ppapi/tests/
Dtest_tcp_server_socket_private_disallowed.h26 const PPB_Core* core_interface_;
Dtest_audio_config.h28 const PPB_Core* core_interface_;
Dtest_var_resource.h28 const PPB_Core* core_interface_;
Dtest_video_source.h31 const PPB_Core* ppb_core_interface_;
Dtest_video_destination.h31 const PPB_Core* ppb_core_interface_;
Dtest_truetype_font.h33 const PPB_Core* ppb_core_interface_;
Dtest_url_request.h44 const PPB_Core* ppb_core_interface_;
Dtest_audio.h78 const PPB_Core* core_interface_;
Dtest_tcp_server_socket_private_disallowed.cc24 core_interface_ = static_cast<const PPB_Core*>( in Init()
Dtest_video_source.cc46 ppb_core_interface_ = static_cast<const PPB_Core*>( in Init()
Dtest_video_destination.cc47 ppb_core_interface_ = static_cast<const PPB_Core*>( in Init()
/external/chromium_org/ppapi/c/
Dppb_core.h113 typedef struct PPB_Core_1_0 PPB_Core; typedef
/external/chromium_org/ppapi/examples/2d/
Dgraphics_2d_example.c25 const PPB_Core* g_core_interface;
187 g_core_interface = (const PPB_Core*) in PPP_InitializeModule()
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
Dps_interface.h45 const PPB_Core* PSInterfaceCore();
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
Dvideo_decode.cc136 const PPB_Core* core_if_;
188 const PPB_Core* core_if_;
245 core_if_ = static_cast<const PPB_Core*>( in Decoder()
378 core_if_ = static_cast<const PPB_Core*>( in MyInstance()
/external/chromium_org/ppapi/examples/video_decode/
Dvideo_decode.cc137 const PPB_Core* core_if_;
189 const PPB_Core* core_if_;
246 core_if_ = static_cast<const PPB_Core*>( in Decoder()
379 core_if_ = static_cast<const PPB_Core*>( in MyInstance()

12