OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_attributes
(Results
1 - 2
of
2
) sorted by null
/external/webkit/JavaScriptCore/API/
JSClassRef.h
39
StaticValueEntry(JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setProperty, JSPropertyAttributes
_attributes
)
40
: getProperty(_getProperty), setProperty(_setProperty), attributes(
_attributes
)
50
StaticFunctionEntry(JSObjectCallAsFunctionCallback _callAsFunction, JSPropertyAttributes
_attributes
)
51
: callAsFunction(_callAsFunction), attributes(
_attributes
)
/external/webkit/WebCore/inspector/front-end/
TextEditorModel.js
59
this.
_attributes
= [];
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];
Completed in 766 milliseconds