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

  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 54 // FormatEtcEnumerator
66 class FormatEtcEnumerator FINAL : public IEnumFORMATETC {
68 FormatEtcEnumerator(DataObjectImpl::StoredData::const_iterator begin,
70 ~FormatEtcEnumerator();
87 FormatEtcEnumerator() : cursor_(0), ref_count_(0) {
91 static FormatEtcEnumerator* CloneFromOther(const FormatEtcEnumerator* other);
105 DISALLOW_COPY_AND_ASSIGN(FormatEtcEnumerator);
118 FormatEtcEnumerator::FormatEtcEnumerator(
    [all...]
os_exchange_data_provider_win.h 84 // FormatEtcEnumerator only likes us for our StoredDataMap typedef.
85 friend class FormatEtcEnumerator;

Completed in 56 milliseconds