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

  /external/chromium_org/content/child/npapi/
npobject_base.h 18 class NPObjectBase {
20 virtual ~NPObjectBase() {}
22 // Returns the underlying NPObject handled by this NPObjectBase instance.
25 // Returns the channel listener for this NPObjectBase instance.
np_channel_base.h 68 void AddRoute(int route_id, IPC::Listener* listener, NPObjectBase* npobject);
110 // Returns the NPObjectBase object for the route id passed in.
112 NPObjectBase* GetNPObjectListenerForRoute(int route_id);
176 typedef base::hash_map<int, NPObjectBase*> ListenerMap;
npobject_stub.h 33 public NPObjectBase {
52 // NPObjectBase implementation.
npobject_proxy.h 34 public NPObjectBase {
96 // NPObjectBase implementation.
np_channel_base.cc 143 NPObjectBase* NPChannelBase::GetNPObjectListenerForRoute(int route_id) {
235 NPObjectBase* npobject) {
npobject_util.cc 281 NPObjectBase* npobject_base =
  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.h 13 class NPObjectBase;
35 NPObjectBase* npobject);
plugin_channel_host.cc 96 NPObjectBase* npobject) {

Completed in 64 milliseconds