Lines Matching refs:_save
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: function (url, replace) {
884 // even if _save is called before the `ready` event fires.