Home | History | Annotate | Download | only in dragdrop

Lines Matching defs:HTML

46 // NOTE: Support for html and file contents is required by TabContentViewWin.
48 // not use OSExchangeData. As such, file contents and html support is only
67 HTML = 1 << 5,
132 virtual void SetHtml(const base::string16& html, const GURL& base_url) = 0;
133 virtual bool GetHtml(base::string16* html, GURL* base_url) const = 0;
225 // Adds a snippet of HTML. |html| is just raw html but this sets both
226 // text/html and CF_HTML.
227 void SetHtml(const base::string16& html, const GURL& base_url);
228 bool GetHtml(base::string16* html, GURL* base_url) const;