Home
last modified time | relevance | path

Searched refs:textPlainAtom (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DPasteboardHelper.cpp37 static GdkAtom textPlainAtom; variable
61 textPlainAtom = gdk_atom_intern("text/plain;charset=utf-8", FALSE); in initGdkAtoms()
219 if (target == textPlainAtom) in fillDataObjectFromDropData()
245 dropAtoms.append(textPlainAtom); in dropAtomsForContext()