Home
last modified time | relevance | path

Searched refs:fromUTF8 (Results 1 – 25 of 131) sorted by relevance

123456

/external/webkit/Source/WebCore/platform/efl/
DLocalizedStringsEfl.cpp43 return String::fromUTF8("Submit"); in submitButtonDefaultLabel()
48 return String::fromUTF8("Submit"); in inputElementAltText()
53 return String::fromUTF8("Reset"); in resetButtonDefaultLabel()
58 return String::fromUTF8("Details"); in defaultDetailsSummaryText()
63 return String::fromUTF8("_Searchable Index"); in searchableIndexIntroduction()
68 return String::fromUTF8("Choose File"); in fileButtonChooseFileLabel()
73 return String::fromUTF8("No file selected"); in fileButtonNoFileSelectedLabel()
78 return String::fromUTF8("Open Link in New Window"); in contextMenuItemTagOpenLinkInNewWindow()
83 return String::fromUTF8("Download Linked File"); in contextMenuItemTagDownloadLinkToDisk()
88 return String::fromUTF8("Copy Link Location"); in contextMenuItemTagCopyLinkToClipboard()
[all …]
/external/webkit/Source/WebCore/platform/gtk/
DLocalizedStringsGtk.cpp56 return String::fromUTF8(_("Submit")); in submitButtonDefaultLabel()
61 return String::fromUTF8(_("Submit")); in inputElementAltText()
66 return String::fromUTF8(_("Reset")); in resetButtonDefaultLabel()
71 return String::fromUTF8(_("Details")); in defaultDetailsSummaryText()
76 return String::fromUTF8(_("This is a searchable index. Enter search keywords: ")); in searchableIndexIntroduction()
81 return String::fromUTF8(_("Choose File")); in fileButtonChooseFileLabel()
86 return String::fromUTF8(_("(None)")); in fileButtonNoFileSelectedLabel()
91 return String::fromUTF8(_("Open Link in New _Window")); in contextMenuItemTagOpenLinkInNewWindow()
96 return String::fromUTF8(_("_Download Linked File")); in contextMenuItemTagDownloadLinkToDisk()
101 return String::fromUTF8(_("Copy Link Loc_ation")); in contextMenuItemTagCopyLinkToClipboard()
[all …]
DFileSystemGtk.cpp47 return String::fromUTF8(filename); in filenameToString()
75 return String::fromUTF8(display.get()); in filenameForDisplay()
174 return String::fromUTF8(baseName.get()); in pathGetFileName()
204 return String::fromUTF8(dirname.get()); in directoryName()
239 return String::fromUTF8(tempPath.get()); in openTemporaryFile()
/external/webkit/Tools/DumpRenderTree/chromium/
DWebPreferences.cpp41 cursiveFontFamily = WebString::fromUTF8("Apple Chancery"); in reset()
42 fantasyFontFamily = WebString::fromUTF8("Papyrus"); in reset()
43 WebString serif = WebString::fromUTF8("Times"); in reset()
55 cursiveFontFamily = WebString::fromUTF8("Comic Sans MS"); in reset()
56 fantasyFontFamily = WebString::fromUTF8("Impact"); in reset()
59 WebString serif = WebString::fromUTF8("times new roman"); in reset()
63 fixedFontFamily = WebString::fromUTF8("Courier"); in reset()
64 sansSerifFontFamily = WebString::fromUTF8("Helvetica"); in reset()
75 defaultTextEncodingName = WebString::fromUTF8("ISO-8859-1"); in reset()
DMockSpellCheck.cpp96 if (word == WebString::fromUTF8("wellcome")) in fillSuggestionList()
97 suggestions->append(WebString::fromUTF8("welcome")); in fillSuggestionList()
147 m_misspelledWords.add(WTF::String::fromUTF8(misspelledWords[i]), false); in initializeIfNeeded()
DTextInputController.cpp85 testShell->webView()->confirmComposition(WebString::fromUTF8(arguments[0].toString())); in insertText()
97 mainFrame->executeCommand(WebString::fromUTF8(arguments[0].toString())); in doCommand()
107 testShell->webView()->setComposition(WebString::fromUTF8(arguments[0].toString()), in setMarkedText()
247 WebString text(WebString::fromUTF8(arguments[0].toString())); in setComposition()
/external/chromium/webkit/glue/
Dglue_serialize_unittest.cc35 http_body.appendFile(WebString::fromUTF8("file.txt")); in MakeFormData()
48 item.setURLString(WebString::fromUTF8("urlString")); in MakeHistoryItem()
49 item.setOriginalURLString(WebString::fromUTF8("originalURLString")); in MakeHistoryItem()
50 item.setTarget(WebString::fromUTF8("target")); in MakeHistoryItem()
51 item.setParent(WebString::fromUTF8("parent")); in MakeHistoryItem()
52 item.setTitle(WebString::fromUTF8("title")); in MakeHistoryItem()
53 item.setAlternateTitle(WebString::fromUTF8("alternateTitle")); in MakeHistoryItem()
60 document_state[0] = WebString::fromUTF8("state1"); in MakeHistoryItem()
61 document_state[1] = WebString::fromUTF8("state2"); in MakeHistoryItem()
62 document_state[2] = WebString::fromUTF8("state AWESOME"); in MakeHistoryItem()
[all …]
Dweburlloader_impl.cc181 response->setMIMEType(WebString::fromUTF8(info.mime_type)); in PopulateURLResponse()
182 response->setTextEncodingName(WebString::fromUTF8(info.charset)); in PopulateURLResponse()
195 WebString::fromUTF8(info.socket_address.host())); in PopulateURLResponse()
224 load_info.setHTTPStatusText(WebString::fromUTF8( in PopulateURLResponse()
231 load_info.addRequestHeader(WebString::fromUTF8(it->first), in PopulateURLResponse()
232 WebString::fromUTF8(it->second)); in PopulateURLResponse()
238 load_info.addResponseHeader(WebString::fromUTF8(it->first), in PopulateURLResponse()
239 WebString::fromUTF8(it->second)); in PopulateURLResponse()
249 response->setHTTPStatusText(WebString::fromUTF8(headers->GetStatusText())); in PopulateURLResponse()
269 response->addHTTPHeaderField(WebString::fromUTF8(name), in PopulateURLResponse()
[all …]
Ddom_operations.cc184 WebString value = element.getAttribute(WebString::fromUTF8(attribute_name)); in GetSubResourceLinkFromElement()
254 web_frame->document().getElementById(WebString::fromUTF8(element_id)); in PauseAnimationAtTimeOnElementWithId()
258 WebString::fromUTF8(animation_name), in PauseAnimationAtTimeOnElementWithId()
275 web_frame->document().getElementById(WebString::fromUTF8(element_id)); in PauseTransitionAtTimeOnElementWithId()
279 WebString::fromUTF8(property_name), in PauseTransitionAtTimeOnElementWithId()
290 WebString::fromUTF8(element_id)); in ElementDoesAutoCompleteForElementWithId()
Dwebframe_unittest.cc49 WebString::fromUTF8("/html/body/iframe")); in TEST_F()
89 frame->executeCommand(WebString::fromUTF8("SelectAll")); in TEST_F()
91 frame->executeCommand(WebString::fromUTF8("Unselect")); in TEST_F()
Dmultipart_response_delegate.cc253 response.setMIMEType(WebString::fromUTF8(mime_type)); in ParseHeaders()
254 response.setTextEncodingName(WebString::fromUTF8(charset)); in ParseHeaders()
263 response.setHTTPHeaderField(WebString::fromUTF8(name), in ParseHeaders()
264 WebString::fromUTF8(value)); in ParseHeaders()
302 response.httpHeaderField(WebString::fromUTF8("Content-Type")).utf8(); in ReadMultipartBoundary()
/external/webkit/Source/WebKit/chromium/tests/
DWebPageSerializerTest.cpp84 webkit_support::RegisterMockedURL(url, response, WebString::fromUTF8(filePath)); in registerMockedURLLoad()
120 registerMockedURLLoad(topFrameURL, WebString::fromUTF8("simple_page.html")); in TEST_F()
154 registerMockedURLLoad(topFrameURL, WebString::fromUTF8("top_frame.html")); in TEST_F()
156 WebString::fromUTF8("simple_iframe.html")); in TEST_F()
158 WebString::fromUTF8("object_iframe.html")); in TEST_F()
160 WebString::fromUTF8("embed_iframe.html")); in TEST_F()
165 WebString::fromUTF8("awesome.png")); in TEST_F()
/external/webkit/Source/WebKit/chromium/public/
DWebString.h86 WEBKIT_API static WebString fromUTF8(const char* data, size_t length);
87 WEBKIT_API static WebString fromUTF8(const char* data);
92 assign(fromUTF8(data, N - 1)); in WebString()
97 assign(fromUTF8(data, N - 1));
154 static WebString fromUTF8(const UTF8String& s) in fromUTF8() function
156 return fromUTF8(s.data(), s.length()); in fromUTF8()
/external/webkit/Source/WebCore/bindings/cpp/
DWebDOMString.h65 static WebDOMString fromUTF8(const char* data, size_t length);
66 static WebDOMString fromUTF8(const char* data);
71 assign(fromUTF8(data, N - 1)); in WebDOMString()
76 assign(fromUTF8(data, N - 1));
DWebDOMString.cpp66 WebDOMString WebDOMString::fromUTF8(const char* data, size_t length) in fromUTF8() function in WebDOMString
68 return WTF::String::fromUTF8(data, length); in fromUTF8()
71 WebDOMString WebDOMString::fromUTF8(const char* data) in fromUTF8() function in WebDOMString
73 return WTF::String::fromUTF8(data); in fromUTF8()
/external/chromium/webkit/glue/media/
Dbuffered_resource_loader_unittest.cc64 error.domain = WebString::fromUTF8(net::kErrorDomain); in ACTION_P()
117 response.setHTTPHeaderField(WebString::fromUTF8("Content-Length"), in FullResponse()
118 WebString::fromUTF8(base::StringPrintf("%" in FullResponse()
142 response.setHTTPHeaderField(WebString::fromUTF8("Content-Range"), in PartialResponse()
143 WebString::fromUTF8(base::StringPrintf("bytes " in PartialResponse()
152 response.setHTTPHeaderField(WebString::fromUTF8("Transfer-Encoding"), in PartialResponse()
153 WebString::fromUTF8("chunked")); in PartialResponse()
161 response.setHTTPHeaderField(WebString::fromUTF8("Accept-Ranges"), in PartialResponse()
162 WebString::fromUTF8("bytes")); in PartialResponse()
317 response.setHTTPHeaderField(WebString::fromUTF8("Content-Range"), in TEST_F()
[all …]
/external/webkit/Source/WebKit/chromium/src/
DWebString.cpp79 WebString WebString::fromUTF8(const char* data, size_t length) in fromUTF8() function in WebKit::WebString
81 return WTF::String::fromUTF8(data, length); in fromUTF8()
84 WebString WebString::fromUTF8(const char* data) in fromUTF8() function in WebKit::WebString
86 return WTF::String::fromUTF8(data); in fromUTF8()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_settings.cpp105 WTF::String corePath = WTF::String::fromUTF8(path); in ewk_settings_web_database_path_set()
165 …WebCore::iconDatabase().open(WTF::String::fromUTF8(directory), WebCore::IconDatabase::defaultDatab… in ewk_settings_icon_database_path_set()
234 WebCore::KURL kurl(WebCore::KURL(), WTF::String::fromUTF8(url)); in ewk_settings_icon_database_icon_surface_get()
266 WebCore::KURL kurl(WebCore::KURL(), WTF::String::fromUTF8(url)); in ewk_settings_icon_database_icon_object_add()
398 WebCore::cacheStorage().setCacheDirectory(WTF::String::fromUTF8(path)); in ewk_settings_cache_directory_path_set()
/external/webkit/Source/WebCore/platform/network/soup/
DSoupURIUtils.cpp35 KURL url(KURL(), String::fromUTF8(urlString.get())); in soupURIToKURL()
40 url.setPass(String::fromUTF8(soupURI->password)); in soupURIToKURL()
DResourceRequestSoup.cpp90 m_httpMethod = String::fromUTF8(soupMessage->method); in updateFromSoupMessage()
98 m_httpHeaderFields.set(String::fromUTF8(headerName), String::fromUTF8(headerValue)); in updateFromSoupMessage()
/external/webkit/Source/WebKit2/Shared/mac/
DCommandLineMac.cpp43 String key = String::fromUTF8(argv[i] + 1); in parse()
47 String value = String::fromUTF8(argv[i + 1]); in parse()
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebContextGtk.cpp50 …return WTF::String::fromUTF8(g_build_filename(g_get_user_data_dir(), "webkit", "databases", NULL)); in platformDefaultDatabaseDirectory()
61 …return WTF::String::fromUTF8(g_build_filename(g_get_user_data_dir(), "webkit", "localstorage", NUL… in platformDefaultLocalStorageDirectory()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebframe.cpp536 coreFrame->loader()->load(ResourceRequest(KURL(KURL(), String::fromUTF8(uri))), false); in webkit_web_frame_load_uri()
544 KURL baseKURL = baseURL ? KURL(KURL(), String::fromUTF8(baseURL)) : blankURL(); in webkit_web_frame_load_data()
550 … mimeType ? String::fromUTF8(mimeType) : String::fromUTF8("text/html"), in webkit_web_frame_load_data()
551 encoding ? String::fromUTF8(encoding) : String::fromUTF8("UTF-8"), in webkit_web_frame_load_data()
552 KURL(KURL(), String::fromUTF8(unreachableURL)), in webkit_web_frame_load_data()
553 KURL(KURL(), String::fromUTF8(unreachableURL))); in webkit_web_frame_load_data()
687 String nameString = String::fromUTF8(name); in webkit_web_frame_find_frame()
/external/chromium/chrome/browser/chromeos/status/
Dclock_menu_button_browsertest.cc44 icu::UnicodeString::fromUTF8("Asia/Hong_Kong"))); in IN_PROC_BROWSER_TEST_F()
48 icu::UnicodeString::fromUTF8("Pacific/Samoa"))); in IN_PROC_BROWSER_TEST_F()
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestObj.cpp76 WTF::String converted_str_arg = WTF::String::fromUTF8(str_arg); in webkit_dom_test_obj_void_method_with_args()
103 WTF::String converted_str_arg = WTF::String::fromUTF8(str_arg); in webkit_dom_test_obj_int_method_with_args()
132 WTF::String converted_str_arg = WTF::String::fromUTF8(str_arg); in webkit_dom_test_obj_obj_method_with_args()
151 WTF::String converted_str_arg = WTF::String::fromUTF8(str_arg); in webkit_dom_test_obj_method_that_requires_all_args()
170 WTF::String converted_str_arg = WTF::String::fromUTF8(str_arg); in webkit_dom_test_obj_method_that_requires_all_args_and_throws()
548 WTF::String converted_value = WTF::String::fromUTF8(value); in webkit_dom_test_obj_set_string_attr()
640 WTF::String converted_value = WTF::String::fromUTF8(value); in webkit_dom_test_obj_set_reflected_string_attr()
718 WTF::String converted_value = WTF::String::fromUTF8(value); in webkit_dom_test_obj_set_reflected_url_attr()
739 WTF::String converted_value = WTF::String::fromUTF8(value); in webkit_dom_test_obj_set_reflected_non_empty_url_attr()
760 WTF::String converted_value = WTF::String::fromUTF8(value); in webkit_dom_test_obj_set_reflected_string_attr()
[all …]

123456