Searched defs:kHTMLFormat (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/base/clipboard/
H A Dclipboard_android.cc40 const char kHTMLFormat[] = "html"; member in namespace:ui::__anon15057
104 } else if (format == kHTMLFormat) {
169 map_[kHTMLFormat] = android_string;
173 it = map_.find(kHTMLFormat);
175 map_.erase(kHTMLFormat);
287 std::string input = g_map.Get().Get(kHTMLFormat);
363 CR_DEFINE_STATIC_LOCAL(FormatType, type, (kHTMLFormat));
399 g_map.Get().Set(kHTMLFormat, std::string(markup_data, markup_len));

Completed in 54 milliseconds