/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
update_screen_handler.cc | 76 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);
|
core_oobe_handler.cc | 155 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("setTpmPassword", tpm_password) [all...] |
supervised_user_creation_screen_handler.cc | 245 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("supervisedUserSuggestImport", name, user_id) [all...] |
user_image_screen_handler.cc | 127 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");
|
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,
|
error_screen_handler.cc | 130 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);
|
terms_of_service_screen_handler.cc | 185 CallJS("setDomain", domain_); 197 CallJS("setTermsOfServiceLoadError"); 199 CallJS("setTermsOfService", terms_of_service_);
|
host_pairing_screen_handler.cc | 106 CallJS(kMethodContextChanged, diff);
|
signin_screen_handler.cc | 438 CallJS("showLoginSpinner"); [all...] |
network_screen_handler.cc | 134 CallJS("showError", message); 150 CallJS("enableContinueButton", enabled); 311 CallJS("setTimezone", current_timezone_id); 316 CallJS("setInputMethod",
|
reset_screen_handler.cc | 229 CallJS("updateViewOnRollbackCall"); 257 CallJS("showRollbackOption"); 264 CallJS("hideRollbackOption");
|
enrollment_screen_handler.cc | 448 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));
|
base_screen_handler.cc | 91 void BaseScreenHandler::CallJS(const std::string& method) {
|
controller_pairing_screen_handler.cc | 131 CallJS(kMethodContextChanged, diff);
|
kiosk_autolaunch_screen_handler.cc | 87 CallJS("updateApp", app_info);
|
kiosk_enable_screen_handler.cc | 137 CallJS("onCompleted", success);
|
app_launch_splash_screen_handler.cc | 119 CallJS("toggleNetworkConfig", visible); 237 CallJS("updateMessage", text);
|
gaia_screen_handler.cc | 211 CallJS("loadAuthExtension", params); 218 CallJS("updateAuthExtension", params); 234 CallJS("doReload");
|
hid_detection_screen_handler.cc | 552 CallJS("setPointingDeviceState", state); 587 CallJS("setKeyboardDeviceState", state_info);
|
/external/chromium_org/v8/src/arm64/ |
simulator-arm64.h | 188 int64_t CallJS(byte* entry, 883 reinterpret_cast<Object*>(Simulator::current(Isolate::Current())->CallJS( \
|
simulator-arm64.cc | 179 int64_t Simulator::CallJS(byte* entry, [all...] |