OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_NPP
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/content/renderer/java/
java_bridge_channel.h
36
scoped_ptr<struct
_NPP
> peer_owner_id_;
java_bridge_channel.cc
27
: peer_owner_id_(new struct
_NPP
) {
/external/chromium_org/content/child/npapi/
np_channel_base.h
35
struct hash<struct
_NPP
*> {
36
std::size_t operator()(struct
_NPP
* const& ptr) const {
77
void AddMappingForNPObjectOwner(int route_id, struct
_NPP
* owner);
78
void SetDefaultNPObjectOwner(struct
_NPP
* owner);
83
struct
_NPP
* GetExistingNPObjectOwner(int route_id);
84
int GetExistingRouteForNPObjectOwner(struct
_NPP
* owner);
185
typedef base::hash_map<struct
_NPP
*, int> OwnerToRouteMap;
188
typedef base::hash_map<int, struct
_NPP
*> RouteToOwnerMap;
193
struct
_NPP
* default_owner_;
webplugin_delegate.h
83
virtual struct
_NPP
* GetPluginNPP() = 0;
np_channel_base.cc
348
struct
_NPP
* owner) {
354
void NPChannelBase::SetDefaultNPObjectOwner(struct
_NPP
* owner) {
/external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h
42
struct
_NPP
;
70
virtual struct
_NPP
* pluginNPP() { return 0; }
/external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h
18
struct
_NPP
;
47
virtual struct
_NPP
* pluginNPP();
pepper_plugin_instance_impl.h
61
struct
_NPP
;
500
struct
_NPP
* instanceNPP();
[
all
...]
/external/chromium_org/content/plugin/
plugin_channel.h
101
scoped_ptr<struct
_NPP
> npp_;
plugin_channel.cc
245
npp_(new struct
_NPP
) {
/external/chromium_org/components/plugins/renderer/
webview_plugin.h
76
virtual struct
_NPP
* pluginNPP();
webview_plugin.cc
114
struct
_NPP
* WebViewPlugin::pluginNPP() { return NULL; }
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h
153
virtual struct
_NPP
* pluginNPP() OVERRIDE;
367
scoped_ptr<struct
_NPP
> npp_;
/external/chromium_org/content/renderer/npapi/
webplugin_impl.h
78
virtual struct
_NPP
* pluginNPP();
300
struct
_NPP
* npp_;
webplugin_delegate_proxy.h
68
virtual struct
_NPP
* GetPluginNPP() OVERRIDE;
/external/chromium_org/webkit/renderer/
cpp_variant_unittest.cc
82
CppVariantTest() : npp_(new struct
_NPP
) {}
93
struct
_NPP
* npp() { return npp_.get(); }
102
scoped_ptr<struct
_NPP
> npp_;
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h
241
typedef struct
_NPP
/external/chromium_org/third_party/npapi/bindings/
npapi.h
202
typedef struct
_NPP
Completed in 924 milliseconds