Searched refs:_save (Results 1 - 5 of 5) sorted by relevance
| /yui3/build/router/ |
| H A D | router-debug.js | 491 Shifts the topmost `_save()` call off the queue and executes it. Does 816 Queues up a `_save()` call to run after all previously-queued calls have 819 This is necessary because if we make multiple `_save()` calls before the 823 All arguments passed to `_queue()` will be passed on to `_save()` when the 840 self._save.apply(self, args); 842 // Wrapped in a timeout to ensure that _save() calls are 846 self._save.apply(self, args); 851 self._save.apply(self, args); 867 @method _save 874 _save [all...] |
| /yui3/src/app/js/ |
| H A D | router.js | 489 Shifts the topmost `_save()` call off the queue and executes it. Does 814 Queues up a `_save()` call to run after all previously-queued calls have 817 This is necessary because if we make multiple `_save()` calls before the 821 All arguments passed to `_queue()` will be passed on to `_save()` when the 838 self._save.apply(self, args); 840 // Wrapped in a timeout to ensure that _save() calls are 844 self._save.apply(self, args); 849 self._save.apply(self, args); 865 @method _save 872 _save [all...] |
| H A D | app-base.js | 658 Overrides Router's `_save()` method to preform graceful-degradation when the 664 Otherwise this will just delegate off to Router's `_save()` method allowing 667 @method _save 673 @see Router._save() 675 _save: function (url, replace) { 699 return Router.prototype._save.apply(this, arguments);
|
| /yui3/build/app-base/ |
| H A D | app-base-debug.js | 660 Overrides Router's `_save()` method to preform graceful-degradation when the 666 Otherwise this will just delegate off to Router's `_save()` method allowing 669 @method _save 675 @see Router._save() 677 _save: function (url, replace) { 701 return Router.prototype._save.apply(this, arguments);
|
| /yui3/src/app/tests/ |
| H A D | app-base-test.js | 1033 '`_save()` should throw an error when the specified URL is not of the same origin': true 1225 '`_save()` should throw an error when the specified URL is not of the same origin': function () { 1231 app._save('http://some.random.host.example.com/foo/bar/');
|
Completed in 63 milliseconds