Searched refs:np_object (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dnpobject_var.h35 NPObjectVar(PP_Instance instance, NPObject* np_object);
43 NPObject* np_object() const { return np_object_; } function in class:ppapi::NPObjectVar
H A Dnpobject_var.cc20 NPObject* np_object)
22 np_object_(np_object) {
19 NPObjectVar(PP_Instance instance, NPObject* np_object) argument
H A Dppb_var_deprecated_impl.cc87 OBJECT_TO_NPVARIANT(object->np_object(), *result);
172 accessor.object()->np_object(),
188 return WebBindings::hasMethod(NULL, accessor.object()->np_object(),
200 if (!WebBindings::getProperty(NULL, accessor.object()->np_object(),
225 if (!WebBindings::enumerate(NULL, accessor.object()->np_object(),
255 if (!WebBindings::setProperty(NULL, accessor.object()->np_object(),
267 if (!WebBindings::removeProperty(NULL, accessor.object()->np_object(),
308 ok = WebBindings::invoke(NULL, accessor->object()->np_object(),
311 ok = WebBindings::invokeDefault(NULL, accessor->object()->np_object(),
365 if (!WebBindings::construct(NULL, accessor.object()->np_object(),
[all...]
H A Dhost_var_tracker.cc52 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 Dplugin_object.h46 static bool IsInstanceOf(NPObject* np_object,
H A Dplugin_object.cc44 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);
H A Dmessage_channel.h76 NPObject* np_object() { return np_object_; } function in class:content::MessageChannel
H A Dhost_var_tracker.h50 NPObject* np_object);
H A Dhost_var_tracker_unittest.cc118 EXPECT_EQ(npobject.get(), check_object->np_object());
H A Dpepper_webplugin_impl.cc149 instance_->message_channel().SetPassthroughObject(object->np_object());
151 NPObject* message_channel_np_object(instance_->message_channel().np_object());
H A Dnpapi_glue.cc108 OBJECT_TO_NPVARIANT(WebBindings::retainObject(object->np_object()),
/external/chromium_org/content/browser/renderer_host/java/
H A Djava_bound_object.cc64 static void Deallocate(NPObject* np_object);
65 static bool HasMethod(NPObject* np_object, NPIdentifier np_identifier);
66 static bool Invoke(NPObject* np_object, NPIdentifier np_identifier,
69 static bool HasProperty(NPObject* np_object, NPIdentifier np_identifier);
70 static bool GetProperty(NPObject* np_object, NPIdentifier np_identifier,
93 void JavaNPObject::Deallocate(NPObject* np_object) { argument
94 JavaNPObject* obj = reinterpret_cast<JavaNPObject*>(np_object);
99 bool JavaNPObject::HasMethod(NPObject* np_object, NPIdentifier np_identifier) { argument
101 JavaNPObject* obj = reinterpret_cast<JavaNPObject*>(np_object);
105 bool JavaNPObject::Invoke(NPObject* np_object, NPIdentifie argument
113 HasProperty(NPObject* np_object, NPIdentifier np_identifier) argument
120 GetProperty(NPObject* np_object, NPIdentifier np_identifier, NPVariant* result) argument
790 NPObject* np_object = WebBindings::createObject(0, const_cast<NPClass*>( local
[all...]
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_bindings.h35 NPObject* np_object() const { return np_object_; } function in class:content::BrowserPluginBindings
H A Dbrowser_plugin.cc969 NPObject* browser_plugin_np_object(bindings_->np_object());
/external/chromium/webkit/glue/
H A Dcpp_variant.cc254 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 Dcpp_variant.cc256 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/child/npapi/
H A Dplugin_host.cc686 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;

Completed in 303 milliseconds