HomeSort by relevance Sort by last modified time
    Searched defs:hasProperty (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
NPRuntimeObjectFromDestroyedPlugin.cpp 60 bool hasProperty(NPIdentifier propertyName)
NPDeallocateCalledBeforeNPShutdown.cpp 53 bool hasProperty(NPIdentifier propertyName)
PluginScriptableObjectOverridesAllProperties.cpp 51 bool hasProperty(NPIdentifier propertyName)
SlowNPPNew.cpp 50 bool hasProperty(NPIdentifier propertyName)
NPRuntimeRemoveProperty.cpp 47 bool hasProperty(NPIdentifier propertyName)
135 bool hasProperty(NPIdentifier propertyName)
  /external/chromium/webkit/glue/
cpp_bound_class.cc 89 static bool hasProperty(NPObject *obj, NPIdentifier ident);
125 CppNPObject::hasProperty,
149 /* static */ bool CppNPObject::hasProperty(NPObject* np_obj,
152 return obj->bound_class->HasProperty(ident);
198 bool CppBoundClass::HasProperty(NPIdentifier ident) const {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.cpp 96 bool Dictionary::hasProperty(const String& key) const
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.h 49 DEFINE_HAS_MEMBER_CHECK(hasProperty, bool, (NPIdentifier propertyName));
164 bool hasProperty(NPIdentifier propertyName)
228 return static_cast<T*>(npObject)->hasProperty(propertyName);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.cpp 121 static bool hasProperty(NPObject*, NPIdentifier);
155 CppNPObject::hasProperty,
181 bool CppNPObject::hasProperty(NPObject* npObj, NPIdentifier ident)
184 return obj->boundClass->hasProperty(ident);
225 bool CppBoundClass::hasProperty(NPIdentifier ident) const
  /external/chromium_org/webkit/renderer/
cpp_bound_class.cc 93 static bool hasProperty(NPObject *obj, NPIdentifier ident);
129 CppNPObject::hasProperty,
153 /* static */ bool CppNPObject::hasProperty(NPObject* np_obj,
156 return obj->bound_class->HasProperty(ident);
198 bool CppBoundClass::HasProperty(NPIdentifier ident) const {
  /system/core/libutils/
PropertyMap.cpp 54 bool PropertyMap::hasProperty(const String8& key) const {
204 if (mMap->hasProperty(keyToken)) {
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 286 bool getOptionalInteger(const Dictionary& raw, const char* propertyName, bool& hasProperty, double& value, double minValue, double maxValue, const ExceptionContext& context, ExceptionState& exceptionState)
289 bool ok = raw.get(propertyName, number, hasProperty);
291 if (!hasProperty)
312 bool hasProperty;
313 if (!getOptionalInteger(raw, propertyName, hasProperty, value, minValue, maxValue, context, exceptionState))
316 if (!hasProperty) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebBindings.cpp 108 bool WebBindings::hasProperty(NPP npp, NPObject* object, NPIdentifier property)
  /external/llvm/utils/TableGen/
CodeGenTarget.h 206 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 362 private boolean hasProperty(String parameter) {
378 return!hasProperty("cdata-sections");
386 return!hasProperty("entities");
395 return!hasProperty("element-content-whitespace");
403 return hasProperty("namespaces");
411 return hasProperty("validate");
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 308 NPHasPropertyFunctionPtr hasProperty;
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 330 NPHasPropertyFunctionPtr hasProperty;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 397 milliseconds