Searched defs:failure (Results 1 - 1 of 1) sorted by relevance

/yui3/src/io/as/com/yui/util/
H A Dio.as75 httpError = function(e:Event):void { failure(e, o, timer); };
118 private function failure(e:Event, o:Object, timer:Timer):void { function
131 dispatch([e is TimerEvent ? 'timeout' : 'failure', o]);

Completed in 9 milliseconds