OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interface_name
(Results
101 - 125
of
268
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/ppapi/c/
ppb.h
42
typedef const void* (*PPB_GetInterface)(const char*
interface_name
);
/external/chromium_org/ppapi/cpp/
audio_buffer.cc
14
template <> const char*
interface_name
<PPB_AudioBuffer_0_1>() {
function in namespace:pp::__anon13950
compositor.cc
16
template <> const char*
interface_name
<PPB_Compositor_0_1>() {
function in namespace:pp::__anon13952
file_system.cc
20
template <> const char*
interface_name
<PPB_FileSystem_1_0>() {
function in namespace:pp::__anon13980
graphics_3d.cc
17
template <> const char*
interface_name
<PPB_Graphics3D_1_0>() {
function in namespace:pp::__anon13983
host_resolver.cc
16
template <> const char*
interface_name
<PPB_HostResolver_1_0>() {
function in namespace:pp::__anon13985
message_loop.cc
17
template <> const char*
interface_name
<PPB_MessageLoop>() {
function in namespace:pp::__anon13991
mouse_lock.cc
33
template <> const char*
interface_name
<PPB_MouseLock_1_0>() {
function in namespace:pp::__anon13994
text_input_controller.cc
15
template <> const char*
interface_name
<PPB_TextInputController_1_0>() {
function in namespace:pp::__anon14031
url_request_info.cc
16
template <> const char*
interface_name
<PPB_URLRequestInfo_1_0>() {
function in namespace:pp::__anon14036
var_array_buffer.cc
17
template <> const char*
interface_name
<PPB_VarArrayBuffer_1_0>() {
function in namespace:pp::__anon14040
video_frame.cc
14
template <> const char*
interface_name
<PPB_VideoFrame_0_1>() {
function in namespace:pp::__anon14043
/external/chromium_org/ppapi/cpp/dev/
buffer_dev.cc
16
template <> const char*
interface_name
<PPB_Buffer_Dev>() {
function in namespace:pp::__anon13955
cursor_control_dev.cc
17
template <> const char*
interface_name
<PPB_CursorControl_Dev_0_4>() {
function in namespace:pp::__anon13957
zoom_dev.cc
32
template <> const char*
interface_name
<PPB_Zoom_Dev>() {
function in namespace:pp::__anon13977
/external/chromium_org/ppapi/cpp/private/
host_resolver_private.cc
19
template <> const char*
interface_name
<PPB_HostResolver_Private_0_1>() {
function in namespace:pp::__anon14013
instance_private.cc
16
template <> const char*
interface_name
<PPB_Instance_Private>() {
function in namespace:pp::__anon14015
output_protection_private.cc
18
template <> const char*
interface_name
<PPB_OutputProtection_Private_0_1>() {
function in namespace:pp::__anon14018
platform_verification.cc
18
template <> const char*
interface_name
<PPB_PlatformVerification_Private_0_2>() {
function in namespace:pp::__anon14020
uma_private.cc
17
template <> const char*
interface_name
<PPB_UMA_Private_0_3>() {
function in namespace:pp::__anon14024
video_destination_private.cc
19
template <> const char*
interface_name
<PPB_VideoDestination_Private_0_1>() {
function in namespace:pp::__anon14026
video_source_private.cc
19
template <> const char*
interface_name
<PPB_VideoSource_Private_0_1>() {
function in namespace:pp::__anon14027
x509_certificate_private.cc
15
template <> const char*
interface_name
<PPB_X509Certificate_Private_0_1>() {
function in namespace:pp::__anon14028
/external/chromium_org/ppapi/thunk/
thunk.h
15
#define PROXIED_IFACE(
interface_name
, InterfaceType) \
/external/chromium_org/chromeos/dbus/
bluetooth_gatt_characteristic_client.cc
34
const std::string&
interface_name
,
36
: dbus::PropertySet(object_proxy,
interface_name
, callback) {
204
const std::string&
interface_name
) OVERRIDE {
207
interface_name
,
216
const std::string&
interface_name
) OVERRIDE {
239
const std::string&
interface_name
) OVERRIDE {
293
void ValueUpdatedConnected(const std::string&
interface_name
,
Completed in 464 milliseconds
1
2
3
4
5
6
7
8
9
10
11