OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Core
(Results
26 - 37
of
37
) sorted by null
1
2
/external/chromium_org/ppapi/tests/
test_video_source.cc
46
ppb_core_interface_ = static_cast<const
PPB_Core
*>(
49
instance_->AppendError("
PPB_Core
interface not available");
test_var_resource.cc
16
core_interface_ = static_cast<const
PPB_Core
*>(
test_audio.cc
42
core_interface_ = static_cast<const
PPB_Core
*>(
test_truetype_font.cc
72
ppb_core_interface_ = static_cast<const
PPB_Core
*>(
75
instance_->AppendError("
PPB_Core
interface not available");
test_url_request.cc
54
ppb_core_interface_ = static_cast<const
PPB_Core
*>(
63
instance_->AppendError("
PPB_Core
interface not available");
test_websocket.cc
21
#include "ppapi/c/
ppb_core
.h"
79
explicit ReleaseResourceDelegate(const
PPB_Core
* core_interface,
92
const
PPB_Core
* core_interface_;
196
core_interface_ = static_cast<const
PPB_Core
*>(
[
all
...]
/external/chromium_org/ppapi/proxy/
ppb_audio_proxy.cc
227
const
PPB_Core
* core = static_cast<const
PPB_Core
*>(
/external/chromium_org/ppapi/thunk/
interfaces_ppb_public_stable.h
21
PROXIED_API(
PPB_Core
)
/external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c
13
#include "ppapi/c/
ppb_core
.h"
24
PPB_Core
* g_pCore;
290
g_pCore = (
PPB_Core
*)PSGetInterface(PPB_CORE_INTERFACE);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c
15
#include "ppapi/c/
ppb_core
.h"
27
PPB_Core
* g_pCore;
289
g_pCore = (
PPB_Core
*)PSGetInterface(PPB_CORE_INTERFACE);
/external/chromium_org/content/renderer/pepper/
plugin_module.cc
68
#include "ppapi/c/
ppb_core
.h"
179
//
PPB_Core
--------------------------------------------------------------------
213
const
PPB_Core
core_interface = {
543
const
PPB_Core
* PluginModule::GetCore() {
/external/chromium_org/ppapi/examples/video_decode/
video_decode.cc
182
const
PPB_Core
* core_if_;
232
assert((core_if_ = static_cast<const
PPB_Core
*>(
Completed in 303 milliseconds
1
2