Home
last modified time | relevance | path

Searched refs:RemoveMappingForNPObjectStub (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/child/npapi/
Dnp_channel_base.h75 void RemoveMappingForNPObjectStub(int route_id, NPObject* object);
Dnp_channel_base.cc342 void NPChannelBase::RemoveMappingForNPObjectStub(int route_id, in RemoveMappingForNPObjectStub() function in content::NPChannelBase
Dnpobject_stub.cc50 channel_->RemoveMappingForNPObjectStub(route_id_, npobject_); in DeleteSoon()