Searched refs:_attributes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSClassRef.h39 StaticValueEntry(JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setProperty, JSPropertyAttributes _attributes, String& propertyName) argument
40 : getProperty(_getProperty), setProperty(_setProperty), attributes(_attributes), propertyNameRef(OpaqueJSString::create(propertyName))
53 StaticFunctionEntry(JSObjectCallAsFunctionCallback _callAsFunction, JSPropertyAttributes _attributes) argument
54 : callAsFunction(_callAsFunction), attributes(_attributes)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDOMNode.js53 this._attributes = [];
209 return this._attributes.length > 0;
280 return this._attributes;
289 for (var i = 0; i < this._attributes.length; ++i) {
290 if (this._attributes[i].name === name) {
291 this._attributes.splice(i, 1);
458 this._attributes = [];
526 this._attributes.push(attr);
542 this._attributes.remove(attr);
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOMedia.h271 UInt32 _attributes; member in class:IOMedia
H A DIOMedia.cpp1071 return (_attributes & kIOMediaAttributeEjectableMask) ? true : false;
1175 _attributes = attributes;
1246 return _attributes;

Completed in 91 milliseconds