Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp981 static UniChar* staticBuffer = 0; in getSupportedType() local
982 if (!staticBuffer) in getSupportedType()
983 staticBuffer = new UniChar[32]; in getSupportedType()
988 CFStringGetCharacters(cfstr, range, staticBuffer); in getSupportedType()
989 str = reinterpret_cast<const UChar*>(staticBuffer); in getSupportedType()