/external/chromium_org/content/renderer/browser_plugin/ |
H A D | browser_plugin_bindings.h | 35 NPObject* np_object() const { return np_object_; } function in class:content::BrowserPluginBindings
|
/external/chromium_org/content/renderer/pepper/ |
H A D | npobject_var.cc | 20 NPObject* np_object) 22 np_object_(np_object) { 19 NPObjectVar(PP_Instance instance, NPObject* np_object) argument
|
H A D | npobject_var.h | 35 NPObjectVar(PP_Instance instance, NPObject* np_object); 43 NPObject* np_object() const { return np_object_; } function in class:ppapi::NPObjectVar
|
H A D | message_channel.h | 76 NPObject* np_object() { return np_object_; } function in class:content::MessageChannel
|
H A D | host_var_tracker.cc | 52 DCHECK(np_object_map->find(object_var->np_object()) == 54 np_object_map->insert(std::make_pair(object_var->np_object(), object_var)); 69 np_object_map->find(object_var->np_object()); 82 NPObject* np_object) { 91 np_object_map->find(np_object); 81 NPObjectVarForNPObject(PP_Instance instance, NPObject* np_object) argument
|
H A D | plugin_object.cc | 44 void WrapperClass_Deallocate(NPObject* np_object) { argument 45 PluginObject* plugin_object = PluginObject::FromNPObject(np_object); 92 bool WrapperClass_InvokeDefault(NPObject* np_object, const NPVariant* argv, argument 94 PluginObject* obj = PluginObject::FromNPObject(np_object); 324 bool PluginObject::IsInstanceOf(NPObject* np_object, argument 329 if (np_object->_class != &wrapper_class) 332 PluginObject* plugin_object = FromNPObject(np_object);
|
/external/chromium/webkit/glue/ |
H A D | cpp_variant.cc | 254 NPObject* np_object = value.objectValue; local 255 if (WebBindings::hasMethod(NULL, np_object, method_name)) { 257 bool status = WebBindings::invoke(NULL, np_object, method_name, args, arg_count, &r);
|
/external/chromium_org/webkit/renderer/ |
H A D | cpp_variant.cc | 256 NPObject* np_object = value.objectValue; local 257 if (WebBindings::hasMethod(NULL, np_object, method_name)) { 260 WebBindings::invoke(NULL, np_object, method_name, args, arg_count, &r);
|
/external/chromium_org/content/browser/renderer_host/java/ |
H A D | java_bound_object.cc | 59 static void Deallocate(NPObject* np_object); 60 static bool HasMethod(NPObject* np_object, NPIdentifier np_identifier); 61 static bool Invoke(NPObject* np_object, NPIdentifier np_identifier, 64 static bool HasProperty(NPObject* np_object, NPIdentifier np_identifier); 65 static bool GetProperty(NPObject* np_object, NPIdentifier np_identifier, 88 void JavaNPObject::Deallocate(NPObject* np_object) { argument 89 JavaNPObject* obj = reinterpret_cast<JavaNPObject*>(np_object); 94 bool JavaNPObject::HasMethod(NPObject* np_object, NPIdentifier np_identifier) { argument 96 JavaNPObject* obj = reinterpret_cast<JavaNPObject*>(np_object); 100 bool JavaNPObject::Invoke(NPObject* np_object, NPIdentifie argument 108 HasProperty(NPObject* np_object, NPIdentifier np_identifier) argument 115 GetProperty(NPObject* np_object, NPIdentifier np_identifier, NPVariant* result) argument 785 NPObject* np_object = WebBindings::createObject(0, const_cast<NPClass*>( local [all...] |
/external/chromium_org/content/child/npapi/ |
H A D | plugin_host.cc | 686 NPObject *np_object = plugin->webplugin()->GetWindowScriptNPObject(); local 690 if (np_object) { 691 WebBindings::retainObject(np_object); 693 *v = np_object; 706 NPObject *np_object = plugin->webplugin()->GetPluginElement(); local 710 if (np_object) { 711 WebBindings::retainObject(np_object); 713 *v = np_object;
|