Searched refs:CallJS (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dupdate_screen_handler.cc76 CallJS("enableUpdateCancel");
87 CallJS("setUpdateMessage", l10n_util::GetStringUTF16(IDS_UPDATE_COMPLETED));
91 CallJS("setUpdateProgress", progress);
95 CallJS("showEstimatedTimeLeft", visible);
99 CallJS("setEstimatedTimeLeft", time.InSecondsF());
103 CallJS("showProgressMessage", visible);
126 CallJS("setProgressMessage", l10n_util::GetStringUTF16(ids));
130 CallJS("showUpdateCurtain", visible);
H A Dcore_oobe_handler.cc155 CallJS("showSignInError", login_attempts, error_text,
160 CallJS("showTpmError");
184 CallJS("showSigninUI", email);
188 CallJS("resetSigninUI", force_online);
192 CallJS("clearUserPodPassword");
196 CallJS("refocusCurrentPod");
200 CallJS("showPasswordChangedScreen", show_password_error);
204 CallJS("setUsageStats", checked);
208 CallJS("setOemEulaUrl", oem_eula_url);
212 CallJS("setTpmPasswor
[all...]
H A Dsupervised_user_creation_screen_handler.cc245 CallJS("showIntroPage");
249 CallJS("showManagerPasswordError");
256 CallJS("showProgress", message);
258 CallJS("showStatusError", message);
262 CallJS("showUsernamePage");
266 CallJS("showTutorialPage");
273 CallJS("showErrorPage", title, message, button_text);
309 CallJS("supervisedUserNameError", name,
313 CallJS("supervisedUserNameError", name,
318 CallJS("supervisedUserSuggestImpor
[all...]
H A Duser_image_screen_handler.cc127 CallJS("setSelectedImage", user_manager::GetDefaultImageUrl(index));
132 CallJS("setProfileImage", data_url);
138 CallJS("setProfileImage", *null_value);
159 CallJS("setDefaultImages", image_urls);
216 CallJS("setCameraPresent", present);
220 CallJS("hideCurtain");
H A Dbase_screen_handler.h114 void CallJS(const std::string& method);
117 void CallJS(const std::string& method, const A1& arg1) { function in class:chromeos::BaseScreenHandler
122 void CallJS(const std::string& method, const A1& arg1, const A2& arg2) { function in class:chromeos::BaseScreenHandler
128 void CallJS(const std::string& method, function in class:chromeos::BaseScreenHandler
139 void CallJS(const std::string& method, function in class:chromeos::BaseScreenHandler
H A Derror_screen_handler.cc130 CallJS("setUIState", static_cast<int>(ui_state_));
138 CallJS("setErrorState", static_cast<int>(error_state_), network);
144 CallJS("allowGuestSignin", allowed);
150 CallJS("allowOfflineLogin", allowed);
156 CallJS("showConnectingIndicator", show);
H A Dterms_of_service_screen_handler.cc185 CallJS("setDomain", domain_);
197 CallJS("setTermsOfServiceLoadError");
199 CallJS("setTermsOfService", terms_of_service_);
H A Dhost_pairing_screen_handler.cc106 CallJS(kMethodContextChanged, diff);
H A Dsignin_screen_handler.cc438 CallJS("showLoginSpinner");
843 CallJS("login.AccountPickerScreen.removeUser", username);
850 CallJS("login.AccountPickerScreen.updateUserImage", user.email());
903 CallJS("login.setAuthType",
923 CallJS("login.AccountPickerScreen.setPublicSessionDisplayName",
933 CallJS("login.AccountPickerScreen.setPublicSessionLocales",
967 CallJS("login.AccountPickerScreen.showBannerMessage", message);
976 CallJS("login.AccountPickerScreen.showUserPodCustomIcon", username, *icon);
980 CallJS("login.AccountPickerScreen.hideUserPodCustomIcon", username);
998 CallJS("logi
[all...]
H A Dnetwork_screen_handler.cc134 CallJS("showError", message);
150 CallJS("enableContinueButton", enabled);
311 CallJS("setTimezone", current_timezone_id);
316 CallJS("setInputMethod",
H A Dreset_screen_handler.cc229 CallJS("updateViewOnRollbackCall");
257 CallJS("showRollbackOption");
264 CallJS("hideRollbackOption");
H A Denrollment_screen_handler.cc448 CallJS("doReload");
520 base::Bind(&EnrollmentScreenHandler::CallJS<double, std::string>,
561 CallJS("showStep", std::string(step));
570 CallJS("showError", message, retry);
574 CallJS("showWorking", l10n_util::GetStringUTF16(message_id));
H A Dbase_screen_handler.cc91 void BaseScreenHandler::CallJS(const std::string& method) { function in class:chromeos::BaseScreenHandler
H A Dcontroller_pairing_screen_handler.cc131 CallJS(kMethodContextChanged, diff);
H A Dkiosk_autolaunch_screen_handler.cc87 CallJS("updateApp", app_info);
H A Dkiosk_enable_screen_handler.cc137 CallJS("onCompleted", success);
H A Dapp_launch_splash_screen_handler.cc119 CallJS("toggleNetworkConfig", visible);
237 CallJS("updateMessage", text);
H A Dgaia_screen_handler.cc211 CallJS("loadAuthExtension", params);
218 CallJS("updateAuthExtension", params);
234 CallJS("doReload");
H A Dhid_detection_screen_handler.cc552 CallJS("setPointingDeviceState", state);
587 CallJS("setKeyboardDeviceState", state_info);
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.h188 int64_t CallJS(byte* entry,
883 reinterpret_cast<Object*>(Simulator::current(Isolate::Current())->CallJS( \
H A Dsimulator-arm64.cc179 int64_t Simulator::CallJS(byte* entry, function in class:v8::internal::Simulator

Completed in 1392 milliseconds