Searched defs:UI_STRING (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/mac/Misc/
H A DWebLocalizableStrings.h62 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string) macro
67 #define UI_STRING(string, comment) WebLocalizedString(0, string) macro
/external/webkit/Source/WebKit/win/
H A DWebLocalizableStrings.h59 #define UI_STRING(string, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string) macro
66 #define UI_STRING(string, comment) WebLocalizedStringUTF8(0, string) macro
/external/openssl/crypto/ui/
H A Dui.h284 the reader take a UI_STRING.
287 /* The UI_STRING type is the data structure that contains all the needed info
290 typedef struct ui_string_st UI_STRING; typedef in typeref:struct:ui_string_st
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*);
322 data from a UI_STRING. */
324 /* Return type of the UI_STRING */
[all...]
/external/openssl/include/openssl/
H A Dui.h284 the reader take a UI_STRING.
287 /* The UI_STRING type is the data structure that contains all the needed info
290 typedef struct ui_string_st UI_STRING; typedef in typeref:struct:ui_string_st
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*);
322 data from a UI_STRING. */
324 /* Return type of the UI_STRING */
[all...]
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.cpp38 #define UI_STRING(text, description) text macro
119 return UI_STRING("This is a searchable index. Enter search keywords: ", "text that appears at the start of nearly-obsolete web pages in the form of a 'searchable index'");
124 return UI_STRING("Submit", "default label for Submit buttons in forms on web pages");
134 return UI_STRING("Reset", "default label for Reset buttons in forms on web pages");
139 return UI_STRING("Choose File", "title for file button used in HTML forms");
144 return UI_STRING("no file selected", "text to display in file button used in HTML forms when no file is selected");
149 return UI_STRING("Details", "text to display in <details> tag when it has no <summary> child");
154 return UI_STRING("Open Link in New Window", "Open in New Window context menu item");
159 return UI_STRING("Download Linked File", "Download Linked File context menu item");
164 return UI_STRING("Cop
[all...]

Completed in 711 milliseconds