OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_Find_Private
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ppapi/proxy/
ppp_find_proxy.h
10
#include "ppapi/c/private/
ppp_find_private
.h"
22
static const
PPP_Find_Private
* GetProxyInterface();
38
const
PPP_Find_Private
* ppp_find_;
ppp_find_proxy.cc
41
const
PPP_Find_Private
ppp_find_interface = {
48
const
PPP_Find_Private
ppp_find_interface = {};
57
ppp_find_ = static_cast<const
PPP_Find_Private
*>(
66
const
PPP_Find_Private
* PPP_Find_Proxy::GetProxyInterface() {
/external/chromium_org/ppapi/api/private/
ppp_find_private.idl
10
interface
PPP_Find_Private
{
/external/chromium_org/ppapi/c/private/
ppp_find_private.h
6
/* From private/
ppp_find_private
.idl modified Thu Mar 20 11:34:17 2014. */
16
#define PPP_FIND_PRIVATE_INTERFACE_0_3 "
PPP_Find_Private
;0.3"
52
typedef struct PPP_Find_Private_0_3
PPP_Find_Private
;
/external/chromium_org/ppapi/cpp/private/
find_private.cc
46
const
PPP_Find_Private
ppp_find = {
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h
42
#include "ppapi/c/private/
ppp_find_private
.h"
745
const
PPP_Find_Private
* plugin_find_interface_;
[
all
...]
pepper_plugin_instance_impl.cc
72
#include "ppapi/c/private/
ppp_find_private
.h"
[
all
...]
Completed in 239 milliseconds