HomeSort by relevance Sort by last modified time
    Searched defs:OSExchangeData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/dragdrop/
os_exchange_data.cc 12 OSExchangeData::DownloadFileInfo::DownloadFileInfo(
19 OSExchangeData::DownloadFileInfo::~DownloadFileInfo() {}
21 OSExchangeData::FileInfo::FileInfo(
28 OSExchangeData::FileInfo::~FileInfo() {}
30 OSExchangeData::OSExchangeData() : provider_(CreateProvider()) {
33 OSExchangeData::OSExchangeData(Provider* provider) : provider_(provider) {
36 OSExchangeData::~OSExchangeData() {
    [all...]
os_exchange_data.h 38 // OSExchangeData
48 // not use OSExchangeData. As such, file contents and html support is only
50 class UI_EXPORT OSExchangeData {
92 // Provider defines the platform specific part of OSExchangeData that
149 OSExchangeData();
150 // Creates an OSExchangeData with the specified provider. OSExchangeData
152 explicit OSExchangeData(Provider* provider);
154 ~OSExchangeData();
160 // These functions add data to the OSExchangeData object of various Chrom
    [all...]

Completed in 32 milliseconds