Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/
Dmobile_setup.js168 this.setCarrierPage_(MobileSetup.ACTIVATION_PAGE_URL);
187 this.setCarrierPage_(MobileSetup.ACTIVATION_PAGE_URL);
201 this.setCarrierPage_(MobileSetup.ACTIVATION_PAGE_URL);
215 this.setCarrierPage_(MobileSetup.PORTAL_OFFLINE_PAGE_URL);
261 setCarrierPage_: function(url) { method in MobileSetup
Dmobile_setup_portal.js72 this.setCarrierPage_(CarrierPageType.INVALID_DEVICE_INFO);
78 this.setCarrierPage_(CarrierPageType.PORTAL_OFFLINE);
91 setCarrierPage_: function(type) { method in PortalImpl