Home
last modified time | relevance | path

Searched refs:WKStringGetCharacters (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DWKString.cpp54 actualSize = WKStringGetCharacters(string, uniBuffer, maxSize); in TEST()
61 actualSize = WKStringGetCharacters(string, uniBuffer, maxSize-1); in TEST()
65 actualSize = WKStringGetCharacters(string, uniBuffer, maxSize+1); in TEST()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKString.h53 WK_EXPORT size_t WKStringGetCharacters(WKStringRef string, WKChar* buffer, size_t bufferLength);
DWKString.cpp55 size_t WKStringGetCharacters(WKStringRef stringRef, WKChar* buffer, size_t bufferLength) in WKStringGetCharacters() function
/external/webkit/Source/WebKit2/
DChangeLog2986 Replace WKStringGetCharactersPtr() with WKStringGetCharacters()
2989 …xposes the internal implementation of WKString, so change this to WKStringGetCharacters(), which m…
2992 (WKStringGetCharacters): Added, replaces WKStringGetCharactersPtr().
2993 * Shared/API/c/WKString.h: Replaced WKStringGetCharactersPtr() with WKStringGetCharacters().
/external/webkit/Tools/
DChangeLog1907 Replace WKStringGetCharactersPtr() with WKStringGetCharacters()