hasProperty       244 content/child/npapi/npobject_proxy.cc     return obj->_class->hasProperty(obj, name);
hasProperty       209 content/child/npapi/npobject_stub.cc     if (npobject_->_class->hasProperty) {
hasProperty       210 content/child/npapi/npobject_stub.cc       *result = npobject_->_class->hasProperty(npobject_, id);
hasProperty       215 content/child/npapi/npobject_stub.cc     *result = WebBindings::hasProperty(0, npobject_, id);
hasProperty       148 content/child/npapi/plugin_host.cc   host_funcs_.hasproperty = WebBindings::hasProperty;
hasProperty       202 content/renderer/pepper/message_channel.cc     return WebBindings::hasProperty(NULL, passthrough, name);
hasProperty       171 content/renderer/pepper/ppb_var_deprecated_impl.cc   return BoolToPPBool(WebBindings::hasProperty(NULL,
hasProperty        63 content/shell/tools/plugin/PluginTest.h DEFINE_HAS_MEMBER_CHECK(hasProperty, bool, (NPIdentifier propertyName));
hasProperty       203 content/shell/tools/plugin/PluginTest.h     bool hasProperty(NPIdentifier propertyName) {
hasProperty       259 content/shell/tools/plugin/PluginTest.h       return static_cast<T*>(npObject)->hasProperty(propertyName);
hasProperty        51 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp         bool hasProperty(NPIdentifier propertyName)
hasProperty       139 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp         bool hasProperty(NPIdentifier propertyName)
hasProperty       308 third_party/npapi/bindings/npruntime.h     NPHasPropertyFunctionPtr hasProperty;
hasProperty       330 third_party/npapi/npspy/extern/plugin/npruntime.h     NPHasPropertyFunctionPtr hasProperty;