OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebLocalizedString
(Results
26 - 40
of
40
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputType.cpp
72
using blink::
WebLocalizedString
;
347
return locale().queryString(
WebLocalizedString
::ValidationTypeMismatch);
364
return locale().queryString(
WebLocalizedString
::ValidationTypeMismatch);
369
return locale().queryString(
WebLocalizedString
::ValidationValueMissing);
388
return locale().queryString(
WebLocalizedString
::ValidationPatternMismatch);
414
return locale().queryString(
WebLocalizedString
::ValidationStepMismatchCloseToLimit, localizedCandidate1);
417
return locale().queryString(
WebLocalizedString
::ValidationStepMismatch, localizedCandidate1, localizedCandidate2);
418
return locale().queryString(
WebLocalizedString
::ValidationStepMismatch, localizedCandidate2, localizedCandidate1);
RadioInputType.cpp
56
return locale().queryString(blink::
WebLocalizedString
::ValidationValueMissingForRadio);
BaseMultipleFieldsDateAndTimeInputType.cpp
300
return locale().queryString(blink::
WebLocalizedString
::ValidationBadInputForDateTime);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDetailsElement.cpp
61
defaultSummary->appendChild(Text::create(document(), locale().queryString(blink::
WebLocalizedString
::DetailsLabel)));
HTMLTextAreaElement.cpp
445
return locale().queryString(blink::
WebLocalizedString
::ValidationValueMissing);
HTMLInputElement.cpp
811
alt = locale().queryString(blink::
WebLocalizedString
::InputElementAltText);
[
all
...]
HTMLSelectElement.cpp
157
return locale().queryString(blink::
WebLocalizedString
::ValidationValueMissingForSelect);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.cpp
97
PagePopupClient::addProperty("otherColorLabel", locale().queryString(
WebLocalizedString
::OtherColorLabel), writer);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.cpp
85
return locale.queryString(blink::
WebLocalizedString
::MissingPluginText);
87
return locale.queryString(blink::
WebLocalizedString
::BlockedPluginText);
RenderFileUploadControl.cpp
160
const String label = toHTMLInputElement(node())->locale().queryString(blink::
WebLocalizedString
::FileButtonNoFileSelectedLabel);
RenderTheme.cpp
[
all
...]
RenderThemeChromiumMac.mm
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeFieldElement.cpp
42
return Locale::defaultLocale().queryString(blink::
WebLocalizedString
::AXDateTimeFieldEmptyValueText);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp
75
using blink::
WebLocalizedString
;
833
static String queryString(
WebLocalizedString
::Name name)
843
return queryString(
WebLocalizedString
::AXButtonActionVerb);
846
return queryString(
WebLocalizedString
::AXTextFieldActionVerb);
848
return queryString(
WebLocalizedString
::AXRadioButtonActionVerb);
850
return queryString(isChecked() ?
WebLocalizedString
::AXCheckedCheckBoxActionVerb :
WebLocalizedString
::AXUncheckedCheckBoxActionVerb);
852
return queryString(
WebLocalizedString
::AXLinkActionVerb);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp
514
processFakeCharacters(Locale::defaultLocale().queryString(blink::
WebLocalizedString
::SearchableIndexIntroduction));
[
all
...]
Completed in 749 milliseconds
1
2