Home | Sort by relevance Sort by last modified time |
/external/chromium_org/content/child/npapi/ | |
npobject_proxy.h | 94 static const NPClass* npclass() { return &npclass_proxy_; } 116 static NPClass npclass_proxy_; member in class:content::NPObjectProxy |
npobject_proxy.cc | 25 NPClass NPObjectProxy::npclass_proxy_ = { member in class:content::NPObjectProxy 45 if (&npclass_proxy_ == object->_class) { 92 WebBindings::createObject(owner, &npclass_proxy_)); |