OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UI_STRING_KEY
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebLocalizableStrings.h
63
#define
UI_STRING_KEY
(string, key, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
68
#define
UI_STRING_KEY
(string, key, comment) WebLocalizedString(0, key)
/external/webkit/Source/WebKit/win/
WebLocalizableStrings.h
60
#define
UI_STRING_KEY
(string, key, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
67
#define
UI_STRING_KEY
(string, key, comment) WebLocalizedStringUTF8(0, key)
/external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.cpp
39
#define
UI_STRING_KEY
(text, key, description) text
129
return
UI_STRING_KEY
("Submit", "Submit (input element)", "alt text for <input> elements with no alt, title, or value");
476
return
UI_STRING_KEY
("press", "press (select element)", "Verb stating the action that will occur when a select element's popup list is clicked, as used by accessibility");
/external/webkit/Tools/Scripts/
extract-localizable-strings
172
} elsif (($macro =~ /(WEB_)?
UI_STRING_KEY
(_INTERNAL)?$/) and !defined $key) {
Completed in 35 milliseconds