Lines Matching +refs:named +refs:function

39 		var onChanged : function(text : TextField) : Void;
40 var onScroller : function(text_field : TextField) : Void;
63 function TextFormat(
64 unchecked const named var in font : String,
65 unchecked const named var in size : Integer,
66 unchecked const named var in color : Integer,
67 unchecked const named var in bold : Boolean,
68 unchecked const named var in italic : Boolean,
69 unchecked const named var in underline : Boolean,
70 unchecked const named var in url : String,
71 unchecked const named var in target : String,
72 unchecked const named var in align : String,
73 unchecked const named var in leftMargin : Integer,
74 unchecked const named var in rightMargin : Integer,
75 unchecked const named var in indent : Integer,
76 unchecked const named var in leading : Integer) : TextFormat;
78 function getTextExtent(text : String, unchecked width : Integer) : TextExtend;
100 function StyleSheet(Void) : StyleSheet;
102 function clear(Void) : Void;
103 function getStyle(name : String) : Style;
104 function getStyleNames(Void) : Array;
105 function load(url : String) : Void;
106 function parseCSS(css : String) : Boolean;
107 function setStyle(name : String, style : Style) : Void;
108 function transform(style : Style) : TextFormat;
110 var onLoad : function(success : Boolean) : Void;
113 function addListener(listener : TextFieldListener) : Void;
114 function removeListener(listener : TextFieldListener) : Boolean;
116 function getDepth(Void) : Integer;
117 function getFontList(Void) : Array;
118 function getNewTextFormat(Void) : TextFormat;
119 function getTextFormat(start : Integer, unchecked end : Integer) : TextFormat;
120 function removeTextField(Void) : Void;
121 function replaceSel(text : String) : Void;
122 function replaceText(start : Integer, end : Integer, text : String) : Void;
123 function setNewTextFormat(format : TextFormat) : Void;
124 function setTextFormat(format : TextFormat) : Void;
125 function setTextFormat(position : Integer, format : TextFormat) : Void;
126 function setTextFormat(start : Integer, end : Integer, format : TextFormat) : Void;
128 var onChanged : function(text : TextField) : Void;
129 var onKillFocus : function(new_focus : Object) : Void;
130 var onScroller : function(text_field : TextField) : Void;
131 var onSetFocus : function(old_focus : Object) : Void;