Home
last modified time | relevance | path

Searched refs:HasProperty (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/ppapi/tests/
Dtest_var_deprecated.cc301 ASSERT_TRUE(window.HasProperty("scrollX", &exception)); in TestHasPropertyAndMethod()
307 ASSERT_TRUE(window.HasProperty("find", &exception)); in TestHasPropertyAndMethod()
313 ASSERT_FALSE(window.HasProperty("superEvilBit", &exception)); in TestHasPropertyAndMethod()
319 ASSERT_FALSE(window.HasProperty(3.14159, &exception)); in TestHasPropertyAndMethod()
330 ASSERT_FALSE(string_object.HasProperty("find", &exception)); in TestHasPropertyAndMethod()
341 ASSERT_FALSE(var_interface_->HasProperty(invalid_object, in TestHasPropertyAndMethod()
356 ASSERT_FALSE(window.HasProperty("find", &exception)); in TestHasPropertyAndMethod()
/external/chromium_org/ppapi/cpp/dev/
Dscriptable_object_deprecated.cc43 bool HasProperty(void* object, PP_Var name, PP_Var* exception) { in HasProperty() function
45 return static_cast<ScriptableObject*>(object)->HasProperty( in HasProperty()
130 &HasProperty,
143 bool ScriptableObject::HasProperty(const Var& /*name*/, Var* /*exception*/) { in HasProperty() function in pp::deprecated::ScriptableObject
Dscriptable_object_deprecated.h39 virtual bool HasProperty(const Var& name, Var* exception);
/external/chromium_org/ppapi/c/dev/
Dppp_class_deprecated.h44 bool (*HasProperty)(void* object, member
Dppb_var_deprecated.h90 bool (*HasProperty)(struct PP_Var object, member
/external/chromium_org/content/renderer/browser_plugin/
Dbrowser_plugin_bindings.h46 bool HasProperty(NPIdentifier name) const;
Dbrowser_plugin_bindings.cc141 return bindings->HasProperty(name); in BrowserPluginBindingsHasProperty()
716 bool BrowserPluginBindings::HasProperty(NPIdentifier name) const { in HasProperty() function in content::BrowserPluginBindings
/external/chromium_org/ppapi/proxy/
Dppp_class_proxy.cc47 bool HasProperty(void* object, PP_Var name, PP_Var* exception) { in HasProperty() function
177 &HasProperty,
281 *result = CallWhileUnlocked(ToPPPClass(ppp_class)->HasProperty, in OnMsgHasProperty()
Dppb_var_deprecated_proxy.cc66 bool HasProperty(PP_Var var, in HasProperty() function
302 &HasProperty, in GetProxyInterface()
396 *result = PP_FromBool(ppb_var_impl_->HasProperty( in OnMsgHasProperty()
/external/chromium_org/ppapi/cpp/private/
Dvar_private.cc52 bool VarPrivate::HasProperty(const Var& name, Var* exception) const { in HasProperty() function in pp::VarPrivate
55 return get_interface<PPB_Var_Deprecated>()->HasProperty( in HasProperty()
Dvar_private.h43 bool HasProperty(const Var& name, Var* exception = NULL) const;
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dscriptable_plugin.h52 virtual bool HasProperty(const pp::Var& name, pp::Var* exception);
Dscriptable_plugin.cc82 bool ScriptablePlugin::HasProperty(const pp::Var& name, pp::Var* exception) { in HasProperty() function in plugin::ScriptablePlugin
/external/chromium_org/webkit/renderer/
Dcpp_bound_class.h128 bool HasProperty(NPIdentifier ident) const;
Dcpp_bound_class.cc156 return obj->bound_class->HasProperty(ident); in hasProperty()
198 bool CppBoundClass::HasProperty(NPIdentifier ident) const { in HasProperty() function in webkit_glue::CppBoundClass
/external/chromium_org/remoting/host/plugin/
Dhost_plugin.cc163 &HasProperty, in GetScriptableObject()
292 static bool HasProperty(NPObject* obj, NPIdentifier property_name) { in HasProperty() function in __anon653b90740111::HostNPPlugin
299 return scriptable->HasProperty(property_name_string); in HasProperty()
Dhost_script_object.h44 bool HasProperty(const std::string& property_name);
/external/chromium/webkit/glue/
Dcpp_bound_class.cc152 return obj->bound_class->HasProperty(ident); in hasProperty()
198 bool CppBoundClass::HasProperty(NPIdentifier ident) const { in HasProperty() function in CppBoundClass
Dcpp_bound_class.h165 bool HasProperty(NPIdentifier ident) const;
/external/chromium_org/content/renderer/pepper/
Dppb_var_deprecated_impl.cc165 PP_Bool HasProperty(PP_Var var, in HasProperty() function
179 return PPBoolToBool(HasProperty(var, name, exception)); in HasPropertyDeprecated()
Dplugin_object.cc120 bool rv = accessor.object()->ppp_class()->HasProperty( in WrapperClass_HasProperty()
/external/chromium_org/v8/src/
Druntime.js353 %HasElement(x, this) : %HasProperty(x, %ToName(this));
394 if (%HasProperty(this, string)) return string;
Dhandles.h240 Handle<Object> HasProperty(Handle<JSReceiver> obj, Handle<Object> key);
/external/v8/src/
Druntime.js359 %HasElement(x, this) : %HasProperty(x, %ToString(this));
400 if (%HasProperty(this, string)) return string;
/external/chromium_org/content/browser/renderer_host/java/
Djava_bound_object.cc69 static bool HasProperty(NPObject* np_object, NPIdentifier np_identifier);
82 JavaNPObject::HasProperty,
113 bool JavaNPObject::HasProperty(NPObject* np_object, in HasProperty() function in content::__anon336fae890111::JavaNPObject

12