NPObject          123 components/plugins/renderer/webview_plugin.cc NPObject* WebViewPlugin::scriptableObject() { return NULL; }
NPObject           74 components/plugins/renderer/webview_plugin.h   virtual NPObject* scriptableObject();
NPObject         1367 content/browser/android/content_view_core_impl.cc   NPObject* bound_object =
NPObject           58 content/browser/renderer_host/java/java_bound_object.cc struct JavaNPObject : public NPObject {
NPObject           63 content/browser/renderer_host/java/java_bound_object.cc   static NPObject* Allocate(NPP npp, NPClass* np_class);
NPObject           64 content/browser/renderer_host/java/java_bound_object.cc   static void Deallocate(NPObject* np_object);
NPObject           65 content/browser/renderer_host/java/java_bound_object.cc   static bool HasMethod(NPObject* np_object, NPIdentifier np_identifier);
NPObject           66 content/browser/renderer_host/java/java_bound_object.cc   static bool Invoke(NPObject* np_object, NPIdentifier np_identifier,
NPObject           69 content/browser/renderer_host/java/java_bound_object.cc   static bool HasProperty(NPObject* np_object, NPIdentifier np_identifier);
NPObject           70 content/browser/renderer_host/java/java_bound_object.cc   static bool GetProperty(NPObject* np_object, NPIdentifier np_identifier,
NPObject           72 content/browser/renderer_host/java/java_bound_object.cc   static bool Enumerate(NPObject* object, NPIdentifier** values,
NPObject           92 content/browser/renderer_host/java/java_bound_object.cc NPObject* JavaNPObject::Allocate(NPP npp, NPClass* np_class) {
NPObject           97 content/browser/renderer_host/java/java_bound_object.cc void JavaNPObject::Deallocate(NPObject* np_object) {
NPObject          103 content/browser/renderer_host/java/java_bound_object.cc bool JavaNPObject::HasMethod(NPObject* np_object, NPIdentifier np_identifier) {
NPObject          109 content/browser/renderer_host/java/java_bound_object.cc bool JavaNPObject::Invoke(NPObject* np_object, NPIdentifier np_identifier,
NPObject          117 content/browser/renderer_host/java/java_bound_object.cc bool JavaNPObject::HasProperty(NPObject* np_object,
NPObject          124 content/browser/renderer_host/java/java_bound_object.cc bool JavaNPObject::GetProperty(NPObject* np_object,
NPObject          132 content/browser/renderer_host/java/java_bound_object.cc bool JavaNPObject::Enumerate(NPObject* np_object, NPIdentifier** values,
NPObject          574 content/browser/renderer_host/java/java_bound_object.cc   NPObject* object = NPVARIANT_TO_OBJECT(variant);
NPObject          655 content/browser/renderer_host/java/java_bound_object.cc   NPObject* object = NPVARIANT_TO_OBJECT(variant);
NPObject          802 content/browser/renderer_host/java/java_bound_object.cc NPObject* JavaBoundObject::Create(
NPObject          810 content/browser/renderer_host/java/java_bound_object.cc   NPObject* np_object = WebBindings::createObject(0, const_cast<NPClass*>(
NPObject          850 content/browser/renderer_host/java/java_bound_object.cc ScopedJavaLocalRef<jobject> JavaBoundObject::GetJavaObject(NPObject* object) {
NPObject           37 content/browser/renderer_host/java/java_bound_object.h   static NPObject* Create(
NPObject           49 content/browser/renderer_host/java/java_bound_object.h       NPObject* object);
NPObject           63 content/browser/renderer_host/java/java_bridge_dispatcher_host.cc                                               NPObject* object) {
NPObject          114 content/browser/renderer_host/java/java_bridge_dispatcher_host.cc void JavaBridgeDispatcherHost::CreateNPVariantParam(NPObject* object,
NPObject          138 content/browser/renderer_host/java/java_bridge_dispatcher_host.cc void JavaBridgeDispatcherHost::CreateObjectStub(NPObject* object,
NPObject           15 content/browser/renderer_host/java/java_bridge_dispatcher_host.h struct NPObject;
NPObject           45 content/browser/renderer_host/java/java_bridge_dispatcher_host.h   void AddNamedObject(const base::string16& name, NPObject* object);
NPObject           60 content/browser/renderer_host/java/java_bridge_dispatcher_host.h   void CreateNPVariantParam(NPObject* object, NPVariant_Param* param);
NPObject           61 content/browser/renderer_host/java/java_bridge_dispatcher_host.h   void CreateObjectStub(NPObject* object, int render_process_id, int route_id);
NPObject           37 content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.cc                                                      NPObject* object) {
NPObject           18 content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h struct NPObject;
NPObject           37 content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h   void AddNamedObject(const base::string16& name, NPObject* object);
NPObject           68 content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h   typedef std::map<base::string16, NPObject*> ObjectMap;
NPObject          328 content/child/npapi/np_channel_base.cc                                                NPObject* object) {
NPObject          337 content/child/npapi/np_channel_base.cc                                               NPObject* object) {
NPObject          343 content/child/npapi/np_channel_base.cc                                                  NPObject* object) {
NPObject          366 content/child/npapi/np_channel_base.cc NPObject* NPChannelBase::GetExistingNPObjectProxy(int route_id) {
NPObject          371 content/child/npapi/np_channel_base.cc int NPChannelBase::GetExistingRouteForNPObjectStub(NPObject* npobject) {
NPObject           28 content/child/npapi/np_channel_base.h struct hash<NPObject*> {
NPObject           29 content/child/npapi/np_channel_base.h   std::size_t operator()(NPObject* const& ptr) const {
NPObject           46 content/child/npapi/np_channel_base.h inline size_t hash_value(NPObject* const& ptr) {
NPObject           71 content/child/npapi/np_channel_base.h   void AddMappingForNPObjectProxy(int route_id, NPObject* object);
NPObject           74 content/child/npapi/np_channel_base.h   void AddMappingForNPObjectStub(int route_id, NPObject* object);
NPObject           75 content/child/npapi/np_channel_base.h   void RemoveMappingForNPObjectStub(int route_id, NPObject* object);
NPObject           81 content/child/npapi/np_channel_base.h   NPObject* GetExistingNPObjectProxy(int route_id);
NPObject           82 content/child/npapi/np_channel_base.h   int GetExistingRouteForNPObjectStub(NPObject* npobject);
NPObject          179 content/child/npapi/np_channel_base.h   typedef base::hash_map<int, NPObject*> ProxyMap;
NPObject           14 content/child/npapi/npobject_base.h struct NPObject;
NPObject           23 content/child/npapi/npobject_base.h   virtual NPObject* GetUnderlyingNPObject() = 0;
NPObject           21 content/child/npapi/npobject_proxy.cc     NPObject object;
NPObject           41 content/child/npapi/npobject_proxy.cc NPObjectProxy* NPObjectProxy::GetProxy(NPObject* object) {
NPObject           53 content/child/npapi/npobject_proxy.cc NPObject* NPObjectProxy::GetUnderlyingNPObject() {
NPObject           86 content/child/npapi/npobject_proxy.cc NPObject* NPObjectProxy::Create(NPChannelBase* channel,
NPObject           95 content/child/npapi/npobject_proxy.cc   return reinterpret_cast<NPObject*>(obj);
NPObject          106 content/child/npapi/npobject_proxy.cc NPObject* NPObjectProxy::NPAllocate(NPP, NPClass*) {
NPObject          107 content/child/npapi/npobject_proxy.cc   return reinterpret_cast<NPObject*>(new NPObjectWrapper);
NPObject          110 content/child/npapi/npobject_proxy.cc void NPObjectProxy::NPDeallocate(NPObject* npObj) {
NPObject          127 content/child/npapi/npobject_proxy.cc bool NPObjectProxy::NPHasMethod(NPObject *obj,
NPObject          147 content/child/npapi/npobject_proxy.cc bool NPObjectProxy::NPInvoke(NPObject *obj,
NPObject          155 content/child/npapi/npobject_proxy.cc bool NPObjectProxy::NPInvokeDefault(NPObject *npobj,
NPObject          163 content/child/npapi/npobject_proxy.cc                                     NPObject *obj,
NPObject          236 content/child/npapi/npobject_proxy.cc bool NPObjectProxy::NPHasProperty(NPObject *obj,
NPObject          260 content/child/npapi/npobject_proxy.cc bool NPObjectProxy::NPGetProperty(NPObject *obj,
NPObject          300 content/child/npapi/npobject_proxy.cc bool NPObjectProxy::NPSetProperty(NPObject *obj,
NPObject          329 content/child/npapi/npobject_proxy.cc bool NPObjectProxy::NPRemoveProperty(NPObject *obj,
NPObject          352 content/child/npapi/npobject_proxy.cc void NPObjectProxy::NPPInvalidate(NPObject *obj) {
NPObject          367 content/child/npapi/npobject_proxy.cc bool NPObjectProxy::NPNEnumerate(NPObject *obj,
NPObject          400 content/child/npapi/npobject_proxy.cc bool NPObjectProxy::NPNConstruct(NPObject *obj,
NPObject          459 content/child/npapi/npobject_proxy.cc                                 NPObject *obj,
NPObject           19 content/child/npapi/npobject_proxy.h struct NPObject;
NPObject           38 content/child/npapi/npobject_proxy.h   static NPObject* Create(NPChannelBase* channel,
NPObject           50 content/child/npapi/npobject_proxy.h   static bool NPHasMethod(NPObject *obj,
NPObject           52 content/child/npapi/npobject_proxy.h   static bool NPInvoke(NPObject *obj,
NPObject           57 content/child/npapi/npobject_proxy.h   static bool NPInvokeDefault(NPObject *npobj,
NPObject           61 content/child/npapi/npobject_proxy.h   static bool NPHasProperty(NPObject *obj,
NPObject           63 content/child/npapi/npobject_proxy.h   static bool NPGetProperty(NPObject *obj,
NPObject           66 content/child/npapi/npobject_proxy.h   static bool NPSetProperty(NPObject *obj,
NPObject           69 content/child/npapi/npobject_proxy.h   static bool NPRemoveProperty(NPObject *obj,
NPObject           71 content/child/npapi/npobject_proxy.h   static bool NPNEnumerate(NPObject *obj,
NPObject           74 content/child/npapi/npobject_proxy.h   static bool NPNConstruct(NPObject *npobj,
NPObject           81 content/child/npapi/npobject_proxy.h                           NPObject *obj,
NPObject           86 content/child/npapi/npobject_proxy.h                               NPObject *obj,
NPObject           93 content/child/npapi/npobject_proxy.h   static NPObjectProxy* GetProxy(NPObject* object);
NPObject           97 content/child/npapi/npobject_proxy.h   virtual NPObject* GetUnderlyingNPObject() OVERRIDE;
NPObject          111 content/child/npapi/npobject_proxy.h   static NPObject* NPAllocate(NPP, NPClass*);
NPObject          112 content/child/npapi/npobject_proxy.h   static void NPDeallocate(NPObject* npObj);
NPObject          115 content/child/npapi/npobject_proxy.h   static void NPPInvalidate(NPObject *obj);
NPObject           26 content/child/npapi/npobject_stub.cc     NPObject* npobject,
NPObject           55 content/child/npapi/npobject_stub.cc     NPObject* npobject = npobject_;
NPObject           68 content/child/npapi/npobject_stub.cc NPObject* NPObjectStub::GetUnderlyingNPObject() {
NPObject           20 content/child/npapi/npobject_stub.h struct NPObject;
NPObject           35 content/child/npapi/npobject_stub.h   NPObjectStub(NPObject* npobject,
NPObject           53 content/child/npapi/npobject_stub.h   virtual NPObject* GetUnderlyingNPObject() OVERRIDE;
NPObject           88 content/child/npapi/npobject_stub.h   NPObject* npobject_;
NPObject           31 content/child/npapi/npobject_util.cc                                NPObject *npobj,
NPObject           36 content/child/npapi/npobject_util.cc static bool NPN_InvokePatch(NPP npp, NPObject *npobj,
NPObject           46 content/child/npapi/npobject_util.cc                                    NPObject *npobj,
NPObject           55 content/child/npapi/npobject_util.cc                                  NPObject *npobj,
NPObject           61 content/child/npapi/npobject_util.cc                                  NPObject *npobj,
NPObject           68 content/child/npapi/npobject_util.cc                                  NPObject *npobj,
NPObject           75 content/child/npapi/npobject_util.cc                                     NPObject *npobj,
NPObject           81 content/child/npapi/npobject_util.cc                               NPObject *npobj,
NPObject           88 content/child/npapi/npobject_util.cc static void NPN_SetExceptionPatch(NPObject *obj, const NPUTF8 *message) {
NPObject           99 content/child/npapi/npobject_util.cc static bool NPN_EnumeratePatch(NPP npp, NPObject *obj,
NPObject          264 content/child/npapi/npobject_util.cc       NPObject* object =
NPObject          692 content/child/npapi/plugin_host.cc       NPObject *np_object = plugin->webplugin()->GetWindowScriptNPObject();
NPObject          712 content/child/npapi/plugin_host.cc       NPObject *np_object = plugin->webplugin()->GetPluginElement();
NPObject          173 content/child/npapi/plugin_instance.cc NPObject *PluginInstance::GetPluginScriptableObject() {
NPObject          174 content/child/npapi/plugin_instance.cc   NPObject *value = NULL;
NPObject          153 content/child/npapi/plugin_instance.h   NPObject* GetPluginScriptableObject();
NPObject           22 content/child/npapi/webplugin.h struct NPObject;
NPObject           57 content/child/npapi/webplugin.h   virtual NPObject* GetWindowScriptNPObject() = 0;
NPObject           61 content/child/npapi/webplugin.h   virtual NPObject* GetPluginElement() = 0;
NPObject           19 content/child/npapi/webplugin_delegate.h struct NPObject;
NPObject           80 content/child/npapi/webplugin_delegate.h   virtual NPObject* GetPluginScriptableObject() = 0;
NPObject          184 content/child/npapi/webplugin_delegate_impl.cc NPObject* WebPluginDelegateImpl::GetPluginScriptableObject() {
NPObject           98 content/child/npapi/webplugin_delegate_impl.h   virtual NPObject* GetPluginScriptableObject() OVERRIDE;
NPObject          301 content/plugin/webplugin_delegate_stub.cc   NPObject* object = delegate_->GetPluginScriptableObject();
NPObject          208 content/plugin/webplugin_proxy.cc NPObject* WebPluginProxy::GetWindowScriptNPObject() {
NPObject          232 content/plugin/webplugin_proxy.cc NPObject* WebPluginProxy::GetPluginElement() {
NPObject           64 content/plugin/webplugin_proxy.h   virtual NPObject* GetWindowScriptNPObject() OVERRIDE;
NPObject           65 content/plugin/webplugin_proxy.h   virtual NPObject* GetPluginElement() OVERRIDE;
NPObject          213 content/plugin/webplugin_proxy.h   NPObject* window_npobject_;
NPObject          214 content/plugin/webplugin_proxy.h   NPObject* plugin_element_;
NPObject          676 content/renderer/browser_plugin/browser_plugin.cc NPObject* BrowserPlugin::GetContentWindow() const {
NPObject          962 content/renderer/browser_plugin/browser_plugin.cc NPObject* BrowserPlugin::scriptableObject() {
NPObject          966 content/renderer/browser_plugin/browser_plugin.cc   NPObject* browser_plugin_np_object(bindings_->np_object());
NPObject          103 content/renderer/browser_plugin/browser_plugin.h   NPObject* GetContentWindow() const;
NPObject          147 content/renderer/browser_plugin/browser_plugin.h   virtual NPObject* scriptableObject() OVERRIDE;
NPObject           42 content/renderer/browser_plugin/browser_plugin_bindings.cc BrowserPluginBindings* GetBindings(NPObject* object) {
NPObject           91 content/renderer/browser_plugin/browser_plugin_bindings.cc NPObject* BrowserPluginBindingsAllocate(NPP npp, NPClass* the_class) {
NPObject           95 content/renderer/browser_plugin/browser_plugin_bindings.cc void BrowserPluginBindingsDeallocate(NPObject* object) {
NPObject          101 content/renderer/browser_plugin/browser_plugin_bindings.cc bool BrowserPluginBindingsHasMethod(NPObject* np_obj, NPIdentifier name) {
NPObject          112 content/renderer/browser_plugin/browser_plugin_bindings.cc bool BrowserPluginBindingsInvoke(NPObject* np_obj, NPIdentifier name,
NPObject          125 content/renderer/browser_plugin/browser_plugin_bindings.cc bool BrowserPluginBindingsInvokeDefault(NPObject* np_obj,
NPObject          133 content/renderer/browser_plugin/browser_plugin_bindings.cc bool BrowserPluginBindingsHasProperty(NPObject* np_obj, NPIdentifier name) {
NPObject          144 content/renderer/browser_plugin/browser_plugin_bindings.cc bool BrowserPluginBindingsGetProperty(NPObject* np_obj, NPIdentifier name,
NPObject          161 content/renderer/browser_plugin/browser_plugin_bindings.cc bool BrowserPluginBindingsSetProperty(NPObject* np_obj, NPIdentifier name,
NPObject          180 content/renderer/browser_plugin/browser_plugin_bindings.cc bool BrowserPluginBindingsEnumerate(NPObject *np_obj, NPIdentifier **value,
NPObject          300 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          303 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) = 0;
NPObject          330 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          342 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) OVERRIDE {
NPObject          363 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          375 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) OVERRIDE {
NPObject          391 content/renderer/browser_plugin/browser_plugin_bindings.cc     NPObject* obj = bindings->instance()->GetContentWindow();
NPObject          399 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          404 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) OVERRIDE {}
NPObject          422 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          432 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) OVERRIDE {
NPObject          453 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          463 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) OVERRIDE {
NPObject          484 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          494 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) OVERRIDE {
NPObject          515 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          525 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) OVERRIDE {
NPObject          545 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          555 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) OVERRIDE {
NPObject          575 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          595 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) OVERRIDE {
NPObject          619 content/renderer/browser_plugin/browser_plugin_bindings.cc                            NPObject* np_obj,
NPObject          647 content/renderer/browser_plugin/browser_plugin_bindings.cc                               NPObject* np_obj) OVERRIDE {
NPObject          667 content/renderer/browser_plugin/browser_plugin_bindings.cc   NPObject* obj =
NPObject          726 content/renderer/browser_plugin/browser_plugin_bindings.cc bool BrowserPluginBindings::SetProperty(NPObject* np_obj,
NPObject          742 content/renderer/browser_plugin/browser_plugin_bindings.cc bool BrowserPluginBindings::RemoveProperty(NPObject* np_obj,
NPObject           25 content/renderer/browser_plugin/browser_plugin_bindings.h   struct BrowserPluginNPObject : public NPObject {
NPObject           35 content/renderer/browser_plugin/browser_plugin_bindings.h   NPObject* np_object() const { return np_object_; }
NPObject           47 content/renderer/browser_plugin/browser_plugin_bindings.h   bool SetProperty(NPObject* np_obj,
NPObject           51 content/renderer/browser_plugin/browser_plugin_bindings.h   bool RemoveProperty(NPObject *np_obj, NPIdentifier name);
NPObject          735 content/renderer/npapi/webplugin_delegate_proxy.cc NPObject* WebPluginDelegateProxy::GetPluginScriptableObject() {
NPObject          968 content/renderer/npapi/webplugin_delegate_proxy.cc   NPObject* npobject = NULL;
NPObject          989 content/renderer/npapi/webplugin_delegate_proxy.cc   NPObject* npobject = NULL;
NPObject           30 content/renderer/npapi/webplugin_delegate_proxy.h struct NPObject;
NPObject           67 content/renderer/npapi/webplugin_delegate_proxy.h   virtual NPObject* GetPluginScriptableObject() OVERRIDE;
NPObject          277 content/renderer/npapi/webplugin_delegate_proxy.h   NPObject* npobject_;
NPObject          281 content/renderer/npapi/webplugin_impl.cc NPObject* WebPluginImpl::scriptableObject() {
NPObject          764 content/renderer/npapi/webplugin_impl.cc NPObject* WebPluginImpl::GetWindowScriptNPObject() {
NPObject          772 content/renderer/npapi/webplugin_impl.cc NPObject* WebPluginImpl::GetPluginElement() {
NPObject           75 content/renderer/npapi/webplugin_impl.h   virtual NPObject* scriptableObject();
NPObject          106 content/renderer/npapi/webplugin_impl.h   virtual NPObject* GetWindowScriptNPObject() OVERRIDE;
NPObject          107 content/renderer/npapi/webplugin_impl.h   virtual NPObject* GetPluginElement() OVERRIDE;
NPObject           82 content/renderer/pepper/host_var_tracker.cc                                                     NPObject* np_object) {
NPObject           22 content/renderer/pepper/host_var_tracker.h typedef struct NPObject NPObject;
NPObject           50 content/renderer/pepper/host_var_tracker.h                                              NPObject* np_object);
NPObject           28 content/renderer/pepper/host_var_tracker_unittest.cc void TrackedClassDeallocate(NPObject* npobject) {
NPObject           50 content/renderer/pepper/host_var_tracker_unittest.cc NPObject* NewTrackedNPObject() {
NPObject           51 content/renderer/pepper/host_var_tracker_unittest.cc   NPObject* object = new NPObject;
NPObject           60 content/renderer/pepper/host_var_tracker_unittest.cc   void operator()(NPObject* o) const {
NPObject           56 content/renderer/pepper/message_channel.cc MessageChannel* ToMessageChannel(NPObject* object) {
NPObject           61 content/renderer/pepper/message_channel.cc NPObject* ToPassThroughObject(NPObject* object) {
NPObject          123 content/renderer/pepper/message_channel.cc NPObject* MessageChannelAllocate(NPP npp, NPClass* the_class) {
NPObject          127 content/renderer/pepper/message_channel.cc void MessageChannelDeallocate(NPObject* object) {
NPObject          133 content/renderer/pepper/message_channel.cc bool MessageChannelHasMethod(NPObject* np_obj, NPIdentifier name) {
NPObject          142 content/renderer/pepper/message_channel.cc   NPObject* passthrough = ToPassThroughObject(np_obj);
NPObject          148 content/renderer/pepper/message_channel.cc bool MessageChannelInvoke(NPObject* np_obj, NPIdentifier name,
NPObject          165 content/renderer/pepper/message_channel.cc   NPObject* passthrough = ToPassThroughObject(np_obj);
NPObject          173 content/renderer/pepper/message_channel.cc bool MessageChannelInvokeDefault(NPObject* np_obj,
NPObject          181 content/renderer/pepper/message_channel.cc   NPObject* passthrough = ToPassThroughObject(np_obj);
NPObject          189 content/renderer/pepper/message_channel.cc bool MessageChannelHasProperty(NPObject* np_obj, NPIdentifier name) {
NPObject          200 content/renderer/pepper/message_channel.cc   NPObject* passthrough = ToPassThroughObject(np_obj);
NPObject          206 content/renderer/pepper/message_channel.cc bool MessageChannelGetProperty(NPObject* np_obj, NPIdentifier name,
NPObject          222 content/renderer/pepper/message_channel.cc   NPObject* passthrough = ToPassThroughObject(np_obj);
NPObject          228 content/renderer/pepper/message_channel.cc bool MessageChannelSetProperty(NPObject* np_obj, NPIdentifier name,
NPObject          238 content/renderer/pepper/message_channel.cc   NPObject* passthrough = ToPassThroughObject(np_obj);
NPObject          244 content/renderer/pepper/message_channel.cc bool MessageChannelEnumerate(NPObject *np_obj, NPIdentifier **value,
NPObject          251 content/renderer/pepper/message_channel.cc   NPObject* passthrough = ToPassThroughObject(np_obj);
NPObject          321 content/renderer/pepper/message_channel.cc   NPObject* obj = WebBindings::createObject(instance_->instanceNPP(),
NPObject          547 content/renderer/pepper/message_channel.cc void MessageChannel::SetPassthroughObject(NPObject* passthrough) {
NPObject           46 content/renderer/pepper/message_channel.h   struct MessageChannelNPObject : public NPObject {
NPObject           71 content/renderer/pepper/message_channel.h   NPObject* passthrough_object() {
NPObject           74 content/renderer/pepper/message_channel.h   void SetPassthroughObject(NPObject* passthrough);
NPObject           76 content/renderer/pepper/message_channel.h   NPObject* np_object() { return np_object_; }
NPObject          110 content/renderer/pepper/message_channel.h   NPObject* passthrough_object_;
NPObject           43 content/renderer/pepper/npapi_glue.cc                            NPObject* object,
NPObject          176 content/renderer/pepper/npapi_glue.cc PP_Var NPObjectToPPVar(PepperPluginInstanceImpl* instance, NPObject* object) {
NPObject          192 content/renderer/pepper/npapi_glue.cc                               NPObject* object) {
NPObject          208 content/renderer/pepper/npapi_glue.cc     NPObject* object_var,
NPObject          308 content/renderer/pepper/npapi_glue.cc                                      NPObject* object)
NPObject          319 content/renderer/pepper/npapi_glue.cc     NPObject* object,
NPObject           14 content/renderer/pepper/npapi_glue.h struct NPObject;
NPObject           68 content/renderer/pepper/npapi_glue.h                                       NPObject* object);
NPObject           74 content/renderer/pepper/npapi_glue.h                                              NPObject* object);
NPObject          101 content/renderer/pepper/npapi_glue.h   PPResultAndExceptionToNPResult(NPObject* object_var, NPVariant* np_result);
NPObject          139 content/renderer/pepper/npapi_glue.h   NPObject* object_var_;  // Non-owning ref (see constructor).
NPObject          175 content/renderer/pepper/npapi_glue.h   PPVarFromNPObject(PepperPluginInstanceImpl* instance, NPObject* object);
NPObject          209 content/renderer/pepper/npapi_glue.h   NPObjectAccessorWithIdentifier(NPObject* object,
NPObject           20 content/renderer/pepper/npobject_var.cc                          NPObject* np_object)
NPObject           15 content/renderer/pepper/npobject_var.h typedef struct NPObject NPObject;
NPObject           35 content/renderer/pepper/npobject_var.h   NPObjectVar(PP_Instance instance, NPObject* np_object);
NPObject           43 content/renderer/pepper/npobject_var.h   NPObject* np_object() const { return np_object_; }
NPObject           64 content/renderer/pepper/npobject_var.h   NPObject* np_object_;
NPObject          132 content/renderer/pepper/pepper_webplugin_impl.cc NPObject* PepperWebPluginImpl::scriptableObject() {
NPObject          148 content/renderer/pepper/pepper_webplugin_impl.cc   NPObject* message_channel_np_object(instance_->message_channel().np_object());
NPObject           44 content/renderer/pepper/pepper_webplugin_impl.h   virtual NPObject* scriptableObject();
NPObject           40 content/renderer/pepper/plugin_object.cc NPObject* WrapperClass_Allocate(NPP npp, NPClass* unused) {
NPObject           44 content/renderer/pepper/plugin_object.cc void WrapperClass_Deallocate(NPObject* np_object) {
NPObject           52 content/renderer/pepper/plugin_object.cc void WrapperClass_Invalidate(NPObject* object) {
NPObject           55 content/renderer/pepper/plugin_object.cc bool WrapperClass_HasMethod(NPObject* object, NPIdentifier method_name) {
NPObject           69 content/renderer/pepper/plugin_object.cc bool WrapperClass_Invoke(NPObject* object, NPIdentifier method_name,
NPObject           92 content/renderer/pepper/plugin_object.cc bool WrapperClass_InvokeDefault(NPObject* np_object, const NPVariant* argv,
NPObject          113 content/renderer/pepper/plugin_object.cc bool WrapperClass_HasProperty(NPObject* object, NPIdentifier property_name) {
NPObject          127 content/renderer/pepper/plugin_object.cc bool WrapperClass_GetProperty(NPObject* object, NPIdentifier property_name,
NPObject          140 content/renderer/pepper/plugin_object.cc bool WrapperClass_SetProperty(NPObject* object, NPIdentifier property_name,
NPObject          156 content/renderer/pepper/plugin_object.cc bool WrapperClass_RemoveProperty(NPObject* object, NPIdentifier property_name) {
NPObject          169 content/renderer/pepper/plugin_object.cc bool WrapperClass_Enumerate(NPObject* object, NPIdentifier** values,
NPObject          224 content/renderer/pepper/plugin_object.cc bool WrapperClass_Construct(NPObject* object, const NPVariant* argv,
NPObject          257 content/renderer/pepper/plugin_object.cc struct PluginObject::NPObjectWrapper : public NPObject {
NPObject          319 content/renderer/pepper/plugin_object.cc NPObject* PluginObject::GetNPObject() const {
NPObject          324 content/renderer/pepper/plugin_object.cc bool PluginObject::IsInstanceOf(NPObject* np_object,
NPObject          344 content/renderer/pepper/plugin_object.cc PluginObject* PluginObject::FromNPObject(NPObject* object) {
NPObject          349 content/renderer/pepper/plugin_object.cc NPObject* PluginObject::AllocateObjectWrapper() {
NPObject           14 content/renderer/pepper/plugin_object.h typedef struct NPObject NPObject;
NPObject           40 content/renderer/pepper/plugin_object.h   NPObject* GetNPObject() const;
NPObject           46 content/renderer/pepper/plugin_object.h   static bool IsInstanceOf(NPObject* np_object,
NPObject           56 content/renderer/pepper/plugin_object.h   static PluginObject* FromNPObject(NPObject* object);
NPObject           60 content/renderer/pepper/plugin_object.h   static NPObject* AllocateObjectWrapper();
NPObject          242 content/shell/renderer/test_runner/TestPlugin.cpp NPObject* TestPlugin::scriptableObject()
NPObject           54 content/shell/renderer/test_runner/TestPlugin.h     virtual NPObject* scriptableObject();
NPObject           44 content/shell/tools/plugin/PluginObject.cpp static void pluginLogWithWindowObject(NPObject* windowObject,
NPObject           58 content/shell/tools/plugin/PluginObject.cpp     NPObject* consoleObject = NPVARIANT_TO_OBJECT(consoleVariant);
NPObject           90 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowObject = 0;
NPObject          112 content/shell/tools/plugin/PluginObject.cpp static void pluginInvalidate(NPObject*);
NPObject          113 content/shell/tools/plugin/PluginObject.cpp static bool pluginHasProperty(NPObject*, NPIdentifier name);
NPObject          114 content/shell/tools/plugin/PluginObject.cpp static bool pluginHasMethod(NPObject*, NPIdentifier name);
NPObject          115 content/shell/tools/plugin/PluginObject.cpp static bool pluginGetProperty(NPObject*, NPIdentifier name, NPVariant*);
NPObject          116 content/shell/tools/plugin/PluginObject.cpp static bool pluginSetProperty(NPObject*, NPIdentifier name, const NPVariant*);
NPObject          117 content/shell/tools/plugin/PluginObject.cpp static bool pluginInvoke(NPObject*,
NPObject          122 content/shell/tools/plugin/PluginObject.cpp static NPObject* pluginAllocate(NPP npp, NPClass*);
NPObject          123 content/shell/tools/plugin/PluginObject.cpp static void pluginDeallocate(NPObject*);
NPObject          257 content/shell/tools/plugin/PluginObject.cpp static bool callDeletePlugin(NPObject* obj,
NPObject          264 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowScriptObject;
NPObject          280 content/shell/tools/plugin/PluginObject.cpp static bool pluginHasProperty(NPObject* obj, NPIdentifier name) {
NPObject          298 content/shell/tools/plugin/PluginObject.cpp static bool pluginHasMethod(NPObject* obj, NPIdentifier name) {
NPObject          309 content/shell/tools/plugin/PluginObject.cpp static bool pluginGetProperty(NPObject* obj,
NPObject          334 content/shell/tools/plugin/PluginObject.cpp     NPObject* testObject = plugin->testObject;
NPObject          383 content/shell/tools/plugin/PluginObject.cpp     NPObject* testObject = plugin->testObject;
NPObject          393 content/shell/tools/plugin/PluginObject.cpp static bool pluginSetProperty(NPObject* obj,
NPObject          441 content/shell/tools/plugin/PluginObject.cpp   NPObject* elementObject;
NPObject          536 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowScriptObject;
NPObject          564 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowScriptObject;
NPObject          594 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowScriptObject;
NPObject          682 content/shell/tools/plugin/PluginObject.cpp   NPObject* callback = NPVARIANT_TO_OBJECT(args[0]);
NPObject          729 content/shell/tools/plugin/PluginObject.cpp     NPObject* outArray = NPVARIANT_TO_OBJECT(args[1]);
NPObject          774 content/shell/tools/plugin/PluginObject.cpp   NPObject* object;
NPObject          851 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowScriptObject;
NPObject          953 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowScriptObject;
NPObject          972 content/shell/tools/plugin/PluginObject.cpp   NPObject* script_object = object_result.value.objectValue;
NPObject          981 content/shell/tools/plugin/PluginObject.cpp   NPObject* object_arg = browser->createobject(obj->npp, obj->header._class);
NPObject         1016 content/shell/tools/plugin/PluginObject.cpp void notifyTestCompletion(NPP npp, NPObject* object) {
NPObject         1029 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowObject = 0;
NPObject         1041 content/shell/tools/plugin/PluginObject.cpp   NPObject* documentObject = NPVARIANT_TO_OBJECT(docVariant);
NPObject         1072 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowObject = 0;
NPObject         1122 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowObject;
NPObject         1152 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowObject;
NPObject         1199 content/shell/tools/plugin/PluginObject.cpp static bool pluginInvoke(NPObject* header,
NPObject         1250 content/shell/tools/plugin/PluginObject.cpp     NPObject* windowScriptObject;
NPObject         1257 content/shell/tools/plugin/PluginObject.cpp     NPObject* new_object =
NPObject         1264 content/shell/tools/plugin/PluginObject.cpp     NPObject* testObject =
NPObject         1330 content/shell/tools/plugin/PluginObject.cpp     NPObject* newObject =
NPObject         1340 content/shell/tools/plugin/PluginObject.cpp static void pluginInvalidate(NPObject* header) {
NPObject         1346 content/shell/tools/plugin/PluginObject.cpp static NPObject* pluginAllocate(NPP npp, NPClass* theClass) {
NPObject         1383 content/shell/tools/plugin/PluginObject.cpp   return (NPObject*)newInstance;
NPObject         1386 content/shell/tools/plugin/PluginObject.cpp static void pluginDeallocate(NPObject* header) {
NPObject         1409 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowScriptObject;
NPObject         1464 content/shell/tools/plugin/PluginObject.cpp   NPObject* windowScriptObject;
NPObject           42 content/shell/tools/plugin/PluginObject.h     NPObject header;
NPObject           52 content/shell/tools/plugin/PluginObject.h     NPObject* testObject;
NPObject           53 content/shell/tools/plugin/PluginObject.h     NPObject* rememberedObject;
NPObject          156 content/shell/tools/plugin/PluginTest.cpp bool PluginTest::NPN_Invoke(NPObject* npobj,
NPObject          190 content/shell/tools/plugin/PluginTest.cpp NPObject* PluginTest::NPN_CreateObject(NPClass* npClass) {
NPObject          194 content/shell/tools/plugin/PluginTest.cpp NPObject* PluginTest::NPN_RetainObject(NPObject* npObject) {
NPObject          198 content/shell/tools/plugin/PluginTest.cpp void PluginTest::NPN_ReleaseObject(NPObject* npObject) {
NPObject          202 content/shell/tools/plugin/PluginTest.cpp bool PluginTest::NPN_GetProperty(NPObject* npObject,
NPObject          208 content/shell/tools/plugin/PluginTest.cpp bool PluginTest::NPN_RemoveProperty(NPObject* npObject,
NPObject          230 content/shell/tools/plugin/PluginTest.cpp   NPObject* windowScriptObject;
NPObject          107 content/shell/tools/plugin/PluginTest.h   bool NPN_Invoke(NPObject*,
NPObject          121 content/shell/tools/plugin/PluginTest.h   NPObject* NPN_CreateObject(NPClass*);
NPObject          122 content/shell/tools/plugin/PluginTest.h   NPObject* NPN_RetainObject(NPObject*);
NPObject          123 content/shell/tools/plugin/PluginTest.h   void NPN_ReleaseObject(NPObject*);
NPObject          124 content/shell/tools/plugin/PluginTest.h   bool NPN_GetProperty(NPObject*, NPIdentifier propertyName, NPVariant* value);
NPObject          125 content/shell/tools/plugin/PluginTest.h   bool NPN_RemoveProperty(NPObject*, NPIdentifier propertyName);
NPObject          174 content/shell/tools/plugin/PluginTest.h   struct Object : NPObject {
NPObject          176 content/shell/tools/plugin/PluginTest.h     static NPObject* create(PluginTest* pluginTest) {
NPObject          231 content/shell/tools/plugin/PluginTest.h     static NPObject* NP_Allocate(NPP npp, NPClass* aClass) { return new T; }
NPObject          233 content/shell/tools/plugin/PluginTest.h     static void NP_Deallocate(NPObject* npObject) {
NPObject          237 content/shell/tools/plugin/PluginTest.h     static bool NP_HasMethod(NPObject* npObject, NPIdentifier methodName) {
NPObject          241 content/shell/tools/plugin/PluginTest.h     static bool NP_Invoke(NPObject* npObject,
NPObject          250 content/shell/tools/plugin/PluginTest.h     static bool NP_InvokeDefault(NPObject* npObject,
NPObject          258 content/shell/tools/plugin/PluginTest.h     static bool NP_HasProperty(NPObject* npObject, NPIdentifier propertyName) {
NPObject          262 content/shell/tools/plugin/PluginTest.h     static bool NP_GetProperty(NPObject* npObject,
NPObject          268 content/shell/tools/plugin/PluginTest.h     static bool NP_RemoveProperty(NPObject* npObject,
NPObject           37 content/shell/tools/plugin/TestObject.cpp static bool testEnumerate(NPObject* npobj,
NPObject           40 content/shell/tools/plugin/TestObject.cpp static bool testHasMethod(NPObject*, NPIdentifier name);
NPObject           41 content/shell/tools/plugin/TestObject.cpp static bool testInvoke(NPObject*,
NPObject           46 content/shell/tools/plugin/TestObject.cpp static bool testHasProperty(NPObject*, NPIdentifier name);
NPObject           47 content/shell/tools/plugin/TestObject.cpp static bool testGetProperty(NPObject*, NPIdentifier name, NPVariant*);
NPObject           48 content/shell/tools/plugin/TestObject.cpp static NPObject* testAllocate(NPP npp, NPClass* theClass);
NPObject           49 content/shell/tools/plugin/TestObject.cpp static void testDeallocate(NPObject* obj);
NPObject           50 content/shell/tools/plugin/TestObject.cpp static bool testConstruct(NPObject* obj,
NPObject           65 content/shell/tools/plugin/TestObject.cpp   NPObject header;
NPObject           66 content/shell/tools/plugin/TestObject.cpp   NPObject* testObject;
NPObject          100 content/shell/tools/plugin/TestObject.cpp static NPObject* testAllocate(NPP npp, NPClass* /*theClass*/) {
NPObject          111 content/shell/tools/plugin/TestObject.cpp   return reinterpret_cast<NPObject*>(newInstance);
NPObject          114 content/shell/tools/plugin/TestObject.cpp static void testDeallocate(NPObject* obj) {
NPObject          123 content/shell/tools/plugin/TestObject.cpp static bool testHasMethod(NPObject*, NPIdentifier name) {
NPObject          131 content/shell/tools/plugin/TestObject.cpp static bool testInvoke(NPObject* header,
NPObject          143 content/shell/tools/plugin/TestObject.cpp static bool testHasProperty(NPObject*, NPIdentifier name) {
NPObject          152 content/shell/tools/plugin/TestObject.cpp static bool testGetProperty(NPObject* npobj,
NPObject          190 content/shell/tools/plugin/TestObject.cpp static bool testEnumerate(NPObject* /*npobj*/,
NPObject          204 content/shell/tools/plugin/TestObject.cpp static bool testConstruct(NPObject* npobj,
NPObject           57 content/shell/tools/plugin/Tests/InvokeDestroysPluginWithinNPP_New.cpp     NPObject* windowObject = 0;
NPObject           24 content/shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp         NPObject* window;
NPObject           67 content/shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp             NPObject* testObject = TestObject::create(pluginTest());
NPObject           89 content/shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp         *(NPObject**)value = ScriptableObject::create(this);
NPObject           74 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp     *static_cast<NPObject**>(value) = ScriptObject::create(this);
NPObject           46 content/shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp         NPObject* windowObject = 0;
NPObject           74 content/shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp             NPObject* testObject = TestObject::create(pluginTest());
NPObject           85 content/shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp         *(NPObject**)value = ScriptableObject::create(this);
NPObject          159 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp         NPObject* m_testObject;
NPObject          166 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp         *(NPObject**)value = PluginObject::create(this);
NPObject           59 content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp         NPObject* object;
NPObject           65 content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp         *(NPObject**)value = object;
NPObject           80 content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp         *(NPObject**)value = PluginObject::create(this);
NPObject           79 content/shell/tools/plugin/Tests/SlowNPPNew.cpp         *(NPObject**)value = PluginObject::create(this);
NPObject          399 content/shell/tools/plugin/main.cpp     NPObject *windowScriptObject;
NPObject          434 content/shell/tools/plugin/main.cpp         NPObject* windowObject = 0;
NPObject          441 content/shell/tools/plugin/main.cpp                     NPObject* onStreamDestroyFunction = NPVARIANT_TO_OBJECT(onStreamDestroyVariant);
NPObject          859 content/shell/tools/plugin/main.cpp         browser->retainobject((NPObject *)obj);
NPObject           14 content/test/plugin/plugin_delete_plugin_in_deallocate_test.cc class DeletePluginInDeallocateTestNPObject : public NPObject {
NPObject           17 content/test/plugin/plugin_delete_plugin_in_deallocate_test.cc       : NPObject(), id_(NULL), host_functions_(NULL), deallocate_count_(0) {}
NPObject           19 content/test/plugin/plugin_delete_plugin_in_deallocate_test.cc   static NPObject* Allocate(NPP npp, NPClass* npclass) {
NPObject           23 content/test/plugin/plugin_delete_plugin_in_deallocate_test.cc   static void Deallocate(NPObject* npobject) {
NPObject           32 content/test/plugin/plugin_delete_plugin_in_deallocate_test.cc       NPObject* window_obj = NULL;
NPObject           99 content/test/plugin/plugin_delete_plugin_in_deallocate_test.cc   NPObject* window = NULL;
NPObject          109 content/test/plugin/plugin_delete_plugin_in_deallocate_test.cc   NPObject* func = NPVARIANT_TO_OBJECT(func_var);
NPObject           26 content/test/plugin/plugin_delete_plugin_in_deallocate_test.h   NPObject* npobject_;
NPObject           38 content/test/plugin/plugin_delete_plugin_in_stream_test.cc   NPObject *window_obj = NULL;
NPObject           49 content/test/plugin/plugin_execute_stream_javascript.cc   NPObject *window_obj = NULL;
NPObject           75 content/test/plugin/plugin_get_javascript_url_test.cc   NPObject *window_obj = NULL;
NPObject          163 content/test/plugin/plugin_geturl_test.cc     NPObject *window_obj = NULL;
NPObject           12 content/test/plugin/plugin_npobject_identity_test.cc class NPThingy : public NPObject {
NPObject           14 content/test/plugin/plugin_npobject_identity_test.cc   NPThingy() : NPObject() {}
NPObject           16 content/test/plugin/plugin_npobject_identity_test.cc   static NPObject* Allocate(NPP npp, NPClass* npclass) {
NPObject           20 content/test/plugin/plugin_npobject_identity_test.cc   static void Deallocate(NPObject* npobject) {
NPObject           62 content/test/plugin/plugin_npobject_identity_test.cc   NPObject* window;
NPObject           66 content/test/plugin/plugin_npobject_identity_test.cc   NPObject* func = NPVARIANT_TO_OBJECT(func_var);
NPObject           69 content/test/plugin/plugin_npobject_identity_test.cc   NPObject* thingy = HostFunctions()->createobject(id(), GetNPThingyClass());
NPObject           12 content/test/plugin/plugin_npobject_lifetime_test.cc NPObject* NPObjectLifetimeTestInstance2::plugin_instance_object_ = NULL;
NPObject          149 content/test/plugin/plugin_npobject_lifetime_test.cc   NPObject *window_obj = NULL;
NPObject           31 content/test/plugin/plugin_npobject_lifetime_test.h   NPObject* other_plugin_instance_object_;
NPObject           52 content/test/plugin/plugin_npobject_lifetime_test.h   static NPObject* plugin_instance_object_;
NPObject           70 content/test/plugin/plugin_npobject_lifetime_test.h   NPObject* plugin_instance_object_;
NPObject           27 content/test/plugin/plugin_npobject_proxy_test.cc   NPObject *window_obj = NULL;
NPObject           31 content/test/plugin/plugin_npobject_proxy_test.cc   NPObject *doc = NPVARIANT_TO_OBJECT(docv);
NPObject           32 content/test/plugin/plugin_private_test.cc     NPObject *window_obj = NULL;
NPObject           74 content/test/plugin/plugin_test.cc   NPObject *window_obj = NULL;
NPObject           92 content/test/plugin/plugin_thread_async_call_test.cc   NPObject *window_obj = NULL;
NPObject           83 content/test/plugin/plugin_windowed_test.cc   NPObject *window_obj = NULL;
NPObject          114 content/test/plugin/plugin_windowed_test.cc   NPObject *window_obj = NULL;
NPObject          180 content/test/plugin/plugin_windowless_test.cc   NPObject *window_obj = NULL;
NPObject          151 remoting/host/plugin/host_plugin.cc   NPObject* GetScriptableObject() {
NPObject          212 remoting/host/plugin/host_plugin.cc   struct ScriptableNPObject : public NPObject {
NPObject          221 remoting/host/plugin/host_plugin.cc   static HostNPScriptObject* ScriptableFromObject(NPObject* obj) {
NPObject          225 remoting/host/plugin/host_plugin.cc   static NPObject* Allocate(NPP npp, NPClass* aClass) {
NPObject          239 remoting/host/plugin/host_plugin.cc   static void Deallocate(NPObject* npobj) {
NPObject          247 remoting/host/plugin/host_plugin.cc   static void Invalidate(NPObject* npobj) {
NPObject          257 remoting/host/plugin/host_plugin.cc   static bool HasMethod(NPObject* obj, NPIdentifier method_name) {
NPObject          267 remoting/host/plugin/host_plugin.cc   static bool InvokeDefault(NPObject* obj,
NPObject          277 remoting/host/plugin/host_plugin.cc   static bool Invoke(NPObject* obj,
NPObject          292 remoting/host/plugin/host_plugin.cc   static bool HasProperty(NPObject* obj, NPIdentifier property_name) {
NPObject          302 remoting/host/plugin/host_plugin.cc   static bool GetProperty(NPObject* obj,
NPObject          314 remoting/host/plugin/host_plugin.cc   static bool SetProperty(NPObject* obj,
NPObject          326 remoting/host/plugin/host_plugin.cc   static bool RemoveProperty(NPObject* obj, NPIdentifier property_name) {
NPObject          336 remoting/host/plugin/host_plugin.cc   static bool Enumerate(NPObject* obj,
NPObject          357 remoting/host/plugin/host_plugin.cc   NPObject* scriptable_object_;
NPObject          473 remoting/host/plugin/host_plugin.cc     NPObject* scriptable_object = plugin->GetScriptableObject();
NPObject          475 remoting/host/plugin/host_plugin.cc     *reinterpret_cast<NPObject**>(value) = scriptable_object;
NPObject           37 remoting/host/plugin/host_plugin_utils.cc NPObject* ObjectFromNPVariant(const NPVariant& variant) {
NPObject           45 remoting/host/plugin/host_plugin_utils.cc ScopedRefNPObject::ScopedRefNPObject(NPObject* object)
NPObject           59 remoting/host/plugin/host_plugin_utils.cc ScopedRefNPObject& ScopedRefNPObject::operator=(NPObject* object) {
NPObject           31 remoting/host/plugin/host_plugin_utils.h NPObject* ObjectFromNPVariant(const NPVariant& variant);
NPObject           38 remoting/host/plugin/host_plugin_utils.h   explicit ScopedRefNPObject(NPObject* object);
NPObject           44 remoting/host/plugin/host_plugin_utils.h   ScopedRefNPObject& operator=(NPObject* object);
NPObject           47 remoting/host/plugin/host_plugin_utils.h   NPObject* get() const { return object_; }
NPObject           50 remoting/host/plugin/host_plugin_utils.h   NPObject* object_;
NPObject           80 remoting/host/plugin/host_script_object.cc     NPObject* parent,
NPObject          933 remoting/host/plugin/host_script_object.cc void HostNPScriptObject::LocalizeStrings(NPObject* localize_func) {
NPObject          945 remoting/host/plugin/host_script_object.cc bool HostNPScriptObject::LocalizeString(NPObject* localize_func,
NPObject          952 remoting/host/plugin/host_script_object.cc     NPObject* localize_func,
NPObject           31 remoting/host/plugin/host_script_object.h                      NPObject* parent,
NPObject          178 remoting/host/plugin/host_script_object.h   void LocalizeStrings(NPObject* localize_func);
NPObject          184 remoting/host/plugin/host_script_object.h   bool LocalizeString(NPObject* localize_func, const char* tag,
NPObject          191 remoting/host/plugin/host_script_object.h   bool LocalizeStringWithSubstitution(NPObject* localize_func,
NPObject          256 remoting/host/plugin/host_script_object.h   NPObject* parent_;
NPObject          101 third_party/npapi/bindings/npfunctions.h typedef NPObject*    (*NPN_CreateObjectProcPtr)(NPP npp, NPClass *aClass);
NPObject          102 third_party/npapi/bindings/npfunctions.h typedef NPObject*    (*NPN_RetainObjectProcPtr)(NPObject *obj);
NPObject          103 third_party/npapi/bindings/npfunctions.h typedef void         (*NPN_ReleaseObjectProcPtr)(NPObject *obj);
NPObject          104 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_InvokeProcPtr)(NPP npp, NPObject* obj, NPIdentifier methodName, const NPVariant *args, uint32_t argCount, NPVariant *result);
NPObject          105 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_InvokeDefaultProcPtr)(NPP npp, NPObject* obj, const NPVariant *args, uint32_t argCount, NPVariant *result);
NPObject          106 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_EvaluateProcPtr)(NPP npp, NPObject *obj, NPString *script, NPVariant *result);
NPObject          107 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_GetPropertyProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName, NPVariant *result);
NPObject          108 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_SetPropertyProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName, const NPVariant *value);
NPObject          109 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_RemovePropertyProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName);
NPObject          110 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_HasPropertyProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName);
NPObject          111 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_HasMethodProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName);
NPObject          113 third_party/npapi/bindings/npfunctions.h typedef void         (*NPN_SetExceptionProcPtr)(NPObject *obj, const NPUTF8 *message);
NPObject          116 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_EnumerateProcPtr)(NPP npp, NPObject *obj, NPIdentifier **identifier, uint32_t *count);
NPObject          118 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_ConstructProcPtr)(NPP npp, NPObject* obj, const NPVariant *args, uint32_t argCount, NPVariant *result);
NPObject           85 third_party/npapi/bindings/npruntime.h typedef struct NPObject NPObject;
NPObject          111 third_party/npapi/bindings/npruntime.h         NPObject *objectValue;
NPObject          251 third_party/npapi/bindings/npruntime.h typedef NPObject *(*NPAllocateFunctionPtr)(NPP npp, NPClass *aClass);
NPObject          252 third_party/npapi/bindings/npruntime.h typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
NPObject          253 third_party/npapi/bindings/npruntime.h typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
NPObject          254 third_party/npapi/bindings/npruntime.h typedef bool (*NPHasMethodFunctionPtr)(NPObject *npobj, NPIdentifier name);
NPObject          255 third_party/npapi/bindings/npruntime.h typedef bool (*NPInvokeFunctionPtr)(NPObject *npobj, NPIdentifier name,
NPObject          258 third_party/npapi/bindings/npruntime.h typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
NPObject          262 third_party/npapi/bindings/npruntime.h typedef bool (*NPHasPropertyFunctionPtr)(NPObject *npobj, NPIdentifier name);
NPObject          263 third_party/npapi/bindings/npruntime.h typedef bool (*NPGetPropertyFunctionPtr)(NPObject *npobj, NPIdentifier name,
NPObject          265 third_party/npapi/bindings/npruntime.h typedef bool (*NPSetPropertyFunctionPtr)(NPObject *npobj, NPIdentifier name,
NPObject          267 third_party/npapi/bindings/npruntime.h typedef bool (*NPRemovePropertyFunctionPtr)(NPObject *npobj,
NPObject          269 third_party/npapi/bindings/npruntime.h typedef bool (*NPEnumerationFunctionPtr)(NPObject *npobj, NPIdentifier **value,
NPObject          271 third_party/npapi/bindings/npruntime.h typedef bool (*NPConstructFunctionPtr)(NPObject *npobj,
NPObject          341 third_party/npapi/bindings/npruntime.h NPObject *NPN_CreateObject(NPP npp, NPClass *aClass);
NPObject          346 third_party/npapi/bindings/npruntime.h NPObject *NPN_RetainObject(NPObject *npobj);
NPObject          353 third_party/npapi/bindings/npruntime.h void NPN_ReleaseObject(NPObject *npobj);
NPObject          367 third_party/npapi/bindings/npruntime.h bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
NPObject          369 third_party/npapi/bindings/npruntime.h bool NPN_InvokeDefault(NPP npp, NPObject *npobj, const NPVariant *args,
NPObject          371 third_party/npapi/bindings/npruntime.h bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
NPObject          373 third_party/npapi/bindings/npruntime.h bool NPN_GetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName,
NPObject          375 third_party/npapi/bindings/npruntime.h bool NPN_SetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName,
NPObject          377 third_party/npapi/bindings/npruntime.h bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
NPObject          378 third_party/npapi/bindings/npruntime.h bool NPN_HasProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
NPObject          379 third_party/npapi/bindings/npruntime.h bool NPN_HasMethod(NPP npp, NPObject *npobj, NPIdentifier methodName);
NPObject          380 third_party/npapi/bindings/npruntime.h bool NPN_Enumerate(NPP npp, NPObject *npobj, NPIdentifier **identifier,
NPObject          382 third_party/npapi/bindings/npruntime.h bool NPN_Construct(NPP npp, NPObject *npobj, const NPVariant *args,
NPObject          391 third_party/npapi/bindings/npruntime.h void NPN_SetException(NPObject *npobj, const NPUTF8 *message);
NPObject          397 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_Enumerate(NPP id, NPObject* obj, NPIdentifier** identifier, uint32_t*val)
NPObject          436 third_party/npapi/npspy/common/npn_gate.cpp void NPN_SetException(NPObject*obj, const NPUTF8*message)
NPObject          452 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_HasMethod(NPP id, NPObject* object, NPIdentifier identifier)
NPObject          465 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_HasProperty(NPP id, NPObject* object, NPIdentifier identifier)
NPObject          478 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_RemoveProperty(NPP id, NPObject* object, NPIdentifier identifier)
NPObject          488 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_SetProperty(NPP id, NPObject* obj, NPIdentifier identifier, const NPVariant *variant)
NPObject          498 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_GetProperty(NPP id, NPObject* obj, NPIdentifier identifier, NPVariant *variant)
NPObject          508 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_Evaluate(NPP id, NPObject* obj, NPString* str, NPVariant* variant)
NPObject          521 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_InvokeDefault(NPP id, NPObject* obj, const NPVariant* args, uint32_t count, NPVariant*result)
NPObject          534 third_party/npapi/npspy/common/npn_gate.cpp bool NPN_Invoke(NPP id, NPObject* obj, NPIdentifier identifier, const NPVariant *args, uint32_t count, NPVariant*result)
NPObject          547 third_party/npapi/npspy/common/npn_gate.cpp void NPN_ReleaseObject(NPObject *obj) 
NPObject          555 third_party/npapi/npspy/common/npn_gate.cpp NPObject *NPN_RetainObject(NPObject* obj)
NPObject          560 third_party/npapi/npspy/common/npn_gate.cpp   NPObject *rv = NPNFuncs.retainobject(obj);
NPObject          565 third_party/npapi/npspy/common/npn_gate.cpp NPObject* NPN_CreateObject(NPP id, NPClass *cl)
NPObject          570 third_party/npapi/npspy/common/npn_gate.cpp   NPObject *rv = NPNFuncs.createobject(id, cl);
NPObject          113 third_party/npapi/npspy/extern/plugin/npruntime.h typedef struct NPObject NPObject;
NPObject          139 third_party/npapi/npspy/extern/plugin/npruntime.h         NPObject *objectValue;
NPObject          277 third_party/npapi/npspy/extern/plugin/npruntime.h typedef NPObject *(*NPAllocateFunctionPtr)(NPP npp, NPClass *aClass);
NPObject          278 third_party/npapi/npspy/extern/plugin/npruntime.h typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
NPObject          279 third_party/npapi/npspy/extern/plugin/npruntime.h typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
NPObject          280 third_party/npapi/npspy/extern/plugin/npruntime.h typedef bool (*NPHasMethodFunctionPtr)(NPObject *npobj, NPIdentifier name);
NPObject          281 third_party/npapi/npspy/extern/plugin/npruntime.h typedef bool (*NPInvokeFunctionPtr)(NPObject *npobj, NPIdentifier name,
NPObject          284 third_party/npapi/npspy/extern/plugin/npruntime.h typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
NPObject          288 third_party/npapi/npspy/extern/plugin/npruntime.h typedef bool (*NPHasPropertyFunctionPtr)(NPObject *npobj, NPIdentifier name);
NPObject          289 third_party/npapi/npspy/extern/plugin/npruntime.h typedef bool (*NPGetPropertyFunctionPtr)(NPObject *npobj, NPIdentifier name,
NPObject          291 third_party/npapi/npspy/extern/plugin/npruntime.h typedef bool (*NPSetPropertyFunctionPtr)(NPObject *npobj, NPIdentifier name,
NPObject          293 third_party/npapi/npspy/extern/plugin/npruntime.h typedef bool (*NPRemovePropertyFunctionPtr)(NPObject *npobj,
NPObject          295 third_party/npapi/npspy/extern/plugin/npruntime.h typedef bool (*NPEnumerationFunctionPtr)(NPObject *npobj, NPIdentifier **value,
NPObject          357 third_party/npapi/npspy/extern/plugin/npruntime.h NPObject *NPN_CreateObject(NPP npp, NPClass *aClass);
NPObject          362 third_party/npapi/npspy/extern/plugin/npruntime.h NPObject *NPN_RetainObject(NPObject *npobj);
NPObject          369 third_party/npapi/npspy/extern/plugin/npruntime.h void NPN_ReleaseObject(NPObject *npobj);
NPObject          383 third_party/npapi/npspy/extern/plugin/npruntime.h bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
NPObject          385 third_party/npapi/npspy/extern/plugin/npruntime.h bool NPN_InvokeDefault(NPP npp, NPObject *npobj, const NPVariant *args,
NPObject          387 third_party/npapi/npspy/extern/plugin/npruntime.h bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
NPObject          389 third_party/npapi/npspy/extern/plugin/npruntime.h bool NPN_GetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName,
NPObject          391 third_party/npapi/npspy/extern/plugin/npruntime.h bool NPN_SetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName,
NPObject          393 third_party/npapi/npspy/extern/plugin/npruntime.h bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
NPObject          394 third_party/npapi/npspy/extern/plugin/npruntime.h bool NPN_HasProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
NPObject          395 third_party/npapi/npspy/extern/plugin/npruntime.h bool NPN_HasMethod(NPP npp, NPObject *npobj, NPIdentifier methodName);
NPObject          396 third_party/npapi/npspy/extern/plugin/npruntime.h bool NPN_Enumerate(NPP npp, NPObject *npobj, NPIdentifier **identifier,
NPObject          405 third_party/npapi/npspy/extern/plugin/npruntime.h void NPN_SetException(NPObject *npobj, const NPUTF8 *message);
NPObject          376 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPObject* (* NP_LOADDS NPN_CreateObjectUPP)(NPP npp, NPClass *aClass);
NPObject          383 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPObject* (* NP_LOADDS NPN_RetainObjectUPP)(NPObject *obj);
NPObject          390 third_party/npapi/npspy/extern/plugin/npupp.h typedef void (* NP_LOADDS NPN_ReleaseObjectUPP)(NPObject *obj);
NPObject          397 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_InvokeUPP)(NPP npp, NPObject* obj, NPIdentifier methodName, const NPVariant *args, uint32_t argCount, NPVariant *result);
NPObject          404 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_InvokeDefaultUPP)(NPP npp, NPObject* obj, const NPVariant *args, uint32_t argCount, NPVariant *result);
NPObject          411 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_EvaluateUPP)(NPP npp, NPObject *obj, NPString *script, NPVariant *result);
NPObject          418 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_GetPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName, NPVariant *result);
NPObject          425 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_SetPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName, const NPVariant *value);
NPObject          432 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_RemovePropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName);
NPObject          439 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_HasPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName);
NPObject          446 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_HasMethodUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName);
NPObject          460 third_party/npapi/npspy/extern/plugin/npupp.h typedef void (* NP_LOADDS NPN_SetExceptionUPP)(NPObject *obj, const NPUTF8 *message);
NPObject          481 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_EnumerateUPP)(NPP npp, NPObject *obj, NPIdentifier **identifier, uint32_t *count);