Searched refs:GetUnderlyingNPObject (Results 1 – 6 of 6) sorted by relevance
23 virtual NPObject* GetUnderlyingNPObject() = 0;
53 virtual NPObject* GetUnderlyingNPObject() OVERRIDE;
292 DCHECK(npobject_base->GetUnderlyingNPObject() != NULL); in CreateNPVariant()295 result->value.objectValue = npobject_base->GetUnderlyingNPObject(); in CreateNPVariant()
97 virtual NPObject* GetUnderlyingNPObject() OVERRIDE;
68 NPObject* NPObjectStub::GetUnderlyingNPObject() { in GetUnderlyingNPObject() function in content::NPObjectStub
53 NPObject* NPObjectProxy::GetUnderlyingNPObject() { in GetUnderlyingNPObject() function in content::NPObjectProxy