Home
last modified time | relevance | path

Searched refs:rootPage (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/
Doptions_page.js102 var rootPage = null;
106 rootPage = page;
115 if (!targetPage && this.showOverlay_(pageName, rootPage)) {
131 rootPage && rootPage.sticky && targetPage.parentPage;
170 (!rootPage || rootPage.pageDiv.contains(document.activeElement))) {
255 OptionsPage.showOverlay_ = function(overlayName, rootPage) { argument
265 if ((!rootPage || !rootPage.sticky) &&
/external/chromium/chrome/browser/resources/options/
Doptions_page.js79 var rootPage = null;
83 rootPage = page;
92 if (!targetPage && this.showOverlay_(pageName, rootPage)) {
107 rootPage && rootPage.sticky && targetPage.parentPage;
200 OptionsPage.showOverlay_ = function(overlayName, rootPage) { argument
205 if ((!rootPage || !rootPage.sticky) && overlay.parentPage)