Searched refs:tmpFilename (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DIconWin.cpp60 String tmpFilename = filenames[0]; local
61 if (!SHGetFileInfo(tmpFilename.charactersWithNullTermination(), 0, &sfi, sizeof(sfi), SHGFI_ICON | SHGFI_SHELLICONSIZE | SHGFI_SMALLICON))
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp172 CString tmpFilename = fileSystemRepresentation(pathName);
173 GOwnPtr<gchar> baseName(g_path_get_basename(tmpFilename.data()));

Completed in 647 milliseconds