Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/clipboard/
Dclipboard_util_win.cc110 return HasData(data_object, Clipboard::GetFileContentZeroFormatType()); in HasFileContents()
297 if (!HasData(data_object, Clipboard::GetFileContentZeroFormatType()) && in GetFileContents()
305 data_object, Clipboard::GetFileContentZeroFormatType(), &content)) { in GetFileContents()
Dclipboard.h297 static const FormatType& GetFileContentZeroFormatType(); in NON_EXPORTED_BASE()
Dclipboard_win.cc781 const Clipboard::FormatType& Clipboard::GetFileContentZeroFormatType() { in GetFileContentZeroFormatType() function in ui::Clipboard
/external/chromium_org/ui/base/dragdrop/
Dos_exchange_data_provider_win.cc383 Clipboard::GetFileContentZeroFormatType().ToFormatEtc(), storage)); in SetFileContents()