Searched defs:ShowStatusMessage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dlocally_managed_user_creation_screen_handler.cc220 void LocallyManagedUserCreationScreenHandler::ShowStatusMessage( function in class:chromeos::LocallyManagedUserCreationScreenHandler
320 ShowStatusMessage(true /* progress */, l10n_util::GetStringUTF16(
331 ShowStatusMessage(true /* progress */, l10n_util::GetStringUTF16(
344 ShowStatusMessage(true /* progress */, l10n_util::GetStringUTF16(
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc114 ShowStatusMessage("File name must begin with /");
201 ShowStatusMessage("Save success");
254 ShowStatusMessage("Load success");
266 ShowStatusMessage("File/Directory not found");
272 ShowStatusMessage("Delete success");
305 ShowStatusMessage("List success");
320 ShowStatusMessage("Make directory success");
331 void ShowStatusMessage(const std::string& message) { function in class:FileIoInstance

Completed in 129 milliseconds