Searched refs:_attributes (Results 1 – 3 of 3) sorted by relevance
/external/webkit/JavaScriptCore/API/ |
D | JSClassRef.h | 39 …yCallback _getProperty, JSObjectSetPropertyCallback _setProperty, JSPropertyAttributes _attributes) in StaticValueEntry() 40 : getProperty(_getProperty), setProperty(_setProperty), attributes(_attributes) in StaticValueEntry() 50 …aticFunctionEntry(JSObjectCallAsFunctionCallback _callAsFunction, JSPropertyAttributes _attributes) in StaticFunctionEntry() 51 : callAsFunction(_callAsFunction), attributes(_attributes) in StaticFunctionEntry()
|
/external/webkit/WebCore/inspector/front-end/ |
D | TextEditorModel.js | 59 this._attributes = []; property in WebInspector.TextEditorModel 171 this._attributes.splice(fromLine, count); 177 this._attributes.splice(lineNumber, 0, {}); 217 var attrs = this._attributes[line]; 220 this._attributes[line] = attrs; 227 var attrs = this._attributes[line]; 233 var attrs = this._attributes[line];
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 9129 and _attributes accessors, now that Ken added public versions. 9282 (-[WebDataSource _attributes]): Added.
|