Home
last modified time | relevance | path

Searched refs:outPtr (Results 1 – 11 of 11) sorted by relevance

/external/webkit/JavaScriptCore/wtf/unicode/glib/
DUnicodeGLib.cpp33 utf8char.set(g_ucs4_to_utf8(reinterpret_cast<gunichar*>(&ch), 1, 0, 0, &gerror.outPtr())); in foldCase()
52 utf8src.set(g_utf16_to_utf8(src, srcLength, 0, 0, &gerror.outPtr())); in foldCase()
63 utf16result.set(g_utf8_to_utf16(utf8result.get(), -1, 0, &utf16resultLength, &gerror.outPtr())); in foldCase()
84 utf8src.set(g_utf16_to_utf8(src, srcLength, 0, 0, &gerror.outPtr())); in toLower()
95 utf16result.set(g_utf8_to_utf16(utf8result.get(), -1, 0, &utf16resultLength, &gerror.outPtr())); in toLower()
116 utf8src.set(g_utf16_to_utf8(src, srcLength, 0, 0, &gerror.outPtr())); in toUpper()
127 utf16result.set(g_utf8_to_utf16(utf8result.get(), -1, 0, &utf16resultLength, &gerror.outPtr())); in toUpper()
/external/webkit/WebCore/platform/gtk/
DGeolocationServiceGtk.cpp101 … true, GEOCLUE_RESOURCE_ALL, &error.outPtr()); in startUpdating()
109 m_geocluePosition = geoclue_master_client_create_position(client, &error.outPtr()); in startUpdating()
168 &m_altitude, &accuracy.outPtr(), in updateLocationInformation()
169 &error.outPtr()); in updateLocationInformation()
/external/webkit/WebCore/platform/text/gtk/
DTextCodecGtk.cpp385 …er.outPtr() = reinterpret_cast<UChar*>(g_convert_with_iconv(conversionBytes, conversionLength, m_i… in decode()
437 …buffer.outPtr() = g_convert_with_iconv(reinterpret_cast<const char*>(characters), length * sizeof(… in encode()
/external/webkit/WebCore/platform/graphics/gtk/
DMediaPlayerPrivateGStreamer.cpp87 gst_message_parse_error(message, &err.outPtr(), &debug.outPtr()); in mediaPlayerPrivateMessageCallback()
138 g_object_get(mp->m_playBin, "source", &element.outPtr(), NULL); in mediaPlayerPrivateSourceChangedCallback()
230 gstInitialized = gst_init_check(0, 0, &error.outPtr()); in doGstInit()
DImageGtk.cpp70 if (!g_file_get_contents(name.data(), &content.outPtr(), &length, 0)) in loadResourceSharedBuffer()
/external/webkit/JavaScriptCore/wtf/brew/
DOwnPtrBrew.h56 T*& outPtr() in outPtr() function
/external/webkit/JavaScriptCore/wtf/gtk/
DGOwnPtr.h64 T*& outPtr() in outPtr() function
/external/webkit/WebCore/platform/
DKURL.cpp1420 utf8Hostname.set(g_utf16_to_utf8(str, strLen, 0, 0, &utf8Err.outPtr())); in appendEncodedHostname()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp465 gdk_region_get_rectangles(event->region, &rects.outPtr(), &rectCount); in webkit_web_view_expose_event()
/external/webkit/JavaScriptCore/
DChangeLog895 (WTF::OwnPtrBrew::outPtr):
6271 (WTF::GOwnPtr::outPtr):
DChangeLog-2009-06-1628633 (WTF::GOwnPtr::outPtr):