Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/win/
DClipboardWin.cpp174 char contentGenerationBuffer[INTERNET_MAX_URL_LENGTH + ARRAYSIZE(szShellDotUrlTemplate) + 1]; in createGlobalURLContent() local
176 if (estimatedFileSize > 0 && estimatedFileSize > ARRAYSIZE(contentGenerationBuffer)) in createGlobalURLContent()
194 …sprintf_s(contentGenerationBuffer, ARRAYSIZE(contentGenerationBuffer), szShellDotUrlTemplate, ansi… in createGlobalURLContent()
195 CopyMemory(fileContents, contentGenerationBuffer, fileSize); in createGlobalURLContent()