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

  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.cpp 82 return WEB_UI_STRING("Reset", "default label for Reset buttons in forms on web pages");
87 return WEB_UI_STRING("This is a searchable index. Enter search keywords: ",
93 return WEB_UI_STRING("Submit", "default label for Submit buttons in forms on web pages");
98 return WEB_UI_STRING("Choose File", "title for file button used in HTML forms");
103 return WEB_UI_STRING("no file selected", "text to display in file button used in HTML forms when no file is selected");
108 return WEB_UI_STRING("Details", "text to display in <details> tag when it has no <summary> child");
114 return WEB_UI_STRING("unknown", "Unknown filename");
122 return WEB_UI_STRING("Open Link in New Window", "Open in New Window context menu item");
127 return WEB_UI_STRING("Download Linked File", "Download Linked File context menu item");
132 return WEB_UI_STRING("Copy Link", "Copy Link context menu item")
    [all...]
LocalizedStrings.h 198 #define WEB_UI_STRING(string, description) WebCore::localizedString(string)
  /external/webkit/Source/WebKit/win/
WebURLResponse.cpp 54 result = WEB_UI_STRING("server error", "HTTP result code string");
58 result = WEB_UI_STRING("continue", "HTTP result code string");
61 result = WEB_UI_STRING("switching protocols", "HTTP result code string");
64 result = WEB_UI_STRING("informational", "HTTP result code string");
70 result = WEB_UI_STRING("no error", "HTTP result code string");
73 result = WEB_UI_STRING("created", "HTTP result code string");
76 result = WEB_UI_STRING("accepted", "HTTP result code string");
79 result = WEB_UI_STRING("non-authoritative information", "HTTP result code string");
82 result = WEB_UI_STRING("no content", "HTTP result code string");
85 result = WEB_UI_STRING("reset content", "HTTP result code string")
    [all...]
WebPreferences.cpp 197 String defaultDefaultEncoding(WEB_UI_STRING("ISO-8859-1", "The default, default character encoding"));
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebErrorsMac.mm 46 #define WebKitErrorDescriptionCannotShowMIMEType WEB_UI_STRING("Content with specified MIME type can?t be shown", "WebKitErrorCannotShowMIMEType description")
47 #define WebKitErrorDescriptionCannotShowURL WEB_UI_STRING("The URL can?t be shown", "WebKitErrorCannotShowURL description")
48 #define WebKitErrorDescriptionFrameLoadInterruptedByPolicyChange WEB_UI_STRING("Frame load interrupted", "WebKitErrorFrameLoadInterruptedByPolicyChange description")
49 #define WebKitErrorDescriptionCannotUseRestrictedPort WEB_UI_STRING("Not allowed to use restricted network port", "WebKitErrorCannotUseRestrictedPort description")
52 #define WebKitErrorDescriptionCannotFindPlugin WEB_UI_STRING("The plug-in can?t be found", "WebKitErrorCannotFindPlugin description")
53 #define WebKitErrorDescriptionCannotLoadPlugin WEB_UI_STRING("The plug-in can?t be loaded", "WebKitErrorCannotLoadPlugin description")
54 #define WebKitErrorDescriptionJavaUnavailable WEB_UI_STRING("Java is unavailable", "WebKitErrorJavaUnavailable description")
55 #define WebKitErrorDescriptionPlugInCancelledConnection WEB_UI_STRING("Plug-in cancelled", "WebKitErrorPlugInCancelledConnection description")
56 #define WebKitErrorDescriptionPlugInWillHandleLoad WEB_UI_STRING("Plug-in handled load", "WebKitErrorPlugInWillHandleLoad description")
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebInspectorProxyMac.mm 139 NSString *title = [NSString stringWithFormat:WEB_UI_STRING("Web Inspector ? %@", "Web Inspector window title"), (NSString *)urlString];
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm 222 NSString *applicationName = [NSString stringWithFormat:WEB_UI_STRING("%@ (%@ Internet plug-in)",
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 220 NSString *applicationName = [NSString stringWithFormat:WEB_UI_STRING("%@ Web Content", "Visible name of the web process. The argument is the application name."), (NSString *)parameters.parentProcessName];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 318 appName = WEB_UI_STRING("Finder", "Default application name for Open With context menu");
322 NSString *title = [NSString stringWithFormat:WEB_UI_STRING("Open with %@", "context menu item for PDF"), appName];

Completed in 98 milliseconds