HomeSort by relevance Sort by last modified time
    Searched refs:_object (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/bridge/c/
c_instance.cpp 83 _object = _NPN_RetainObject(o);
89 _NPN_ReleaseObject(_object);
95 _class = CClass::classForIsA(_object->_class);
101 return _object->_class->invokeDefault;
113 if (!_object->_class->hasMethod(_object, ident))
131 retval = _object->_class->invoke(_object, ident, cArgs.data(), count, &resultVariant);
149 if (!_object->_class->invokeDefault)
166 retval = _object->_class->invokeDefault(_object, cArgs.data(), count, &resultVariant)
    [all...]
c_instance.h 75 NPObject *getObject() const { return _object; }
81 NPObject *_object; member in class:JSC::Bindings::CInstance
  /external/bluetooth/glib/gobject/
gobject.c     [all...]
gobject.h 535 GObject *_object = (GObject*) (object); \
544 G_OBJECT_TYPE_NAME (_object)); \
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 1006 this._object = Object.isHash(object) ? object.toObject() : Object.clone(object);
1010 for (var key in this._object) {
1011 var value = this._object[key], pair = [key, value];
1019 return this._object[key] = value;
1024 if (this._object[key] !== Object.prototype[key])
1025 return this._object[key];
1029 var value = this._object[key];
1030 delete this._object[key];
1035 return Object.clone(this._object);
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 406 milliseconds