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