OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Core
(Results
1 - 25
of
37
) sorted by null
1
2
/external/chromium_org/ppapi/proxy/
ppb_core_proxy.h
11
#include "ppapi/c/
ppb_core
.h"
23
static const
PPB_Core
* GetPPB_Core_Interface();
38
const
PPB_Core
* ppb_core_impl_;
ppb_core_proxy.cc
15
#include "ppapi/c/
ppb_core
.h"
77
const
PPB_Core
core_interface = {
92
ppb_core_impl_ = static_cast<const
PPB_Core
*>(
101
const
PPB_Core
* PPB_Core_Proxy::GetPPB_Core_Interface() {
/external/chromium_org/ppapi/api/
ppb_core.idl
7
* 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/cpp/
core.h
8
#include "ppapi/c/
ppb_core
.h"
108
Core(const
PPB_Core
* inter) : interface_(inter) {}
114
const
PPB_Core
* interface_;
module.cc
210
const
PPB_Core
* core = reinterpret_cast<const
PPB_Core
*>(GetBrowserInterface(
/external/chromium_org/ppapi/c/
ppb_core.h
6
/* From
ppb_core
.idl modified Mon Mar 19 12:02:10 2012. */
18
#define PPB_CORE_INTERFACE_1_0 "
PPB_Core
;1.0"
23
* This file defines the <code>
PPB_Core
</code> interface defined by the browser
34
* The <code>
PPB_Core
</code> interface contains pointers to functions related
113
typedef struct PPB_Core_1_0
PPB_Core
;
/external/chromium_org/ppapi/tests/
test_audio_config.h
11
#include "ppapi/c/
ppb_core
.h"
28
const
PPB_Core
* core_interface_;
test_tcp_server_socket_private_disallowed.h
11
#include "ppapi/c/
ppb_core
.h"
26
const
PPB_Core
* core_interface_;
test_truetype_font.h
11
#include "ppapi/c/
ppb_core
.h"
33
const
PPB_Core
* ppb_core_interface_;
test_var_resource.h
29
const
PPB_Core
* core_interface_;
test_video_destination.h
10
#include "ppapi/c/
ppb_core
.h"
31
const
PPB_Core
* ppb_core_interface_;
test_video_source.h
10
#include "ppapi/c/
ppb_core
.h"
31
const
PPB_Core
* ppb_core_interface_;
test_url_request.h
10
#include "ppapi/c/
ppb_core
.h"
45
const
PPB_Core
* ppb_core_interface_;
test_audio.h
12
#include "ppapi/c/
ppb_core
.h"
73
const
PPB_Core
* core_interface_;
test_tcp_server_socket_private_disallowed.cc
31
core_interface_ = static_cast<const
PPB_Core
*>(
34
instance_->AppendError("
PPB_Core
interface not available");
test_video_destination.cc
47
ppb_core_interface_ = static_cast<const
PPB_Core
*>(
50
instance_->AppendError("
PPB_Core
interface not available");
test_websocket.h
11
#include "ppapi/c/
ppb_core
.h"
77
const
PPB_Core
* core_interface_;
test_audio_config.cc
16
core_interface_ = static_cast<const
PPB_Core
*>(
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.h
16
#include "ppapi/c/
ppb_core
.h"
45
const
PPB_Core
* PSInterfaceCore();
ps_instance.h
12
#include "ppapi/c/
ppb_core
.h"
194
const
PPB_Core
* ppb_core_;
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h
13
#include "ppapi/c/
ppb_core
.h"
47
const
PPB_Core
* PPBCore();
get_browser_interface.cc
12
#include "ppapi/c/
ppb_core
.h"
59
const
PPB_Core
* PPBCore() {
60
return reinterpret_cast<const
PPB_Core
*>(
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
debugging.c
18
#include "ppapi/c/
ppb_core
.h"
32
PPB_Core
* ppb_core_interface = NULL;
147
ppb_core_interface = (
PPB_Core
*)(get_browser(PPB_CORE_INTERFACE));
/external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c
15
#include "ppapi/c/
ppb_core
.h"
25
const
PPB_Core
* g_core_interface;
187
g_core_interface = (const
PPB_Core
*)
/external/chromium_org/content/renderer/pepper/
plugin_module.h
23
#include "ppapi/c/
ppb_core
.h"
120
static const
PPB_Core
* GetCore();
Completed in 284 milliseconds
1
2