Home | History | Annotate | Download | only in desktop_aura

Lines Matching refs:GetAtom

123   Atom GetAtom(const char* name);
266 Atom TestDragDropClient::GetAtom(const char* name) {
267 return atom_cache_.GetAtom(name);
272 return event.message_type == atom_cache_.GetAtom(type);
288 event.message_type = atom_cache_.GetAtom("XdndStatus");
303 event.message_type = atom_cache_.GetAtom("XdndFinished");
437 EXPECT_EQ(client->GetAtom("XdndActionCopy"),
440 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"));
456 client->OnFinished(toplevel, true, client->GetAtom("XdndActionCopy"));
471 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"));
482 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"));
488 client->OnFinished(toplevel, true, client->GetAtom("XdndActionCopy"));
565 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"));
570 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"));
579 client->OnFinished(toplevel, true, client->GetAtom("XdndActionCopy"));
616 client->OnStatus(toplevel1, true, client->GetAtom("XdndActionCopy"));
626 client->OnStatus(toplevel2, true, client->GetAtom("XdndActionCopy"));
633 client->OnFinished(toplevel2, true, client->GetAtom("XdndActionCopy"));
662 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"));
693 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"));