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

  /external/webkit/Source/WebKit/chromium/src/
LocalizedStrings.cpp 39 #include "WebLocalizedString.h"
45 using WebKit::WebLocalizedString;
50 static String query(WebLocalizedString::Name name)
55 static String query(WebLocalizedString::Name name, const WebString& parameter)
60 static String query(WebLocalizedString::Name name, const WebString& parameter1, const WebString& parameter2)
67 return query(WebLocalizedString::SearchableIndexIntroduction);
72 return query(WebLocalizedString::SubmitButtonDefaultLabel);
77 return query(WebLocalizedString::InputElementAltText);
82 return query(WebLocalizedString::ResetButtonDefaultLabel);
87 return query(WebLocalizedString::FileButtonChooseFileLabel)
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebLocalizableStrings.h 47 NSString *WebLocalizedString(WebLocalizableStringsBundle *bundle, const char *key);
49 CFStringRef WebLocalizedString(WebLocalizableStringsBundle *bundle, const char *key);
62 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
63 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
67 #define UI_STRING(string, comment) WebLocalizedString(0, string)
68 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(0, key)
WebLocalizableStrings.mm 36 NSString *WebLocalizedString(WebLocalizableStringsBundle *stringsBundle, const char *key)
  /external/chromium/webkit/glue/
webkitclient_impl.cc 54 using WebKit::WebLocalizedString;
117 static int ToMessageID(WebLocalizedString::Name name) {
119 case WebLocalizedString::SubmitButtonDefaultLabel:
121 case WebLocalizedString::InputElementAltText:
123 case WebLocalizedString::ResetButtonDefaultLabel:
125 case WebLocalizedString::FileButtonChooseFileLabel:
127 case WebLocalizedString::FileButtonNoFileSelectedLabel:
129 case WebLocalizedString::MultipleFileUploadText:
131 case WebLocalizedString::SearchableIndexIntroduction:
133 case WebLocalizedString::SearchMenuNoRecentSearchesText
    [all...]
webkitclient_impl.h 61 WebKit::WebLocalizedString::Name name);
63 WebKit::WebLocalizedString::Name name, int numeric_value);
65 WebKit::WebLocalizedString::Name name, const WebKit::WebString& value);
67 WebKit::WebLocalizedString::Name name,
  /external/webkit/Source/WebKit/chromium/public/
WebLocalizedString.h 36 struct WebLocalizedString {
WebKitClient.h 38 #include "WebLocalizedString.h"
232 virtual WebString queryLocalizedString(WebLocalizedString::Name) { return WebString(); }
233 virtual WebString queryLocalizedString(WebLocalizedString::Name, const WebString& parameter) { return WebString(); }
234 virtual WebString queryLocalizedString(WebLocalizedString::Name, const WebString& parameter1, const WebString& parameter2) { return WebString(); }
  /external/webkit/Source/WebKit/win/
WebLocalizableStrings.h 46 CFStringRef WebLocalizedString(WebLocalizableStringsBundle *bundle, LPCTSTR key);
WebLocalizableStrings.cpp 237 CFStringRef WebLocalizedString(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key)

Completed in 1560 milliseconds