HomeSort by relevance Sort by last modified time
    Searched refs:GetUnderlyingNPObject (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/child/npapi/
npobject_base.h 23 virtual NPObject* GetUnderlyingNPObject() = 0;
npobject_stub.h 53 virtual NPObject* GetUnderlyingNPObject() OVERRIDE;
npobject_proxy.h 97 virtual NPObject* GetUnderlyingNPObject() OVERRIDE;
npobject_util.cc 292 DCHECK(npobject_base->GetUnderlyingNPObject() != NULL);
295 result->value.objectValue = npobject_base->GetUnderlyingNPObject();
npobject_proxy.cc 53 NPObject* NPObjectProxy::GetUnderlyingNPObject() {
npobject_stub.cc 68 NPObject* NPObjectStub::GetUnderlyingNPObject() {

Completed in 59 milliseconds