Home | History | Annotate | Download | only in desktop_aura

Lines Matching refs:GetAtom

282                     atom_cache_->GetAtom(kXdndSelection),
284 atom_cache_->GetAtom(kChromiumDragReciever),
297 DCHECK_EQ(event.property, atom_cache_->GetAtom(kChromiumDragReciever));
348 if (xdnd_operation == atom_cache_->GetAtom(kXdndActionCopy))
350 else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionMove))
352 else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionLink))
364 event->xproperty.atom == atom_cache_->GetAtom("XdndActionList")) {
400 XChangeProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndAware"),
584 xev.xclient.message_type = atom_cache_.GetAtom("XdndFinished");
629 actions.push_back(atom_cache_.GetAtom(kXdndActionDirectSave));
632 atom_cache_.GetAtom(kXdndDirectSave0),
633 atom_cache_.GetAtom(ui::Clipboard::kMimeTypeText),
667 XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndActionList"));
668 XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom(kXdndDirectSave0));
800 if (message_type == atom_cache_.GetAtom("XdndEnter")) {
803 } else if (message_type == atom_cache_.GetAtom("XdndLeave")) {
806 } else if (message_type == atom_cache_.GetAtom("XdndPosition")) {
809 } else if (message_type == atom_cache_.GetAtom("XdndStatus")) {
812 } else if (message_type == atom_cache_.GetAtom("XdndFinished")) {
815 } else if (message_type == atom_cache_.GetAtom("XdndDrop")) {
934 return atom_cache_.GetAtom(kXdndActionCopy);
936 return atom_cache_.GetAtom(kXdndActionMove);
938 return atom_cache_.GetAtom(kXdndActionLink);
945 if (atom == atom_cache_.GetAtom(kXdndActionCopy))
947 if (atom == atom_cache_.GetAtom(kXdndActionMove))
949 if (atom == atom_cache_.GetAtom(kXdndActionLink))
958 GetAtom(kXdndActionCopy));
960 operations.push_back(atom_cache_.GetAtom(kXdndActionMove));
962 operations.push_back(atom_cache_.GetAtom(kXdndActionLink));
990 xev.xclient.message_type = atom_cache_.GetAtom("XdndStatus");
1006 xev.xclient.message_type = atom_cache_.GetAtom("XdndEnter");
1033 xev.xclient.message_type = atom_cache_.GetAtom("XdndLeave");
1052 xev.xclient.message_type = atom_cache_.GetAtom("XdndPosition");
1077 xev.xclient.message_type = atom_cache_.GetAtom("XdndDrop");