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

  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.cpp 38 #define UI_STRING(text, description) text
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("Copy Link", "Copy Link context menu item")
    [all...]
  /external/openssl/crypto/ui/
ui.h 284 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;
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...]
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
ui_lib.c 98 static void free_string(UI_STRING *uis)
139 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt,
143 UI_STRING *ret = NULL;
154 else if ((ret = (UI_STRING *)OPENSSL_malloc(sizeof(UI_STRING))))
170 UI_STRING *s = general_allocate_prompt(ui, prompt, prompt_freeable,
197 UI_STRING *s;
475 UI_STRING uis;
652 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis))
674 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis)
    [all...]
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)
354 static int read_string(UI *ui, UI_STRING *uis)
410 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl)
  /external/openssl/include/openssl/
ui.h 284 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;
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...]
safestack.h     [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebLocalizableStrings.h 62 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
67 #define UI_STRING(string, comment) WebLocalizedString(0, string)
  /external/webkit/Source/WebKit/win/
WebLocalizableStrings.h 59 #define UI_STRING(string, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
66 #define UI_STRING(string, comment) WebLocalizedStringUTF8(0, string)
  /external/webkit/Tools/Scripts/
extract-localizable-strings 31 # 1) It uses the names UI_STRING and UI_STRING_WITH_KEY for the macros, rather than the macros
231 if ($token =~ /(WEB_)?UI_STRING(_KEY)?(_INTERNAL)?$/) {
  /external/openssl/crypto/stack/
safestack.h     [all...]

Completed in 194 milliseconds