Lines Matching refs:prototype

40 FCKDialogCommand.prototype.Execute = function()
45 FCKDialogCommand.prototype.GetState = function()
59 FCKUndefinedCommand.prototype.Execute = function()
64 FCKUndefinedCommand.prototype.GetState = function()
74 FCKFormatBlockCommand.prototype =
78 Execute : FCKStyleCommand.prototype.Execute,
91 FCKFontNameCommand.prototype =
94 Execute : FCKStyleCommand.prototype.Execute,
95 GetState : FCKFormatBlockCommand.prototype.GetState
102 FCKFontSizeCommand.prototype =
105 Execute : FCKStyleCommand.prototype.Execute,
106 GetState : FCKFormatBlockCommand.prototype.GetState
115 FCKPreviewCommand.prototype.Execute = function()
120 FCKPreviewCommand.prototype.GetState = function()
131 FCKSaveCommand.prototype.Execute = function()
152 FCKSaveCommand.prototype.GetState = function()
163 FCKNewPageCommand.prototype.Execute = function()
171 FCKNewPageCommand.prototype.GetState = function()
182 FCKSourceCommand.prototype.Execute = function()
194 FCKSourceCommand.prototype.GetState = function()
205 FCKUndoCommand.prototype.Execute = function()
210 FCKUndoCommand.prototype.GetState = function()
221 FCKRedoCommand.prototype.Execute = function()
226 FCKRedoCommand.prototype.GetState = function()
237 FCKPageBreakCommand.prototype.Execute = function()
255 FCKPageBreakCommand.prototype.GetState = function()
266 FCKUnlinkCommand.prototype.Execute = function()
284 FCKUnlinkCommand.prototype.GetState = function()
306 FCKSelectAllCommand.prototype.Execute = function()
329 FCKSelectAllCommand.prototype.GetState = function()
340 FCKPasteCommand.prototype =
362 FCKRuleCommand.prototype =
382 FCKCopyCommand.prototype =
401 FCKAnchorDeleteCommand.prototype =