Home | History | Annotate | Download | only in history

Lines Matching defs:PageState

27 var pageState;
845 pageState.setUIState(this.model_.getSearchText(),
862 pageState.setUIState(this.model_.getSearchText(),
1405 function PageState(model, view) {
1407 if (PageState.instance) {
1408 return PageState.instance;
1437 PageState.instance = null;
1442 PageState.prototype.getHashData = function() {
1474 PageState.prototype.setUIState = function(term, page, range, offset) {
1480 window.location.hash = PageState.getHashString(term, page, range, offset);
1492 PageState.getHashString = function(term, page, range, offset) {
1523 pageState = new PageState(historyModel, historyView);
1526 var hashData = pageState.getHashData();