Searched refs:WebLocalizedString (Results 1 – 18 of 18) sorted by relevance
| /external/webkit/WebKit/chromium/src/ |
| D | LocalizedStrings.cpp | 44 using WebKit::WebLocalizedString; 48 static String query(WebLocalizedString::Name name) in query() 53 static String query(WebLocalizedString::Name name, int numericValue) in query() 60 return query(WebLocalizedString::SearchableIndexIntroduction); in searchableIndexIntroduction() 65 return query(WebLocalizedString::SubmitButtonDefaultLabel); in submitButtonDefaultLabel() 70 return query(WebLocalizedString::InputElementAltText); in inputElementAltText() 75 return query(WebLocalizedString::ResetButtonDefaultLabel); in resetButtonDefaultLabel() 80 return query(WebLocalizedString::FileButtonChooseFileLabel); in fileButtonChooseFileLabel() 85 return query(WebLocalizedString::FileButtonNoFileSelectedLabel); in fileButtonNoFileSelectedLabel() 90 return query(WebLocalizedString::SearchMenuNoRecentSearchesText); in searchMenuNoRecentSearchesText() [all …]
|
| /external/webkit/WebKit/mac/Misc/ |
| D | WebLocalizableStrings.h | 45 NSString *WebLocalizedString(WebLocalizableStringsBundle *bundle, const char *key); 47 CFStringRef WebLocalizedString(WebLocalizableStringsBundle *bundle, const char *key); 60 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), … 61 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWOR… 65 #define UI_STRING(string, comment) WebLocalizedString(0, string) 66 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(0, key)
|
| D | WebLocalizableStrings.mm | 36 NSString *WebLocalizedString(WebLocalizableStringsBundle *stringsBundle, const char *key) function
|
| /external/webkit/WebKit/chromium/public/ |
| D | WebKitClient.h | 230 virtual WebString queryLocalizedString(WebLocalizedString::Name) { return WebString(); } in queryLocalizedString() 231 …virtual WebString queryLocalizedString(WebLocalizedString::Name, int numericValue) { return WebStr… in queryLocalizedString()
|
| D | WebLocalizedString.h | 36 struct WebLocalizedString { struct
|
| /external/webkit/WebKit/win/ |
| D | WebLocalizableStrings.h | 46 CFStringRef WebLocalizedString(WebLocalizableStringsBundle *bundle, LPCTSTR key);
|
| D | WebLocalizableStrings.cpp | 238 CFStringRef WebLocalizedString(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key) in WebLocalizedString() function
|
| D | ChangeLog | 2208 Fix crashes/assertions when calling WebLocalizedString from multiple 2211 Fixes <http://webkit.org/b/30534> WebLocalizedString asserts if called
|
| D | ChangeLog-2009-06-16 | 9726 (localizedString): Refactored from WebLocalizedString. Takes a 9731 (WebLocalizedString): Changed to call localizedString. 9849 Cache strings that come directly from WebLocalizedString 9854 (copyLocalizedStringFromBundle): This used to be WebLocalizedString, 9860 (WebLocalizedString): Rewrote to use the new helper functions. 9891 Fix the parameter type of WebLocalizedString to match the UI_STRING macro 9896 (WebLocalizedString): 14019 (WebLocalizedString): Make failure to load a localized string slightly less fatal
|
| /external/webkit/WebKit/win/WebKit.vcproj/ |
| D | WebKit_debug.def | 25 WebLocalizedString
|
| D | WebKit.def | 25 WebLocalizedString
|
| D | WebKit_Cairo.def | 26 WebLocalizedString
|
| D | WebKit_Cairo_debug.def | 26 WebLocalizedString
|
| /external/webkit/WebKit/mac/ |
| D | ChangeLog | 162 WebLocalizedString() could use an assertion that it is being called on the main thread 169 (WebLocalizedString):
|
| D | ChangeLog-2007-10-14 | 5036 (WebLocalizedString):
|
| /external/webkit/WebKit/chromium/ |
| D | WebKit.gyp | 129 'public/WebLocalizedString.h',
|
| D | ChangeLog | 6198 * public/WebLocalizedString.h: Added. 6199 (WebKit::WebLocalizedString::):
|
| /external/webkit/WebKit/ |
| D | ChangeLog | 13 WebLocalizedString() could use an assertion that it is being called on the main thread
|