/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | PlatformStrategiesWinCE.cpp | 38 #define UI_STRING(text, description) text macro 119 …return UI_STRING("This is a searchable index. Enter search keywords: ", "text that appears at the … in searchableIndexIntroduction() 124 return UI_STRING("Submit", "default label for Submit buttons in forms on web pages"); in submitButtonDefaultLabel() 134 return UI_STRING("Reset", "default label for Reset buttons in forms on web pages"); in resetButtonDefaultLabel() 139 return UI_STRING("Choose File", "title for file button used in HTML forms"); in fileButtonChooseFileLabel() 144 …return UI_STRING("no file selected", "text to display in file button used in HTML forms when no fi… in fileButtonNoFileSelectedLabel() 149 return UI_STRING("Details", "text to display in <details> tag when it has no <summary> child"); in defaultDetailsSummaryText() 154 return UI_STRING("Open Link in New Window", "Open in New Window context menu item"); in contextMenuItemTagOpenLinkInNewWindow() 159 return UI_STRING("Download Linked File", "Download Linked File context menu item"); in contextMenuItemTagDownloadLinkToDisk() 164 return UI_STRING("Copy Link", "Copy Link context menu item"); in contextMenuItemTagCopyLinkToClipboard() [all …]
|
/external/openssl/include/openssl/ |
D | ui.h | 290 typedef struct ui_string_st UI_STRING; typedef 291 DECLARE_STACK_OF(UI_STRING) 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)); 311 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis)); 315 int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*); 317 int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*); 325 enum UI_string_types UI_get_string_type(UI_STRING *uis); 327 int UI_get_input_flags(UI_STRING *uis); 329 const char *UI_get0_output_string(UI_STRING *uis); 331 const char *UI_get0_action_string(UI_STRING *uis); [all …]
|
D | safestack.h | 1682 #define sk_UI_STRING_new(cmp) SKM_sk_new(UI_STRING, (cmp)) 1683 #define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING) 1684 #define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st)) 1685 #define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st)) 1686 #define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i)) 1687 #define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val)) 1688 #define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st)) 1689 #define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val)) 1690 #define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val)) 1691 #define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (st), (val)) [all …]
|
/external/openssl/crypto/ui/ |
D | ui.h | 290 typedef struct ui_string_st UI_STRING; typedef 291 DECLARE_STACK_OF(UI_STRING) 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)); 311 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis)); 315 int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*); 317 int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*); 325 enum UI_string_types UI_get_string_type(UI_STRING *uis); 327 int UI_get_input_flags(UI_STRING *uis); 329 const char *UI_get0_output_string(UI_STRING *uis); 331 const char *UI_get0_action_string(UI_STRING *uis); [all …]
|
D | ui_lib.c | 98 static void free_string(UI_STRING *uis) in free_string() 139 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt, in general_allocate_prompt() 143 UI_STRING *ret = NULL; in general_allocate_prompt() 154 else if ((ret = (UI_STRING *)OPENSSL_malloc(sizeof(UI_STRING)))) in general_allocate_prompt() 170 UI_STRING *s = general_allocate_prompt(ui, prompt, prompt_freeable, in general_allocate_string() 197 UI_STRING *s; in general_allocate_boolean() 475 UI_STRING uis; in print_error() 652 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) in UI_method_set_writer() 674 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis)) in UI_method_set_reader() 715 int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*) in UI_method_get_writer() [all …]
|
D | ui_locl.h | 82 int (*ui_write_string)(UI *ui, UI_STRING *uis); 88 int (*ui_read_string)(UI *ui, UI_STRING *uis); 142 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more
|
D | ui_openssl.c | 310 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl); 312 static int read_string(UI *ui, UI_STRING *uis); 313 static int write_string(UI *ui, UI_STRING *uis); 339 static int write_string(UI *ui, UI_STRING *uis) in write_string() 354 static int read_string(UI *ui, UI_STRING *uis) in read_string() 410 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) in read_string_inner()
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebLocalizableStrings.h | 62 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), … macro 67 #define UI_STRING(string, comment) WebLocalizedString(0, string) macro
|
/external/webkit/Source/WebKit/win/ |
D | WebLocalizableStrings.h | 59 #define UI_STRING(string, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAM… macro 66 #define UI_STRING(string, comment) WebLocalizedStringUTF8(0, string) macro
|
D | ChangeLog-2009-06-16 | 8549 …Fix <rdar://5624866> CFStringRef UI_STRING should use a cache and follow the CF "Get" model (curre… 9891 Fix the parameter type of WebLocalizedString to match the UI_STRING macro 14274 Added UI_STRING versions of localized WebCore strings.
|
/external/openssl/crypto/stack/ |
D | safestack.h | 1682 #define sk_UI_STRING_new(cmp) SKM_sk_new(UI_STRING, (cmp)) 1683 #define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING) 1684 #define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st)) 1685 #define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st)) 1686 #define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i)) 1687 #define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val)) 1688 #define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st)) 1689 #define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val)) 1690 #define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val)) 1691 #define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (st), (val)) [all …]
|
/external/openssl/apps/ |
D | apps.c | 481 static int ui_read(UI *ui, UI_STRING *uis) in ui_read() 505 static int ui_write(UI *ui, UI_STRING *uis) in ui_write()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 4827 Rename WebCore's UI_STRING to WEB_UI_STRING to not overlap with WebKit API 5614 using UI_STRING. 5618 Call existing localization functions instead of using UI_STRING. 5776 … * PluginProcess/mac/PluginProcessMac.mm: Remove UI_STRING macro. Use WebLocalizableStrings.h. 5778 * UIProcess/API/mac/WKView.mm: Remove UI_STRING macro. Use WebLocalizableStrings.h. 5780 (WebKit::WebInspectorProxy::platformInspectedURLChanged): Use UI_STRING. Remove FIXME. 5781 * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp: Remove UI_STRING macros. 5784 (registerErrors): Remove UI_STRING macro. Use WebLocalizableStrings.h. 5786 (WebKit::WebProcess::platformInitializeWebProcess): Use UI_STRING. Remove FIXME.
|
D | ChangeLog-2011-02-16 | 12175 * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp: Changed UI_STRING macros to return
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 14523 … (-[WebFrameBridge imageTitleForFilename:size:]): Revert accidental change to a UI_STRING that 23998 (-[DOMNode _displayName]): removed localization UI_STRING calls. 24466 * English.lproj/Localizable.strings: Added new UI_STRING().
|
D | ChangeLog-2002-12-03 | 5273 Use UI_STRING instead of NSLocalizedString.
|
D | ChangeLog-2010-01-29 | 10196 warnings about non-literal format strings for uses of our UI_STRING macro.
|
/external/webkit/Tools/ |
D | ChangeLog | 2684 Fix extract-localizable-strings for macro change from UI_STRING -> WEB_UI_STRING.
|
D | ChangeLog-2009-06-16 | 5886 Added support for UI_STRING and UI_STRING_KEY macros with flexible prefixes. 12061 - Also look for UI_STRING in .c files.
|
D | ChangeLog-2010-05-24 | 33003 Make it able to use hexadecimal escape sequences in .*UI_STRING(_KEY)? macros. Now,
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 35888 descriptions instead of a hard-coded string (inside the UI_STRING placeholder). 53482 changed comment passed to UI_STRING bogus macro so it won't have to change if/when macro
|
D | ChangeLog | 31840 Rename WebCore's UI_STRING to WEB_UI_STRING to not overlap with WebKit API
|