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

  /external/webkit/WebKit/mac/WebCoreSupport/
WebViewFactory.mm 85 return UI_STRING("Reset", "default label for Reset buttons in forms on web pages");
90 return UI_STRING("This is a searchable index. Enter search keywords: ",
96 return UI_STRING("Submit", "default label for Submit buttons in forms on web pages");
101 return UI_STRING("Choose File", "title for file button used in HTML forms");
106 return UI_STRING("no file selected", "text to display in file button used in HTML forms when no file is selected");
111 return UI_STRING("unknown", "Unknown filename");
116 return UI_STRING("No recent searches", "Label for only item in menu that appears when clicking on the search field image, when no searches have been performed");
121 return UI_STRING("Recent Searches", "label for first item in the menu that appears when clicking on the search field image, used as embedded menu title");
126 return UI_STRING("Clear Recent Searches", "menu item in Recent Searches menu that empties menu's contents");
136 return UI_STRING("Open Link in New Window", "Open in New Window context menu item")
    [all...]
WebKeyGenerator.m 55 UI_STRING("2048 (High Grade)", "Menu item title for KEYGEN pop-up menu"),
56 UI_STRING("1024 (Medium Grade)", "Menu item title for KEYGEN pop-up menu"),
57 UI_STRING("512 (Low Grade)", "Menu item title for KEYGEN pop-up menu"), nil];
80 NSString *keyDescription = [NSString stringWithFormat:UI_STRING("Key from %@", "name of keychain key generated by the KEYGEN tag"), [pageURL host]];
WebInspectorClient.mm 151 NSString *title = [NSString stringWithFormat:UI_STRING("Web Inspector ? %@", "Web Inspector window title"), (NSString *)m_inspectedURL];
484 [menuItem setTitle:UI_STRING("Stop Debugging JavaScript", "title for Stop Debugging JavaScript menu item")];
486 [menuItem setTitle:UI_STRING("Start Debugging JavaScript", "title for Start Debugging JavaScript menu item")];
490 [menuItem setTitle:UI_STRING("Stop Profiling JavaScript", "title for Stop Profiling JavaScript menu item")];
492 [menuItem setTitle:UI_STRING("Start Profiling JavaScript", "title for Start Profiling JavaScript menu item")];
  /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 DECLARE_STACK_OF(UI_STRING)
291 typedef struct ui_string_st 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));
314 int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*);
316 int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*);
320 data from a UI_STRING. */
322 /* 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 308 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
310 static int read_string(UI *ui, UI_STRING *uis);
311 static int write_string(UI *ui, UI_STRING *uis);
337 static int write_string(UI *ui, UI_STRING *uis)
352 static int read_string(UI *ui, UI_STRING *uis)
408 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 DECLARE_STACK_OF(UI_STRING)
291 typedef struct ui_string_st 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));
314 int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*);
316 int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*);
320 data from a UI_STRING. */
322 /* Return type of the UI_STRING */
    [all...]
safestack.h     [all...]
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 67 title = UI_STRING("Copy", "Copy context menu item");
71 title = UI_STRING("Back", "Back context menu item");
75 title = UI_STRING("Forward", "Forward context menu item");
79 title = UI_STRING("Stop", "Stop context menu item");
83 title = UI_STRING("Reload", "Reload context menu item");
87 title = UI_STRING("Search in Spotlight", "Search in Spotlight context menu item");
91 title = UI_STRING("Search in Google", "Search in Google context menu item");
95 title = UI_STRING("Look Up in Dictionary", "Look Up in Dictionary context menu item");
99 title = UI_STRING("Open Frame in New Window", "Open Frame in New Window context menu item");
  /external/webkit/WebKit/mac/Misc/
WebLocalizableStrings.h 60 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
65 #define UI_STRING(string, comment) WebLocalizedString(0, string)
WebKitErrors.m 44 #define WebKitErrorDescriptionCannotShowMIMEType UI_STRING("Content with specified MIME type can?t be shown", "WebKitErrorCannotShowMIMEType description")
45 #define WebKitErrorDescriptionCannotShowURL UI_STRING("The URL can?t be shown", "WebKitErrorCannotShowURL description")
46 #define WebKitErrorDescriptionFrameLoadInterruptedByPolicyChange UI_STRING("Frame load interrupted", "WebKitErrorFrameLoadInterruptedByPolicyChange description")
47 #define WebKitErrorDescriptionCannotUseRestrictedPort UI_STRING("Not allowed to use restricted network port", "WebKitErrorCannotUseRestrictedPort description")
50 #define WebKitErrorDescriptionCannotFindPlugin UI_STRING("The plug-in can?t be found", "WebKitErrorCannotFindPlugin description")
51 #define WebKitErrorDescriptionCannotLoadPlugin UI_STRING("The plug-in can?t be loaded", "WebKitErrorCannotLoadPlugin description")
52 #define WebKitErrorDescriptionJavaUnavailable UI_STRING("Java is unavailable", "WebKitErrorJavaUnavailable description")
53 #define WebKitErrorDescriptionPlugInCancelledConnection UI_STRING("Plug-in cancelled", "WebKitErrorPlugInCancelledConnection description")
54 #define WebKitErrorDescriptionPlugInWillHandleLoad UI_STRING("Plug-in handled load", "WebKitErrorPlugInWillHandleLoad description")
58 #define WebKitErrorDescriptionGeolocationLocationUnknown UI_STRING("The current location cannot be found.", "WebKitErrorGeolocationLocationUnknown description"
    [all...]
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 141 message = [NSString stringWithFormat:UI_STRING("To view this page, you must log in to the %@ proxy server %@.",
146 message = [NSString stringWithFormat:UI_STRING("To view this page, you must log in to area ?%@? on %@.",
149 message = [NSString stringWithFormat:UI_STRING("To view this page, you must log in to this area on %@:",
154 message = [NSString stringWithFormat:UI_STRING("The user name or password you entered for the %@ proxy server %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
159 message = [NSString stringWithFormat:UI_STRING("The user name or password you entered for area ?%@? on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
162 message = [NSString stringWithFormat:UI_STRING("The user name or password you entered for this area on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
198 UI_STRING("Your login information will be sent securely.",
204 UI_STRING("Your password will be sent unencrypted.",
  /external/webkit/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)
WebCoreLocalizedStrings.cpp 103 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%@ %d\xC3\x97%d pixels", "window title for a standalone image (uses multiplication symbol, not x)"));
113 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%d files", "Label to describe the number of files selected in a file upload control that allows multiple files"));
221 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d days %2$d hours %3$d minutes %4$d seconds", "accessibility help text for media controller time value >= 1 day"));
227 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d hours %2$d minutes %3$d seconds", "accessibility help text for media controller time value >= 60 minutes"));
233 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d minutes %2$d seconds", "accessibility help text for media controller time value >= 60 seconds"));
238 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d seconds", "accessibility help text for media controller time value < 60 seconds"));
  /external/webkit/WebKitTools/Scripts/
extract-localizable-strings 31 # 1) It uses the names UI_STRING and UI_STRING_WITH_KEY for the macros, rather than the macros
230 if ($token =~ /UI_STRING(_KEY)?$/) {
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 152 NSString *visibleName = [NSString stringWithFormat:UI_STRING("%@ (%@ Internet plug-in)",
  /external/openssl/crypto/stack/
safestack.h     [all...]
  /external/webkit/WebKit/mac/WebView/
WebPDFView.mm 349 appName = UI_STRING("Finder", "Default application name for Open With context menu");
353 NSString *title = [NSString stringWithFormat:UI_STRING("Open with %@", "context menu item for PDF"), appName];
    [all...]
WebHTMLView.mm     [all...]

Completed in 391 milliseconds