HomeSort by relevance Sort by last modified time
    Searched refs:WebLocalizedString (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebKit/mac/Misc/
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), string)
61 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
65 #define UI_STRING(string, comment) WebLocalizedString(0, string)
66 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(0, key)
WebLocalizableStrings.mm 36 NSString *WebLocalizedString(WebLocalizableStringsBundle *stringsBundle, const char *key)
  /external/webkit/WebKit/chromium/src/
LocalizedStrings.cpp 41 #include "WebLocalizedString.h"
44 using WebKit::WebLocalizedString;
48 static String query(WebLocalizedString::Name name)
53 static String query(WebLocalizedString::Name name, int numericValue)
60 return query(WebLocalizedString::SearchableIndexIntroduction);
65 return query(WebLocalizedString::SubmitButtonDefaultLabel);
70 return query(WebLocalizedString::InputElementAltText);
75 return query(WebLocalizedString::ResetButtonDefaultLabel);
80 return query(WebLocalizedString::FileButtonChooseFileLabel);
85 return query(WebLocalizedString::FileButtonNoFileSelectedLabel)
    [all...]
  /external/webkit/WebKit/chromium/public/
WebLocalizedString.h 36 struct WebLocalizedString {
WebKitClient.h 36 #include "WebLocalizedString.h"
230 virtual WebString queryLocalizedString(WebLocalizedString::Name) { return WebString(); }
231 virtual WebString queryLocalizedString(WebLocalizedString::Name, int numericValue) { return WebString(); }
  /external/webkit/WebKit/win/
WebLocalizableStrings.h 46 CFStringRef WebLocalizedString(WebLocalizableStringsBundle *bundle, LPCTSTR key);
WebLocalizableStrings.cpp 238 CFStringRef WebLocalizedString(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key)

Completed in 1486 milliseconds