WebLocalizedString 38 Source/core/accessibility/AXMediaControls.cpp using blink::WebLocalizedString; WebLocalizedString 42 Source/core/accessibility/AXMediaControls.cpp static inline String queryString(WebLocalizedString::Name name) WebLocalizedString 85 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaDefault); WebLocalizedString 94 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaEnterFullscreenButton); WebLocalizedString 96 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaExitFullscreenButton); WebLocalizedString 98 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaMuteButton); WebLocalizedString 100 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaPlayButton); WebLocalizedString 102 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaUnMuteButton); WebLocalizedString 104 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaPauseButton); WebLocalizedString 106 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaStatusDisplay); WebLocalizedString 108 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaCurrentTimeDisplay); WebLocalizedString 110 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaTimeRemainingDisplay); WebLocalizedString 112 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaShowClosedCaptionsButton); WebLocalizedString 114 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaHideClosedCaptionsButton); WebLocalizedString 116 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaDefault); WebLocalizedString 124 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaEnterFullscreenButtonHelp); WebLocalizedString 126 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaExitFullscreenButtonHelp); WebLocalizedString 128 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaMuteButtonHelp); WebLocalizedString 130 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaPlayButtonHelp); WebLocalizedString 132 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaUnMuteButtonHelp); WebLocalizedString 134 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaPauseButtonHelp); WebLocalizedString 136 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaStatusDisplayHelp); WebLocalizedString 138 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaCurrentTimeDisplayHelp); WebLocalizedString 140 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaTimeRemainingDisplayHelp); WebLocalizedString 142 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaShowClosedCaptionsButtonHelp); WebLocalizedString 144 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaHideClosedCaptionsButtonHelp); WebLocalizedString 146 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaDefault); WebLocalizedString 201 Source/core/accessibility/AXMediaControls.cpp return queryString(controllingVideoElement() ? WebLocalizedString::AXMediaVideoElement : WebLocalizedString::AXMediaAudioElement); WebLocalizedString 206 Source/core/accessibility/AXMediaControls.cpp return queryString(controllingVideoElement() ? WebLocalizedString::AXMediaVideoElementHelp : WebLocalizedString::AXMediaAudioElementHelp); WebLocalizedString 255 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaSliderHelp); WebLocalizedString 286 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaCurrentTimeDisplay); WebLocalizedString 287 Source/core/accessibility/AXMediaControls.cpp return queryString(WebLocalizedString::AXMediaTimeRemainingDisplay); WebLocalizedString 45 Source/core/accessibility/AXObject.cpp using blink::WebLocalizedString; WebLocalizedString 350 Source/core/accessibility/AXObject.cpp static String queryString(WebLocalizedString::Name name) WebLocalizedString 362 Source/core/accessibility/AXObject.cpp return queryString(WebLocalizedString::AXButtonActionVerb); WebLocalizedString 365 Source/core/accessibility/AXObject.cpp return queryString(WebLocalizedString::AXTextFieldActionVerb); WebLocalizedString 367 Source/core/accessibility/AXObject.cpp return queryString(WebLocalizedString::AXRadioButtonActionVerb); WebLocalizedString 369 Source/core/accessibility/AXObject.cpp return queryString(isChecked() ? WebLocalizedString::AXCheckedCheckBoxActionVerb : WebLocalizedString::AXUncheckedCheckBoxActionVerb); WebLocalizedString 371 Source/core/accessibility/AXObject.cpp return queryString(WebLocalizedString::AXLinkActionVerb); WebLocalizedString 74 Source/core/accessibility/AXRenderObject.cpp using blink::WebLocalizedString; WebLocalizedString 835 Source/core/accessibility/AXRenderObject.cpp static String queryString(WebLocalizedString::Name name) WebLocalizedString 845 Source/core/accessibility/AXRenderObject.cpp return queryString(WebLocalizedString::AXButtonActionVerb); WebLocalizedString 848 Source/core/accessibility/AXRenderObject.cpp return queryString(WebLocalizedString::AXTextFieldActionVerb); WebLocalizedString 850 Source/core/accessibility/AXRenderObject.cpp return queryString(WebLocalizedString::AXRadioButtonActionVerb); WebLocalizedString 852 Source/core/accessibility/AXRenderObject.cpp return queryString(isChecked() ? WebLocalizedString::AXCheckedCheckBoxActionVerb : WebLocalizedString::AXUncheckedCheckBoxActionVerb); WebLocalizedString 854 Source/core/accessibility/AXRenderObject.cpp return queryString(WebLocalizedString::AXLinkActionVerb); WebLocalizedString 65 Source/core/html/HTMLDetailsElement.cpp defaultSummary->appendChild(Text::create(document(), locale().queryString(blink::WebLocalizedString::DetailsLabel))); WebLocalizedString 804 Source/core/html/HTMLInputElement.cpp alt = locale().queryString(blink::WebLocalizedString::InputElementAltText); WebLocalizedString 150 Source/core/html/HTMLSelectElement.cpp return locale().queryString(blink::WebLocalizedString::ValidationValueMissingForSelect); WebLocalizedString 471 Source/core/html/HTMLTextAreaElement.cpp return locale().queryString(blink::WebLocalizedString::ValidationValueMissing); WebLocalizedString 44 Source/core/html/forms/BaseDateAndTimeInputType.cpp using blink::WebLocalizedString; WebLocalizedString 84 Source/core/html/forms/BaseDateAndTimeInputType.cpp return locale().queryString(WebLocalizedString::ValidationRangeOverflowDateTime, localizeValue(serialize(maximum))); WebLocalizedString 89 Source/core/html/forms/BaseDateAndTimeInputType.cpp return locale().queryString(WebLocalizedString::ValidationRangeUnderflowDateTime, localizeValue(serialize(minimum))); WebLocalizedString 300 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp return locale().queryString(blink::WebLocalizedString::ValidationBadInputForDateTime); WebLocalizedString 60 Source/core/html/forms/CheckboxInputType.cpp return locale().queryString(blink::WebLocalizedString::ValidationValueMissingForCheckbox); WebLocalizedString 44 Source/core/html/forms/DateInputType.cpp using blink::WebLocalizedString; WebLocalizedString 113 Source/core/html/forms/DateInputType.cpp layoutParameters.placeholderForDay = locale().queryString(WebLocalizedString::PlaceholderForDayOfMonthField); WebLocalizedString 114 Source/core/html/forms/DateInputType.cpp layoutParameters.placeholderForMonth = locale().queryString(WebLocalizedString::PlaceholderForMonthField); WebLocalizedString 115 Source/core/html/forms/DateInputType.cpp layoutParameters.placeholderForYear = locale().queryString(WebLocalizedString::PlaceholderForYearField); WebLocalizedString 46 Source/core/html/forms/DateTimeLocalInputType.cpp using blink::WebLocalizedString; WebLocalizedString 156 Source/core/html/forms/DateTimeLocalInputType.cpp layoutParameters.placeholderForDay = locale().queryString(WebLocalizedString::PlaceholderForDayOfMonthField); WebLocalizedString 157 Source/core/html/forms/DateTimeLocalInputType.cpp layoutParameters.placeholderForMonth = locale().queryString(WebLocalizedString::PlaceholderForMonthField); WebLocalizedString 158 Source/core/html/forms/DateTimeLocalInputType.cpp layoutParameters.placeholderForYear = locale().queryString(WebLocalizedString::PlaceholderForYearField); WebLocalizedString 41 Source/core/html/forms/EmailInputType.cpp using blink::WebLocalizedString; WebLocalizedString 195 Source/core/html/forms/EmailInputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmailEmpty); WebLocalizedString 199 Source/core/html/forms/EmailInputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmailNoAtSign, atSign, invalidAddress); WebLocalizedString 206 Source/core/html/forms/EmailInputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmailEmptyLocal, atSign, unicodeAddress); WebLocalizedString 208 Source/core/html/forms/EmailInputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmailEmptyDomain, atSign, unicodeAddress); WebLocalizedString 212 Source/core/html/forms/EmailInputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmailInvalidLocal, atSign, localPart.substring(invalidCharIndex, charLength)); WebLocalizedString 217 Source/core/html/forms/EmailInputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmailInvalidDomain, atSign, domain.substring(invalidCharIndex, charLength)); WebLocalizedString 222 Source/core/html/forms/EmailInputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmailInvalidDots, String("."), unicodeAddress.substring(atIndexInUnicode + 1)); WebLocalizedString 225 Source/core/html/forms/EmailInputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatchForMultipleEmail); WebLocalizedString 226 Source/core/html/forms/EmailInputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmail); WebLocalizedString 48 Source/core/html/forms/FileInputType.cpp using blink::WebLocalizedString; WebLocalizedString 135 Source/core/html/forms/FileInputType.cpp return locale().queryString(element().multiple() ? WebLocalizedString::ValidationValueMissingForMultipleFile : WebLocalizedString::ValidationValueMissingForFile); WebLocalizedString 256 Source/core/html/forms/FileInputType.cpp button->setAttribute(valueAttr, AtomicString(locale().queryString(element().multiple() ? WebLocalizedString::FileButtonChooseMultipleFilesLabel : WebLocalizedString::FileButtonChooseFileLabel))); WebLocalizedString 272 Source/core/html/forms/FileInputType.cpp button->setAttribute(valueAttr, AtomicString(locale().queryString(element().multiple() ? WebLocalizedString::FileButtonChooseMultipleFilesLabel : WebLocalizedString::FileButtonChooseFileLabel))); WebLocalizedString 373 Source/core/html/forms/FileInputType.cpp return locale().queryString(WebLocalizedString::FileButtonNoFileSelectedLabel); WebLocalizedString 74 Source/core/html/forms/InputType.cpp using blink::WebLocalizedString; WebLocalizedString 342 Source/core/html/forms/InputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatch); WebLocalizedString 359 Source/core/html/forms/InputType.cpp return locale().queryString(WebLocalizedString::ValidationTypeMismatch); WebLocalizedString 364 Source/core/html/forms/InputType.cpp return locale().queryString(WebLocalizedString::ValidationValueMissing); WebLocalizedString 383 Source/core/html/forms/InputType.cpp return locale().queryString(WebLocalizedString::ValidationPatternMismatch); WebLocalizedString 409 Source/core/html/forms/InputType.cpp return locale().queryString(WebLocalizedString::ValidationStepMismatchCloseToLimit, localizedCandidate1); WebLocalizedString 412 Source/core/html/forms/InputType.cpp return locale().queryString(WebLocalizedString::ValidationStepMismatch, localizedCandidate1, localizedCandidate2); WebLocalizedString 413 Source/core/html/forms/InputType.cpp return locale().queryString(WebLocalizedString::ValidationStepMismatch, localizedCandidate2, localizedCandidate1); WebLocalizedString 50 Source/core/html/forms/NumberInputType.cpp using blink::WebLocalizedString; WebLocalizedString 247 Source/core/html/forms/NumberInputType.cpp return locale().queryString(WebLocalizedString::ValidationBadInputForNumber); WebLocalizedString 252 Source/core/html/forms/NumberInputType.cpp return locale().queryString(WebLocalizedString::ValidationRangeOverflow, localizeValue(serialize(maximum))); WebLocalizedString 257 Source/core/html/forms/NumberInputType.cpp return locale().queryString(WebLocalizedString::ValidationRangeUnderflow, localizeValue(serialize(minimum))); WebLocalizedString 56 Source/core/html/forms/RadioInputType.cpp return locale().queryString(blink::WebLocalizedString::ValidationValueMissingForRadio); WebLocalizedString 69 Source/core/html/forms/ResetInputType.cpp return locale().queryString(blink::WebLocalizedString::ResetButtonDefaultLabel); WebLocalizedString 86 Source/core/html/forms/SubmitInputType.cpp return locale().queryString(blink::WebLocalizedString::SubmitButtonDefaultLabel); WebLocalizedString 68 Source/core/html/forms/URLInputType.cpp return locale().queryString(blink::WebLocalizedString::ValidationTypeMismatchForURL); WebLocalizedString 42 Source/core/html/shadow/DateTimeFieldElement.cpp return Locale::defaultLocale().queryString(blink::WebLocalizedString::AXDateTimeFieldEmptyValueText); WebLocalizedString 38 Source/core/html/shadow/DateTimeFieldElements.cpp using blink::WebLocalizedString; WebLocalizedString 40 Source/core/html/shadow/DateTimeFieldElements.cpp static String queryString(WebLocalizedString::Name name) WebLocalizedString 54 Source/core/html/shadow/DateTimeFieldElements.cpp field->initialize(ampmPsuedoId, queryString(WebLocalizedString::AXAMPMFieldText)); WebLocalizedString 90 Source/core/html/shadow/DateTimeFieldElements.cpp field->initialize(dayPsuedoId, queryString(WebLocalizedString::AXDayOfMonthFieldText)); WebLocalizedString 130 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeNumericFieldElement::initialize(hourPsuedoId, queryString(WebLocalizedString::AXHourFieldText)); WebLocalizedString 333 Source/core/html/shadow/DateTimeFieldElements.cpp field->initialize(millisecondPsuedoId, queryString(WebLocalizedString::AXMillisecondFieldText)); WebLocalizedString 374 Source/core/html/shadow/DateTimeFieldElements.cpp field->initialize(minutePsuedoId, queryString(WebLocalizedString::AXMinuteFieldText)); WebLocalizedString 415 Source/core/html/shadow/DateTimeFieldElements.cpp field->initialize(monthPsuedoId, queryString(WebLocalizedString::AXMonthFieldText)); WebLocalizedString 456 Source/core/html/shadow/DateTimeFieldElements.cpp field->initialize(secondPsuedoId, queryString(WebLocalizedString::AXSecondFieldText)); WebLocalizedString 497 Source/core/html/shadow/DateTimeFieldElements.cpp field->initialize(monthPsuedoId, queryString(WebLocalizedString::AXMonthFieldText)); WebLocalizedString 541 Source/core/html/shadow/DateTimeFieldElements.cpp field->initialize(weekPsuedoId, queryString(WebLocalizedString::AXWeekOfYearFieldText)); WebLocalizedString 586 Source/core/html/shadow/DateTimeFieldElements.cpp field->initialize(yearPsuedoId, queryString(WebLocalizedString::AXYearFieldText)); WebLocalizedString 82 Source/core/rendering/RenderEmbeddedObject.cpp return locale.queryString(blink::WebLocalizedString::MissingPluginText); WebLocalizedString 84 Source/core/rendering/RenderEmbeddedObject.cpp return locale.queryString(blink::WebLocalizedString::BlockedPluginText); WebLocalizedString 159 Source/core/rendering/RenderFileUploadControl.cpp const String label = toHTMLInputElement(node())->locale().queryString(blink::WebLocalizedString::FileButtonNoFileSelectedLabel); WebLocalizedString 1106 Source/core/rendering/RenderTheme.cpp string = locale.queryString(blink::WebLocalizedString::FileButtonNoFileSelectedLabel); WebLocalizedString 1111 Source/core/rendering/RenderTheme.cpp return StringTruncator::rightTruncate(locale.queryString(blink::WebLocalizedString::MultipleFileUploadText, String::number(fileList->length())), width, font, StringTruncator::EnableRoundingHacks); WebLocalizedString 44 Source/platform/SSLKeyGenerator.cpp sizes[0] = locale.queryString(blink::WebLocalizedString::KeygenMenuHighGradeKeySize); WebLocalizedString 45 Source/platform/SSLKeyGenerator.cpp sizes[1] = locale.queryString(blink::WebLocalizedString::KeygenMenuMediumGradeKeySize); WebLocalizedString 42 Source/platform/text/PlatformLocale.cpp using blink::WebLocalizedString; WebLocalizedString 193 Source/platform/text/PlatformLocale.cpp String Locale::queryString(WebLocalizedString::Name name) WebLocalizedString 199 Source/platform/text/PlatformLocale.cpp String Locale::queryString(WebLocalizedString::Name name, const String& parameter) WebLocalizedString 205 Source/platform/text/PlatformLocale.cpp String Locale::queryString(WebLocalizedString::Name name, const String& parameter1, const String& parameter2) WebLocalizedString 213 Source/platform/text/PlatformLocale.cpp return queryString(WebLocalizedString::ValidationTooLong, convertToLocalizedNumber(String::number(valueLength)), convertToLocalizedNumber(String::number(maxLength))); WebLocalizedString 218 Source/platform/text/PlatformLocale.cpp String templ = queryString(WebLocalizedString::WeekFormatTemplate); WebLocalizedString 43 Source/platform/text/PlatformLocale.h String queryString(blink::WebLocalizedString::Name); WebLocalizedString 44 Source/platform/text/PlatformLocale.h String queryString(blink::WebLocalizedString::Name, const String& parameter); WebLocalizedString 45 Source/platform/text/PlatformLocale.h String queryString(blink::WebLocalizedString::Name, const String& parameter1, const String& parameter2); WebLocalizedString 97 Source/web/ColorChooserPopupUIController.cpp PagePopupClient::addProperty("otherColorLabel", locale().queryString(WebLocalizedString::OtherColorLabel), data); WebLocalizedString 110 Source/web/DateTimeChooserImpl.cpp todayLabelString = locale().queryString(WebLocalizedString::ThisMonthButtonLabel); WebLocalizedString 111 Source/web/DateTimeChooserImpl.cpp otherDateLabelString = locale().queryString(WebLocalizedString::OtherMonthLabel); WebLocalizedString 113 Source/web/DateTimeChooserImpl.cpp todayLabelString = locale().queryString(WebLocalizedString::ThisWeekButtonLabel); WebLocalizedString 114 Source/web/DateTimeChooserImpl.cpp otherDateLabelString = locale().queryString(WebLocalizedString::OtherWeekLabel); WebLocalizedString 116 Source/web/DateTimeChooserImpl.cpp todayLabelString = locale().queryString(WebLocalizedString::CalendarToday); WebLocalizedString 117 Source/web/DateTimeChooserImpl.cpp otherDateLabelString = locale().queryString(WebLocalizedString::OtherDateLabel); WebLocalizedString 136 Source/web/DateTimeChooserImpl.cpp addProperty("clearLabel", locale().queryString(WebLocalizedString::CalendarClear), data); WebLocalizedString 137 Source/web/DateTimeChooserImpl.cpp addProperty("weekLabel", locale().queryString(WebLocalizedString::WeekNumberLabel), data); WebLocalizedString 103 public/platform/Platform.h struct WebLocalizedString; WebLocalizedString 348 public/platform/Platform.h virtual WebString queryLocalizedString(WebLocalizedString::Name) { return WebString(); } WebLocalizedString 349 public/platform/Platform.h virtual WebString queryLocalizedString(WebLocalizedString::Name, const WebString& parameter) { return WebString(); } WebLocalizedString 350 public/platform/Platform.h virtual WebString queryLocalizedString(WebLocalizedString::Name, const WebString& parameter1, const WebString& parameter2) { return WebString(); }