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

  /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/v8/src/
objects-inl.h     [all...]

Completed in 66 milliseconds