Home
last modified time | relevance | path

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

123

/external/webkit/WebCore/platform/gtk/
DLocalizedStringsGtk.cpp55 return String::fromUTF8(_("Submit")); in submitButtonDefaultLabel()
60 return String::fromUTF8(_("Submit")); in inputElementAltText()
65 return String::fromUTF8(_("Reset")); in resetButtonDefaultLabel()
70 return String::fromUTF8(_("_Searchable Index")); in searchableIndexIntroduction()
75 return String::fromUTF8(_("Choose File")); in fileButtonChooseFileLabel()
80 return String::fromUTF8(_("(None)")); in fileButtonNoFileSelectedLabel()
85 return String::fromUTF8(_("Open Link in New _Window")); in contextMenuItemTagOpenLinkInNewWindow()
90 return String::fromUTF8(_("_Download Linked File")); in contextMenuItemTagDownloadLinkToDisk()
95 return String::fromUTF8(_("Copy Link Loc_ation")); in contextMenuItemTagCopyLinkToClipboard()
100 return String::fromUTF8(_("Open _Image in New Window")); in contextMenuItemTagOpenImageInNewWindow()
[all …]
DFileSystemGtk.cpp46 return String::fromUTF8(filename); in filenameToString()
76 String displayString = String::fromUTF8(display); in filenameForDisplay()
187 String fileName = String::fromUTF8(baseName); in pathGetFileName()
199 return String::fromUTF8(dirname.get()); in directoryName()
DContextMenuItemGtk.cpp121 m_platformDescription.title = String::fromUTF8(gtk_menu_item_get_label(GTK_MENU_ITEM(item))); in ContextMenuItem()
124 m_platformDescription.title = String::fromUTF8(gtk_label_get_label(GTK_LABEL(label))); in ContextMenuItem()
DPasteboardGtk.cpp184 String text = String::fromUTF8(utf8); in documentFragment()
205 String text = String::fromUTF8(utf8); in plainText()
/external/webkit/WebKit/chromium/public/
DWebString.h89 WEBKIT_API static WebString fromUTF8(const char* data, size_t length);
90 WEBKIT_API static WebString fromUTF8(const char* data);
95 assign(fromUTF8(data, N - 1)); in WebString()
100 assign(fromUTF8(data, N - 1));
157 static WebString fromUTF8(const UTF8String& s) in fromUTF8() function
159 return fromUTF8(s.data(), s.length()); in fromUTF8()
/external/webkit/WebCore/platform/network/soup/
DResourceRequestSoup.cpp66 m_url = KURL(KURL(), String::fromUTF8(uri.get())); in updateFromSoupMessage()
68 m_httpMethod = String::fromUTF8(soupMessage->method); in updateFromSoupMessage()
76 m_httpHeaderFields.set(String::fromUTF8(headerName), String::fromUTF8(headerValue)); in updateFromSoupMessage()
85 m_firstPartyForCookies = KURL(KURL(), String::fromUTF8(firstPartyURI.get())); in updateFromSoupMessage()
DResourceResponseSoup.cpp57 m_url = KURL(KURL(), String::fromUTF8(uri.get())); in updateFromSoupMessage()
67 m_httpHeaderFields.set(String::fromUTF8(headerName), String::fromUTF8(headerValue)); in updateFromSoupMessage()
DCookieJarSoup.cpp90 String result(String::fromUTF8(cookies)); in cookies()
106 String result(String::fromUTF8(cookies)); in cookieRequestHeaderFieldValue()
DResourceHandleSoup.cpp324 String::fromUTF8(msg->reason_phrase)); in finishedCallback()
739 error ? String::fromUTF8(error->message) : String()); in readCallback()
788 error ? String::fromUTF8(error->message) : String()); in openCallback()
841 error ? String::fromUTF8(error->message) : String()); in queryInfoCallback()
/external/webkit/WebKit/chromium/src/
DWebString.cpp79 WebString WebString::fromUTF8(const char* data, size_t length) in fromUTF8() function in WebKit::WebString
81 return WebCore::String::fromUTF8(data, length); in fromUTF8()
84 WebString WebString::fromUTF8(const char* data) in fromUTF8() function in WebKit::WebString
86 return WebCore::String::fromUTF8(data); in fromUTF8()
DWebURLError.cpp65 String::fromUTF8(spec.data(), spec.length()), in operator ResourceError()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebframe.cpp537 coreFrame->loader()->load(ResourceRequest(KURL(KURL(), String::fromUTF8(uri))), false); in webkit_web_frame_load_uri()
545 KURL baseKURL = baseURL ? KURL(KURL(), String::fromUTF8(baseURL)) : blankURL(); in webkit_web_frame_load_data()
551 … mimeType ? String::fromUTF8(mimeType) : String::fromUTF8("text/html"), in webkit_web_frame_load_data()
552 encoding ? String::fromUTF8(encoding) : String::fromUTF8("UTF-8"), in webkit_web_frame_load_data()
553 KURL(KURL(), String::fromUTF8(unreachableURL)), in webkit_web_frame_load_data()
554 KURL(KURL(), String::fromUTF8(unreachableURL))); in webkit_web_frame_load_data()
688 String nameString = String::fromUTF8(name); in webkit_web_frame_find_frame()
Dwebkitwebresource.cpp277 …te(buffer, KURL(KURL(), String::fromUTF8(uri)), String::fromUTF8(mimeType), String::fromUTF8(encod… in webkit_web_resource_new()
Dwebkitwebdatabase.cpp411 WebCore::String coreName = WebCore::String::fromUTF8(priv->name); in webkit_web_database_get_filename()
498 WebCore::String corePath = WebCore::String::fromUTF8(path); in webkit_set_web_database_directory_path()
Dwebkitwebhistoryitem.cpp304 WebCore::String historyTitle = WebCore::String::fromUTF8(title); in webkit_web_history_item_new_with_data()
368 item->setAlternateTitle(WebCore::String::fromUTF8(title)); in webkit_web_history_item_set_alternate_title()
/external/webkit/WebCore/xml/
DXSLTUnicodeSort.cpp199 String str1 = String::fromUTF8((const char*)results[j]->stringval); in xsltUnicodeSortFunction()
200 String str2 = String::fromUTF8((const char*)results[j + incr]->stringval); in xsltUnicodeSortFunction()
254 String str1 = String::fromUTF8((const char*)res[j]->stringval); in xsltUnicodeSortFunction()
255 … String str2 = String::fromUTF8((const char*)res[j + incr]->stringval); in xsltUnicodeSortFunction()
DXSLStyleSheetLibxslt.cpp215 loadChildSheet(String::fromUTF8((const char*)uriRef)); in loadChildSheets()
226 loadChildSheet(String::fromUTF8((const char*)uriRef)); in loadChildSheets()
/external/webkit/WebCore/plugins/gtk/
DPluginPackageGtk.cpp78 String description = String::fromUTF8(mimeData[2]); in fetchInfo()
83 extVector.append(String::fromUTF8(extensions[j])); in fetchInfo()
/external/webkit/WebKit/win/
DWebLocalizableStrings.cpp225 return localizedString(stringsBundle, String::fromUTF8(key)); in WebLocalizedStringUTF8()
233 return localizedString(stringsBundle, String::fromUTF8(key)); in WebLocalizedLPCTSTRUTF8()
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp482 String compositionString = String::fromUTF8(pendingComposition); in handleKeyboardEvent()
489 String preeditString = String::fromUTF8(pendingPreedit); in handleKeyboardEvent()
700 guesses.append(String::fromUTF8(suggestions[i])); in getGuessesForWord()
DInspectorClientGtk.cpp126 return String::fromUTF8(URL.get()); in localizedStringsURL()
/external/webkit/WebCore/platform/haiku/
DPlatformKeyboardEventHaiku.cpp160 m_text = String::fromUTF8(bytes.String(), bytes.Length()); in PlatformKeyboardEvent()
/external/webkit/WebCore/bridge/c/
Dc_utility.cpp56 String result = String::fromUTF8(UTF8Chars, UTF8Length); in convertUTF8ToUTF16WithLatin1Fallback()
/external/webkit/WebCore/websockets/
DWebSocketHandshake.cpp422 AtomicString nameStr(String::fromUTF8(name.data(), name.size())); in readHTTPHeaders()
423 String valueStr = String::fromUTF8(value.data(), value.size()); in readHTTPHeaders()
/external/webkit/WebCore/platform/text/
DString.cpp676 String String::fromUTF8(const char* string, size_t size) in fromUTF8() function in WebCore::String
683 String String::fromUTF8(const char* string) in fromUTF8() function in WebCore::String
692 String result = fromUTF8(string, size); in fromUTF8WithLatin1Fallback()

123