Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/android/
DPopupMenuAndroid.cpp114 static uint16_t* stringConverter(const WTF::String& text) in stringConverter() function
143 *names.append() = stringConverter(m_popupClient->itemText(i)); in show()