Home
last modified time | relevance | path

Searched refs:_attributes (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/API/
DJSClassRef.h39 …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/
DTextEditorModel.js59 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/
DChangeLog-2002-12-039129 and _attributes accessors, now that Ken added public versions.
9282 (-[WebDataSource _attributes]): Added.