Searched refs:opt_persist (Results 1 – 1 of 1) sorted by relevance
557 cvox.NavigationManager.prototype.makeMoreGranular = function(opt_persist) { argument560 this.persistGranularity_(opt_persist);569 cvox.NavigationManager.prototype.makeLessGranular = function(opt_persist) { argument572 this.persistGranularity_(opt_persist);590 granularity, opt_force, opt_persist) { argument597 this.persistGranularity_(opt_persist);1224 cvox.NavigationManager.prototype.persistGranularity_ = function(opt_persist) { argument1225 opt_persist = opt_persist === undefined ? false : opt_persist;1226 if (opt_persist) {