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

  /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/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...]
  /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...]
  /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...]

Completed in 104 milliseconds