Home
last modified time | relevance | path

Searched defs:NPObject (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/
DTestObject.cpp123 static bool testHasMethod(NPObject*, NPIdentifier name) { in testHasMethod() argument
143 static bool testHasProperty(NPObject*, NPIdentifier name) { in testHasProperty() argument
190 static bool testEnumerate(NPObject* /*npobj*/, in testEnumerate() argument
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpruntime.h113 typedef struct NPObject NPObject; typedef
343 struct NPObject { struct
353 that function, otherwise a NPObject is allocated and argument
/external/chromium_org/third_party/npapi/bindings/
Dnpruntime.h85 typedef struct NPObject NPObject; typedef
327 struct NPObject { struct
337 that function, otherwise a NPObject is allocated and argument
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.cpp327 void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*) in bindToWindowObject() argument
332 void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*, void*) in bindToWindowObject() argument
DWebBindings.cpp174 NPP WebBindings::getObjectOwner(NPObject*) in getObjectOwner() argument