HomeSort by relevance Sort by last modified time
    Searched refs:CallJS (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
core_oobe_handler.cc 147 CallJS("showSignInError", login_attempts, error_text,
152 CallJS("showTpmError");
156 CallJS("showSigninUI", email);
160 CallJS("resetSigninUI", force_online);
164 CallJS("clearUserPodPassword");
168 CallJS("refocusCurrentPod");
172 CallJS("onLoginSuccess", username);
176 CallJS("showPasswordChangedScreen", show_password_error);
180 CallJS("setUsageStats", checked);
184 CallJS("setOemEulaUrl", oem_eula_url)
    [all...]
update_screen_handler.cc 77 CallJS("enableUpdateCancel");
88 CallJS("setUpdateMessage", l10n_util::GetStringUTF16(IDS_UPDATE_COMPLETED));
92 CallJS("setUpdateProgress", progress);
96 CallJS("showEstimatedTimeLeft", visible);
100 CallJS("setEstimatedTimeLeft", time.InSecondsF());
104 CallJS("showProgressMessage", visible);
131 CallJS("setProgressMessage", *progress_message);
135 CallJS("showUpdateCurtain", visible);
locally_managed_user_creation_screen_handler.cc 213 CallJS("showIntroPage");
217 CallJS("showManagerPasswordError");
224 CallJS("showProgress", message);
226 CallJS("showStatusError", message);
230 CallJS("showUsernamePage");
234 CallJS("showTutorialPage");
241 CallJS("showErrorPage", title, message, button_text);
276 CallJS("managedUserNameError", name,
280 CallJS("managedUserNameError", name,
285 CallJS("managedUserSuggestImport", name, user_id)
    [all...]
terms_of_service_screen_handler.cc 104 CallJS("setDomain", domain_);
116 CallJS("setTermsOfServiceLoadError");
118 CallJS("setTermsOfService", terms_of_service_);
user_image_screen_handler.cc 114 CallJS("setSelectedImage", GetDefaultImageUrl(index));
119 CallJS("setProfileImage", data_url);
125 CallJS("setProfileImage", *null_value);
142 CallJS("setDefaultImages", image_urls);
197 CallJS("setCameraPresent", present);
201 CallJS("hideCurtain");
205 CallJS("setProfilePictureEnabled", enabled);
error_screen_handler.cc 92 CallJS("setUIState", static_cast<int>(ui_state_));
100 CallJS("setErrorState", static_cast<int>(error_state_), network);
106 CallJS("allowGuestSignin", allowed);
112 CallJS("allowOfflineLogin", allowed);
base_screen_handler.h 114 void CallJS(const std::string& method);
117 void CallJS(const std::string& method, const A1& arg1) {
122 void CallJS(const std::string& method, const A1& arg1, const A2& arg2) {
128 void CallJS(const std::string& method,
139 void CallJS(const std::string& method,
enrollment_screen_handler.cc 362 CallJS("showStep", std::string(step));
371 CallJS("showError", message, retry);
375 CallJS("showWorking", l10n_util::GetStringUTF16(message_id));
gaia_screen_handler.cc 140 CallJS("loadAuthExtension", params);
146 CallJS("updateAuthExtension", params);
161 CallJS("doReload");
network_screen_handler.cc 82 CallJS("showError", message);
96 // CallJS("cr.ui.Oobe.showConnectingStatus",
105 CallJS("enableContinueButton", enabled);
231 CallJS("setTimezone", current_timezone_id);
base_screen_handler.cc 91 void BaseScreenHandler::CallJS(const std::string& method) {
kiosk_autolaunch_screen_handler.cc 89 CallJS("updateApp", app_info);
kiosk_enable_screen_handler.cc 136 CallJS("onCompleted", success);
app_launch_splash_screen_handler.cc 113 CallJS("toggleNetworkConfig", visible);
216 CallJS("updateMessage", text);
signin_screen_handler.cc 473 CallJS("showLoginSpinner");
    [all...]

Completed in 84 milliseconds