HomeSort by relevance Sort by last modified time
    Searched full:getatom (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/ui/gfx/x/
x11_atom_cache.h 20 // server. By default, GetAtom() will CHECK() that atoms accessed through
21 // GetAtom() were passed to the constructor, but this behaviour can be changed
30 Atom GetAtom(const char*) const;
x11_atom_cache.cc 35 Atom X11AtomCache::GetAtom(const char* name) const {
  /external/chromium_org/ui/base/x/
selection_utils.cc 38 atoms.push_back(atom_cache->GetAtom(kUtf8String));
39 atoms.push_back(atom_cache->GetAtom(kString));
40 atoms.push_back(atom_cache->GetAtom(kText));
41 atoms.push_back(atom_cache->GetAtom(kTextPlain));
42 atoms.push_back(atom_cache->GetAtom(kTextPlainUtf8));
48 atoms.push_back(atom_cache->GetAtom(Clipboard::kMimeTypeURIList));
49 atoms.push_back(atom_cache->GetAtom(kMimeTypeMozillaURL));
55 atoms.push_back(atom_cache->GetAtom(Clipboard::kMimeTypeURIList));
200 if (type_ == atom_cache_.GetAtom(kUtf8String) ||
201 type_ == atom_cache_.GetAtom(kText) |
    [all...]
selection_owner.cc 125 if (event.target == atom_cache_.GetAtom(kMultiple)) {
148 atom_cache_.GetAtom(kAtomPair),
175 Atom multiple_atom = atom_cache_.GetAtom(kMultiple);
176 Atom save_targets_atom = atom_cache_.GetAtom(kSaveTargets);
177 Atom targets_atom = atom_cache_.GetAtom(kTargets);
x11_menu_list.cc 18 : menu_type_atom_(GetAtom("_NET_WM_WINDOW_TYPE_MENU")) {
x11_util.cc 89 Atom property_atom = GetAtom(property_name.c_str());
486 ::Atom hint_atom = GetAtom("_MOTIF_WM_HINTS");
518 GetAtom("_GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED"),
558 Atom hidden_atom = GetAtom("_NET_WM_STATE_HIDDEN");
869 Atom name_atom = GetAtom(name.c_str());
870 Atom type_atom = GetAtom(type.c_str());
902 Atom name_atom = GetAtom(name.c_str());
903 Atom type_atom = GetAtom(type.c_str());
938 Atom GetAtom(const char* name) {
958 XDeleteProperty(display, window, GetAtom("WM_WINDOW_ROLE"))
    [all...]
selection_requestor.cc 50 Atom property = atom_cache_.GetAtom(kChromeSelection);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 252 atom_cache_->GetAtom(kXdndSelection),
254 atom_cache_->GetAtom(kChromiumDragReciever),
267 DCHECK_EQ(event.property, atom_cache_->GetAtom(kChromiumDragReciever));
320 if (xdnd_operation == atom_cache_->GetAtom(kXdndActionCopy))
322 else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionMove))
324 else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionLink))
336 event->xproperty.atom == atom_cache_->GetAtom("XdndActionList")) {
373 XChangeProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndAware"),
553 xev.xclient.message_type = atom_cache_.GetAtom("XdndFinished");
598 actions.push_back(atom_cache_.GetAtom(kXdndActionDirectSave))
    [all...]
desktop_drag_drop_client_aurax11_unittest.cc 95 Atom GetAtom(const char* name);
210 Atom TestDragDropClient::GetAtom(const char* name) {
211 return atom_cache_.GetAtom(name);
216 return event.message_type == atom_cache_.GetAtom(type);
232 event.message_type = atom_cache_.GetAtom("XdndStatus");
247 event.message_type = atom_cache_.GetAtom("XdndFinished");
391 EXPECT_EQ(client->GetAtom("XdndActionCopy"),
394 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"));
410 client->OnFinished(toplevel, true, client->GetAtom("XdndActionCopy"));
425 client->OnStatus(toplevel, true, client->GetAtom("XdndActionCopy"))
    [all...]
desktop_window_tree_host_x11.cc 529 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"),
530 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_HORZ"));
542 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"),
543 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_HORZ"));
564 atom_cache_.GetAtom("_NET_WM_STATE_ABOVE"),
574 atom_cache_.GetAtom("_NET_WM_STATE_STICKY"),
589 xevent.xclient.message_type = atom_cache_.GetAtom("_NET_WM_DESKTOP");
608 atom_cache_.GetAtom("_NET_WM_NAME"),
609 atom_cache_.GetAtom("UTF8_STRING"),
686 atom_cache_.GetAtom("_NET_WM_STATE_FULLSCREEN")
    [all...]
desktop_window_tree_host_x11_unittest.cc 62 atom_cache_->GetAtom(hint_));
255 if (ui::WmSupportsHint(ui::GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"))) {
315 if (!ui::WmSupportsHint(ui::GetAtom("_NET_WM_STATE_FULLSCREEN")))
346 xclient.xclient.message_type = atom_cache.GetAtom("_NET_WM_STATE");
349 xclient.xclient.data.l[1] = atom_cache.GetAtom("_NET_WM_STATE_FULLSCREEN");
394 atom_list.push_back(atom_cache.GetAtom("_NET_WM_STATE_HIDDEN"));
404 xevent.xproperty.atom = atom_cache.GetAtom("_NET_WM_STATE");
426 atom_list.push_back(atom_cache.GetAtom("_NET_WM_STATE_FOCUSED"));
436 xevent.xproperty.atom = atom_cache.GetAtom("_NET_WM_STATE");
x11_desktop_handler.cc 79 xclient.xclient.message_type = atom_cache_.GetAtom("_NET_ACTIVE_WINDOW");
132 ::Atom active_window_atom = atom_cache_.GetAtom("_NET_ACTIVE_WINDOW");
x11_topmost_window_finder_unittest.cc 56 atom_cache_->GetAtom("_NET_WM_STATE_HIDDEN"));
370 atom_cache.GetAtom("_NET_WM_WINDOW_TYPE_MENU"));
x11_window_event_filter.cc 226 event.xclient.message_type = atom_cache_.GetAtom("_NET_WM_MOVERESIZE");
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 58 atom_cache_.GetAtom(kDndSelection)) {
80 atom_cache_.GetAtom(kDndSelection)) {
119 format_map_.Insert(atom_cache_.GetAtom(kRendererTaint),
125 return format_map_.find(atom_cache_.GetAtom(kRendererTaint)) !=
134 format_map_.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeText), mem);
135 format_map_.Insert(atom_cache_.GetAtom(kText), mem);
136 format_map_.Insert(atom_cache_.GetAtom(kString), mem);
137 format_map_.Insert(atom_cache_.GetAtom(kUtf8String), mem);
155 format_map_.Insert(atom_cache_.GetAtom(kMimeTypeMozillaURL), mem);
175 format_map_.Insert(atom_cache_.GetAtom(kNetscapeURL)
    [all...]
os_exchange_data_provider_aurax11_unittest.cc 36 provider.atom_cache_.GetAtom(ui::Clipboard::kMimeTypeURIList),
  /external/chromium_org/ui/views/test/
x11_property_change_waiter.cc 73 event->xproperty.atom != atom_cache_->GetAtom(property_) ||
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 178 ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str());
337 atom_cache_.GetAtom(kClipboard), this),
340 atom_cache_.GetAtom(kClipboardManager),
342 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)),
370 return atom_cache_.GetAtom(kClipboard);
398 ::Atom atom_key = atom_cache_.GetAtom(key.c_str());
454 if (receiver->PerformBlockingConvertSelection(atom_cache_.GetAtom(kTargets),
460 if (out_type == XA_ATOM || out_type == atom_cache_.GetAtom(kTargets)) {
499 atoms.push_back(atom_cache_.GetAtom(format.ToString().c_str()));
515 ::Atom clipboard_manager_atom = atom_cache_.GetAtom(kClipboardManager)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 164 labelSet.add(a.getAtom());
176 labelSet.add(a.getAtom());
210 public int getAtom() {
246 return set.member(getAtom());
261 return matches(other.getAtom());
DFA.java 507 if ( label.getAtom()>=Label.MIN_CHAR_VALUE ) {
508 if ( label.getAtom()<smin ) {
509 smin = label.getAtom();
511 if ( label.getAtom()>smax ) {
512 smax = label.getAtom();
557 if ( label.isAtom() && label.getAtom()>=Label.MIN_CHAR_VALUE ) {
558 int labelIndex = label.getAtom()-smin; // offset from 0
597 if ( label.getAtom()==Label.EOT ) {
601 else if ( label.getAtom()==Label.EOF ) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 330 aslist.append(self.getatom())
357 sdlist.append(self.getatom())
409 def getatom(self, atomends=None): member in class:AddrlistClass
448 plist.append(self.getatom(self.phraseends))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 330 aslist.append(self.getatom())
357 sdlist.append(self.getatom())
409 def getatom(self, atomends=None): member in class:AddrlistClass
448 plist.append(self.getatom(self.phraseends))
  /external/chromium_org/ui/aura/
window_tree_host_x11.cc 282 protocols[0] = atom_cache_.GetAtom("WM_DELETE_WINDOW");
283 protocols[1] = atom_cache_.GetAtom("_NET_WM_PING");
297 atom_cache_.GetAtom("_NET_WM_PID"),
434 if (message_type == atom_cache_.GetAtom("WM_DELETE_WINDOW")) {
437 } else if (message_type == atom_cache_.GetAtom("_NET_WM_PING")) {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 187 const MCSymbolData *A_Base = Asm.getAtom(&A_SD);
191 const MCSymbolData *B_Base = Asm.getAtom(&B_SD);
271 const MCSymbolData *Base = Asm.getAtom(&SD);
  /external/llvm/lib/MC/
MachObjectWriter.cpp 728 FB.getAtom() != Asm.getSymbolData(SA).getFragment()->getAtom() &&
739 else if(!FB.getAtom() &&
754 A_Base = FA->getAtom();
758 B_Base = FB.getAtom();
    [all...]

Completed in 400 milliseconds

1 2 3