Searched defs:HasProperty (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppp_class_deprecated.h44 bool (*HasProperty)(void* object, member in struct:PPP_Class_Deprecated
63 * a call HasProperty() for the same |name| would return false.
H A Dppb_var_deprecated.h90 bool (*HasProperty)(struct PP_Var object, member in struct:PPB_Var_Deprecated
95 * Identical to HasProperty, except that HasMethod additionally checks if the
/external/chromium_org/ppapi/cpp/dev/
H A Dscriptable_object_deprecated.cc43 bool HasProperty(void* object, PP_Var name, PP_Var* exception) { function in namespace:pp::deprecated::__anon10039
45 return static_cast<ScriptableObject*>(object)->HasProperty(
130 &HasProperty,
143 bool ScriptableObject::HasProperty(const Var& /*name*/, Var* /*exception*/) { function in class:pp::deprecated::ScriptableObject
/external/chromium_org/ppapi/cpp/private/
H A Dvar_private.cc52 bool VarPrivate::HasProperty(const Var& name, Var* exception) const { function in class:pp::VarPrivate
55 return get_interface<PPB_Var_Deprecated>()->HasProperty(
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dscriptable_plugin.cc82 bool ScriptablePlugin::HasProperty(const pp::Var& name, pp::Var* exception) { function in class:plugin::ScriptablePlugin
84 PLUGIN_PRINTF(("ScriptablePlugin::HasProperty (this=%p, name=%s)\n",
/external/chromium/webkit/glue/
H A Dcpp_bound_class.cc152 return obj->bound_class->HasProperty(ident);
198 bool CppBoundClass::HasProperty(NPIdentifier ident) const { function in class:CppBoundClass
/external/chromium_org/content/renderer/pepper/
H A Dppb_var_deprecated_impl.cc165 PP_Bool HasProperty(PP_Var var, function in namespace:content::__anon8540
179 return PPBoolToBool(HasProperty(var, name, exception));
/external/chromium_org/ppapi/proxy/
H A Dppb_var_deprecated_proxy.cc66 bool HasProperty(PP_Var var, function in namespace:ppapi::proxy::__anon10188
302 &HasProperty,
396 *result = PP_FromBool(ppb_var_impl_->HasProperty(
H A Dppp_class_proxy.cc47 bool HasProperty(void* object, PP_Var name, PP_Var* exception) { function in namespace:ppapi::proxy::__anon10192
177 &HasProperty,
281 *result = CallWhileUnlocked(ToPPPClass(ppp_class)->HasProperty,
/external/chromium_org/webkit/renderer/
H A Dcpp_bound_class.cc156 return obj->bound_class->HasProperty(ident);
198 bool CppBoundClass::HasProperty(NPIdentifier ident) const { function in class:webkit_glue::CppBoundClass
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_bindings.cc141 return bindings->HasProperty(name);
716 bool BrowserPluginBindings::HasProperty(NPIdentifier name) const { function in class:content::BrowserPluginBindings
/external/chromium_org/content/browser/renderer_host/java/
H A Djava_bound_object.cc69 static bool HasProperty(NPObject* np_object, NPIdentifier np_identifier);
82 JavaNPObject::HasProperty,
113 bool JavaNPObject::HasProperty(NPObject* np_object, function in class:content::__anon8139::JavaNPObject
/external/chromium_org/remoting/host/plugin/
H A Dhost_plugin.cc163 &HasProperty,
292 static bool HasProperty(NPObject* obj, NPIdentifier property_name) { function in class:__anon10487::HostNPPlugin
293 VLOG(2) << "static HasProperty";
299 return scriptable->HasProperty(property_name_string);
H A Dhost_script_object.cc211 bool HostNPScriptObject::HasProperty(const std::string& property_name) { function in class:remoting::HostNPScriptObject
212 VLOG(2) << "HasProperty " << property_name;
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py822 def HasProperty(self, key): member in class:XCObject
/external/chromium_org/v8/src/
H A Dhandles.cc191 Handle<Object> HasProperty(Handle<JSReceiver> obj, Handle<Object> key) { function in namespace:v8::internal
H A Dobjects-inl.h5889 bool JSReceiver::HasProperty(Handle<JSReceiver> object, function in class:v8::JSReceiver
/external/v8/src/
H A Dobjects-inl.h4533 bool JSReceiver::HasProperty(String* name) { function in class:JSReceiver

Completed in 559 milliseconds