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

  /external/chromium_org/ui/base/clipboard/
clipboard_gtk.cc 272 InsertMapping(kMimeTypeText, data, text_len);
273 InsertMapping("TEXT", data, text_len);
274 InsertMapping("STRING", data, text_len);
275 InsertMapping("UTF8_STRING", data, text_len);
276 InsertMapping("COMPOUND_TEXT", data, text_len);
295 InsertMapping(kMimeTypeHTML, data, total_len);
305 InsertMapping(kMimeTypeWebkitSmartPaste, NULL, 0);
314 InsertMapping(kMimeTypeBitmap, reinterpret_cast<char*>(pixbuf), 0);
330 InsertMapping(kMimeTypeMozillaURL, data, data_len);
343 InsertMapping(GdkAtomToString(format.ToGdkAtom()).c_str(), data, data_len)
    [all...]
clipboard_aurax11.cc 246 // InsertMapping writes to. Then we commit it in TakeOwnershipOfSelection,
251 void InsertMapping(const std::string& key,
374 void Clipboard::AuraX11Details::InsertMapping(
707 aurax11_details_->InsertMapping(kMimeTypeText, mem);
708 aurax11_details_->InsertMapping(kText, mem);
709 aurax11_details_->InsertMapping(kString, mem);
710 aurax11_details_->InsertMapping(kUtf8String, mem);
727 aurax11_details_->InsertMapping(kMimeTypeHTML, mem);
748 aurax11_details_->InsertMapping(kMimeTypeMozillaURL, mem);
754 aurax11_details_->InsertMapping(kMimeTypeWebkitSmartPaste
    [all...]

Completed in 2846 milliseconds