Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/win/
DClipboardUtilitiesWin.cpp111 String mutableTitle(title); in createGlobalData() local
112 …SIZE_T size = mutableURL.length() + mutableTitle.length() + 2; // +1 for "\n" and +1 for null ter… in createGlobalData()
117 …(buffer, size, L"%s\n%s", mutableURL.charactersWithNullTermination(), mutableTitle.charactersWithN… in createGlobalData()