OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToGdkAtom
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/clipboard/
clipboard_gtk.cc
350
InsertMapping(GdkAtomToString(format.
ToGdkAtom
()).c_str(), data, data_len);
393
if (targets[i] == format.
ToGdkAtom
()) {
441
clipboard, GetWebCustomDataFormatType().
ToGdkAtom
());
501
GetHtmlFormatType().
ToGdkAtom
());
564
clipboard, GetWebCustomDataFormatType().
ToGdkAtom
());
582
gtk_clipboard_wait_for_contents(clipboard_, format.
ToGdkAtom
());
clipboard.h
128
const GdkAtom&
ToGdkAtom
() const { return data_; }
Completed in 40 milliseconds