OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ppb_instance
(Results
26 - 50
of
50
) sorted by null
1
2
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_context_2d.cc
14
#include "ppapi/c/
ppb_instance
.h"
/external/chromium_org/chrome/browser/component_updater/
ppapi_utils.cc
53
#include "ppapi/c/
ppb_instance
.h"
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.cc
8
#include "ppapi/c/
ppb_instance
.h"
/external/chromium_org/ppapi/c/documentation/
index.dox
43
<p>In some cases, there might be both a browser and a Native Client module interface for the same concept. For example, the PPP_Instance interface represents the Native Client module functions that the browser calls related to a certain instance. This interface is used to deliver mouse click events to the Native Client module. The Native Client module will call
PPB_Instance
in the browser to allow the Native Client module to manipulate its instance.</p>
/external/chromium_org/ppapi/cpp/documentation/
index.dox
43
<p>In some cases, there might be both a browser and a Native Client module interface for the same concept. For example, the PPP_Instance interface represents the Native Client module functions that the browser calls related to a certain instance. This interface is used to deliver mouse click events to the Native Client module. The Native Client module will call
PPB_Instance
in the browser to allow the Native Client module to manipulate its instance.</p>
/external/chromium_org/ppapi/cpp/
instance.cc
10
#include "ppapi/c/
ppb_instance
.h"
instance.h
282
/// @name
PPB_Instance
methods for querying the browser:
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc
22
#include "ppapi/c/
ppb_instance
.h"
/external/chromium_org/ppapi/tests/
all_c_includes.h
82
#include "ppapi/c/
ppb_instance
.h"
/external/chromium_org/ppapi/thunk/
ppb_instance_api.h
17
#include "ppapi/c/
ppb_instance
.h"
/external/chromium_org/native_client_sdk/src/examples/getting_started/hello_world/
hello_world.c
19
#include "ppapi/c/
ppb_instance
.h"
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc
27
#include "ppapi/c/
ppb_instance
.h"
47
static
PPB_Instance
* ppb_instance_interface = NULL;
579
ppb_instance_interface = (
PPB_Instance
*)get_browser(PPB_INSTANCE_INTERFACE);
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
nacl_io_demo.c
18
#include "ppapi/c/
ppb_instance
.h"
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
debugging.c
19
#include "ppapi/c/
ppb_instance
.h"
/external/chromium_org/ppapi/api/
ppb_graphics_3d.idl
82
* a plugin instance using <code>
PPB_Instance
::BindGraphics</code> to draw
/external/chromium_org/ppapi/c/
ppb_graphics_3d.h
92
* a plugin instance using <code>
PPB_Instance
::BindGraphics</code> to draw
/external/chromium_org/ppapi/
ppapi_sources.gypi
41
'c/
ppb_instance
.h',
/external/chromium_org/ppapi/proxy/
interface_list.cc
46
#include "ppapi/c/
ppb_instance
.h"
ppb_instance_proxy.cc
13
#include "ppapi/c/
ppb_instance
.h"
[
all
...]
ppapi_messages.h
528
//
PPB_Instance
.
[
all
...]
/external/chromium_org/content/renderer/pepper/
plugin_module.cc
77
#include "ppapi/c/
ppb_instance
.h"
pepper_plugin_instance_impl.h
171
//
PPB_Instance
and PPB_Instance_Private implementation.
[
all
...]
/external/chromium_org/ppapi/native_client/
chrome_main.scons
47
'tests/ppapi_browser/
ppb_instance
/nacl.scons',
/external/chromium_org/native_client_sdk/src/build_tools/
sdk_files.list
462
include/ppapi/c/
ppb_instance
.h
[
all
...]
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
61
#include "ppapi/c/
ppb_instance
.h"
[
all
...]
Completed in 1307 milliseconds
1
2