atom 1009 base/message_loop/message_loop_unittest.cc ATOM atom = RegisterClassEx(&wc); atom 1010 base/message_loop/message_loop_unittest.cc ASSERT_TRUE(atom); atom 1012 base/message_loop/message_loop_unittest.cc HWND message_hwnd = CreateWindow(MAKEINTATOM(atom), 0, 0, 0, 0, 0, 0, atom 1020 base/message_loop/message_loop_unittest.cc ASSERT_TRUE(UnregisterClass(MAKEINTATOM(atom), instance)); atom 108 base/win/message_window.cc window_ = CreateWindow(MAKEINTATOM(window_class.atom()), window_name, 0, 0, 0, atom 330 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc x_event->xproperty.atom == atom_cache_.GetAtom("_NET_WM_STATE") && atom 1365 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc GdkAtom atom = ui::GetAtomForTarget(ui::CHROME_NAMED_URL); atom 1368 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc gtk_target_list_remove(copy_targets, atom); atom 95 components/breakpad/tools/crash_service.cc ATOM atom = ::RegisterClassExW(&wcx); atom 127 content/browser/renderer_host/render_widget_host_view_base.cc static ATOM atom = 0; atom 129 content/browser/renderer_host/render_widget_host_view_base.cc if (!atom) { atom 145 content/browser/renderer_host/render_widget_host_view_base.cc atom = RegisterClassEx(&window_class); atom 147 content/browser/renderer_host/render_widget_host_view_base.cc DCHECK(atom); atom 151 content/browser/renderer_host/render_widget_host_view_base.cc MAKEINTATOM(atom), 0, atom 172 remoting/host/linux/x_server_clipboard.cc event->xproperty.atom == large_selection_property_ && atom 212 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 249 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 354 third_party/libxml/src/xmlregexp.c static void xmlRegFreeAtom(xmlRegAtomPtr atom); atom 356 third_party/libxml/src/xmlregexp.c static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint); atom 570 third_party/libxml/src/xmlregexp.c if ((trans->to == -1) || (trans->atom == NULL)) atom 572 third_party/libxml/src/xmlregexp.c atomno = stringRemap[trans->atom->no]; atom 573 third_party/libxml/src/xmlregexp.c if ((trans->atom->data != NULL) && (transdata == NULL)) { atom 596 third_party/libxml/src/xmlregexp.c i, j, trans->atom->no, trans->to, atomno, targetno); atom 612 third_party/libxml/src/xmlregexp.c i, j, trans->atom->no, trans->to, atomno, targetno); atom 618 third_party/libxml/src/xmlregexp.c trans->atom->data; atom 806 third_party/libxml/src/xmlregexp.c xmlRegFreeAtom(xmlRegAtomPtr atom) { atom 809 third_party/libxml/src/xmlregexp.c if (atom == NULL) atom 812 third_party/libxml/src/xmlregexp.c for (i = 0;i < atom->nbRanges;i++) atom 813 third_party/libxml/src/xmlregexp.c xmlRegFreeRange(atom->ranges[i]); atom 814 third_party/libxml/src/xmlregexp.c if (atom->ranges != NULL) atom 815 third_party/libxml/src/xmlregexp.c xmlFree(atom->ranges); atom 816 third_party/libxml/src/xmlregexp.c if ((atom->type == XML_REGEXP_STRING) && (atom->valuep != NULL)) atom 817 third_party/libxml/src/xmlregexp.c xmlFree(atom->valuep); atom 818 third_party/libxml/src/xmlregexp.c if ((atom->type == XML_REGEXP_STRING) && (atom->valuep2 != NULL)) atom 819 third_party/libxml/src/xmlregexp.c xmlFree(atom->valuep2); atom 820 third_party/libxml/src/xmlregexp.c if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL)) atom 821 third_party/libxml/src/xmlregexp.c xmlFree(atom->valuep); atom 822 third_party/libxml/src/xmlregexp.c xmlFree(atom); atom 835 third_party/libxml/src/xmlregexp.c xmlRegCopyAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { atom 844 third_party/libxml/src/xmlregexp.c ret->type = atom->type; atom 845 third_party/libxml/src/xmlregexp.c ret->quant = atom->quant; atom 846 third_party/libxml/src/xmlregexp.c ret->min = atom->min; atom 847 third_party/libxml/src/xmlregexp.c ret->max = atom->max; atom 848 third_party/libxml/src/xmlregexp.c if (atom->nbRanges > 0) { atom 852 third_party/libxml/src/xmlregexp.c atom->nbRanges); atom 857 third_party/libxml/src/xmlregexp.c for (i = 0;i < atom->nbRanges;i++) { atom 858 third_party/libxml/src/xmlregexp.c ret->ranges[i] = xmlRegCopyRange(ctxt, atom->ranges[i]); atom 1082 third_party/libxml/src/xmlregexp.c xmlRegPrintAtom(FILE *output, xmlRegAtomPtr atom) { atom 1084 third_party/libxml/src/xmlregexp.c if (atom == NULL) { atom 1088 third_party/libxml/src/xmlregexp.c if (atom->neg) atom 1090 third_party/libxml/src/xmlregexp.c xmlRegPrintAtomType(output, atom->type); atom 1091 third_party/libxml/src/xmlregexp.c xmlRegPrintQuantType(output, atom->quant); atom 1092 third_party/libxml/src/xmlregexp.c if (atom->quant == XML_REGEXP_QUANT_RANGE) atom 1093 third_party/libxml/src/xmlregexp.c fprintf(output, "%d-%d ", atom->min, atom->max); atom 1094 third_party/libxml/src/xmlregexp.c if (atom->type == XML_REGEXP_STRING) atom 1095 third_party/libxml/src/xmlregexp.c fprintf(output, "'%s' ", (char *) atom->valuep); atom 1096 third_party/libxml/src/xmlregexp.c if (atom->type == XML_REGEXP_CHARVAL) atom 1097 third_party/libxml/src/xmlregexp.c fprintf(output, "char %c\n", atom->codepoint); atom 1098 third_party/libxml/src/xmlregexp.c else if (atom->type == XML_REGEXP_RANGES) { atom 1100 third_party/libxml/src/xmlregexp.c fprintf(output, "%d entries\n", atom->nbRanges); atom 1101 third_party/libxml/src/xmlregexp.c for (i = 0; i < atom->nbRanges;i++) atom 1102 third_party/libxml/src/xmlregexp.c xmlRegPrintRange(output, atom->ranges[i]); atom 1103 third_party/libxml/src/xmlregexp.c } else if (atom->type == XML_REGEXP_SUBREG) { atom 1104 third_party/libxml/src/xmlregexp.c fprintf(output, "start %d end %d\n", atom->start->no, atom->stop->no); atom 1135 third_party/libxml/src/xmlregexp.c if (trans->atom == NULL) { atom 1139 third_party/libxml/src/xmlregexp.c if (trans->atom->type == XML_REGEXP_CHARVAL) atom 1140 third_party/libxml/src/xmlregexp.c fprintf(output, "char %c ", trans->atom->codepoint); atom 1141 third_party/libxml/src/xmlregexp.c fprintf(output, "atom %d, to %d\n", trans->atom->no, trans->to); atom 1185 third_party/libxml/src/xmlregexp.c if (ctxt->atom != NULL) { atom 1187 third_party/libxml/src/xmlregexp.c xmlRegPrintAtom(output, ctxt->atom); atom 1213 third_party/libxml/src/xmlregexp.c xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, atom 1218 third_party/libxml/src/xmlregexp.c if (atom == NULL) { atom 1222 third_party/libxml/src/xmlregexp.c if (atom->type != XML_REGEXP_RANGES) { atom 1226 third_party/libxml/src/xmlregexp.c if (atom->maxRanges == 0) { atom 1227 third_party/libxml/src/xmlregexp.c atom->maxRanges = 4; atom 1228 third_party/libxml/src/xmlregexp.c atom->ranges = (xmlRegRangePtr *) xmlMalloc(atom->maxRanges * atom 1230 third_party/libxml/src/xmlregexp.c if (atom->ranges == NULL) { atom 1232 third_party/libxml/src/xmlregexp.c atom->maxRanges = 0; atom 1235 third_party/libxml/src/xmlregexp.c } else if (atom->nbRanges >= atom->maxRanges) { atom 1237 third_party/libxml/src/xmlregexp.c atom->maxRanges *= 2; atom 1238 third_party/libxml/src/xmlregexp.c tmp = (xmlRegRangePtr *) xmlRealloc(atom->ranges, atom->maxRanges * atom 1242 third_party/libxml/src/xmlregexp.c atom->maxRanges /= 2; atom 1245 third_party/libxml/src/xmlregexp.c atom->ranges = tmp; atom 1251 third_party/libxml/src/xmlregexp.c atom->ranges[atom->nbRanges++] = range; atom 1284 third_party/libxml/src/xmlregexp.c xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { atom 1285 third_party/libxml/src/xmlregexp.c if (atom == NULL) { atom 1310 third_party/libxml/src/xmlregexp.c atom->no = ctxt->nbAtoms; atom 1311 third_party/libxml/src/xmlregexp.c ctxt->atoms[ctxt->nbAtoms++] = atom; atom 1345 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom, xmlRegStatePtr target, atom 1366 third_party/libxml/src/xmlregexp.c if ((trans->atom == atom) && atom 1407 third_party/libxml/src/xmlregexp.c else if (atom == NULL) atom 1409 third_party/libxml/src/xmlregexp.c else if (atom != NULL) atom 1410 third_party/libxml/src/xmlregexp.c xmlRegPrintAtom(stdout, atom); atom 1413 third_party/libxml/src/xmlregexp.c state->trans[state->nbTrans].atom = atom; atom 1541 third_party/libxml/src/xmlregexp.c xmlRegStatePtr to, xmlRegAtomPtr atom) { atom 1544 third_party/libxml/src/xmlregexp.c if (atom == NULL) { atom 1548 third_party/libxml/src/xmlregexp.c if (atom->type == XML_REGEXP_SUBREG) { atom 1553 third_party/libxml/src/xmlregexp.c if (xmlRegAtomPush(ctxt, atom) < 0) { atom 1556 third_party/libxml/src/xmlregexp.c if ((to != NULL) && (atom->stop != to) && atom 1557 third_party/libxml/src/xmlregexp.c (atom->quant != XML_REGEXP_QUANT_RANGE)) { atom 1561 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, atom->stop, to); atom 1563 third_party/libxml/src/xmlregexp.c } else if ((to == NULL) && (atom->quant != XML_REGEXP_QUANT_RANGE) && atom 1564 third_party/libxml/src/xmlregexp.c (atom->quant != XML_REGEXP_QUANT_ONCE)) { atom 1568 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, atom->stop, to); atom 1571 third_party/libxml/src/xmlregexp.c switch (atom->quant) { atom 1573 third_party/libxml/src/xmlregexp.c atom->quant = XML_REGEXP_QUANT_ONCE; atom 1580 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, atom->start, 0); atom 1581 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, atom->stop, atom 1584 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, atom->start, to); atom 1588 third_party/libxml/src/xmlregexp.c atom->quant = XML_REGEXP_QUANT_ONCE; atom 1589 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, atom->start, atom->stop); atom 1590 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, atom->stop, atom->start); atom 1593 third_party/libxml/src/xmlregexp.c atom->quant = XML_REGEXP_QUANT_ONCE; atom 1594 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, atom->stop, atom->start); atom 1616 third_party/libxml/src/xmlregexp.c if ((atom->min == 0) && (atom->start0 == NULL)) { atom 1627 third_party/libxml/src/xmlregexp.c copy = xmlRegCopyAtom(ctxt, atom); atom 1634 third_party/libxml/src/xmlregexp.c if (xmlFAGenerateTransitions(ctxt, atom->start, NULL, copy) atom 1639 third_party/libxml/src/xmlregexp.c ctxt->counters[counter].min = atom->min - 1; atom 1640 third_party/libxml/src/xmlregexp.c ctxt->counters[counter].max = atom->max - 1; atom 1643 third_party/libxml/src/xmlregexp.c atom->stop, counter); atom 1648 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, atom->start, atom 1657 third_party/libxml/src/xmlregexp.c ctxt->counters[counter].min = atom->min - 1; atom 1658 third_party/libxml/src/xmlregexp.c ctxt->counters[counter].max = atom->max - 1; atom 1660 third_party/libxml/src/xmlregexp.c xmlFAGenerateCountedEpsilonTransition(ctxt, atom->stop, atom 1661 third_party/libxml/src/xmlregexp.c atom->start, counter); atom 1663 third_party/libxml/src/xmlregexp.c xmlFAGenerateCountedTransition(ctxt, atom->stop, atom 1666 third_party/libxml/src/xmlregexp.c if (atom->min == 0) atom 1667 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, atom->start0, atom 1671 third_party/libxml/src/xmlregexp.c atom->min = 0; atom 1672 third_party/libxml/src/xmlregexp.c atom->max = 0; atom 1673 third_party/libxml/src/xmlregexp.c atom->quant = XML_REGEXP_QUANT_ONCE; atom 1681 third_party/libxml/src/xmlregexp.c if ((atom->min == 0) && (atom->max == 0) && atom 1682 third_party/libxml/src/xmlregexp.c (atom->quant == XML_REGEXP_QUANT_RANGE)) { atom 1696 third_party/libxml/src/xmlregexp.c xmlRegFreeAtom(atom); atom 1708 third_party/libxml/src/xmlregexp.c if ((atom->quant == XML_REGEXP_QUANT_MULT) || atom 1709 third_party/libxml/src/xmlregexp.c (atom->quant == XML_REGEXP_QUANT_PLUS)) { atom 1726 third_party/libxml/src/xmlregexp.c if (xmlRegAtomPush(ctxt, atom) < 0) { atom 1729 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, atom, to, -1, -1); atom 1731 third_party/libxml/src/xmlregexp.c switch (atom->quant) { atom 1733 third_party/libxml/src/xmlregexp.c atom->quant = XML_REGEXP_QUANT_ONCE; atom 1737 third_party/libxml/src/xmlregexp.c atom->quant = XML_REGEXP_QUANT_ONCE; atom 1739 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, to, atom, to, -1, -1); atom 1742 third_party/libxml/src/xmlregexp.c atom->quant = XML_REGEXP_QUANT_ONCE; atom 1743 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, to, atom, to, -1, -1); atom 1747 third_party/libxml/src/xmlregexp.c if (atom->min == 0) { atom 1796 third_party/libxml/src/xmlregexp.c if (to->trans[transnr].atom == NULL) { atom 1828 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, to->trans[transnr].atom, atom 1832 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, to->trans[transnr].atom, atom 1869 third_party/libxml/src/xmlregexp.c if ((state->trans[0].atom == NULL) && atom 1895 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, tmp, tmp->trans[j].atom, atom 1962 third_party/libxml/src/xmlregexp.c if ((state->trans[transnr].atom == NULL) && atom 2002 third_party/libxml/src/xmlregexp.c if ((trans->atom == NULL) && atom 2030 third_party/libxml/src/xmlregexp.c ((state->trans[transnr].atom != NULL) || atom 2580 third_party/libxml/src/xmlregexp.c int to, xmlRegAtomPtr atom) { atom 2603 third_party/libxml/src/xmlregexp.c if (t1->atom == NULL) { atom 2607 third_party/libxml/src/xmlregexp.c to, atom); atom 2616 third_party/libxml/src/xmlregexp.c if (xmlFACompareAtoms(t1->atom, atom, deep)) { atom 2667 third_party/libxml/src/xmlregexp.c if (t1->atom == NULL) { atom 2677 third_party/libxml/src/xmlregexp.c if (t2->atom != NULL) { atom 2683 third_party/libxml/src/xmlregexp.c if (xmlFAEqualAtoms(t1->atom, t2->atom, deep) && atom 2710 third_party/libxml/src/xmlregexp.c if (t1->atom == NULL) { atom 2719 third_party/libxml/src/xmlregexp.c if (t2->atom != NULL) { atom 2724 third_party/libxml/src/xmlregexp.c if (xmlFACompareAtoms(t1->atom, t2->atom, 1)) { atom 2737 third_party/libxml/src/xmlregexp.c t2->to, t2->atom); atom 2952 third_party/libxml/src/xmlregexp.c xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { atom 2956 third_party/libxml/src/xmlregexp.c if ((atom == NULL) || (!IS_CHAR(codepoint))) atom 2959 third_party/libxml/src/xmlregexp.c switch (atom->type) { atom 2964 third_party/libxml/src/xmlregexp.c return(codepoint == atom->codepoint); atom 2968 third_party/libxml/src/xmlregexp.c for (i = 0;i < atom->nbRanges;i++) { atom 2969 third_party/libxml/src/xmlregexp.c range = atom->ranges[i]; atom 3045 third_party/libxml/src/xmlregexp.c ret = xmlRegCheckCharacterRange(atom->type, codepoint, 0, 0, 0, atom 3046 third_party/libxml/src/xmlregexp.c (const xmlChar *)atom->valuep); atom 3047 third_party/libxml/src/xmlregexp.c if (atom->neg) atom 3207 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 3225 third_party/libxml/src/xmlregexp.c atom = trans->atom; atom 3226 third_party/libxml/src/xmlregexp.c if (!((atom->min == 0) && (atom->max > 0))) atom 3238 third_party/libxml/src/xmlregexp.c atom = trans->atom; atom 3262 third_party/libxml/src/xmlregexp.c } else if (atom == NULL) { atom 3268 third_party/libxml/src/xmlregexp.c ret = xmlRegCheckCharacter(atom, codepoint); atom 3269 third_party/libxml/src/xmlregexp.c if ((ret == 1) && (atom->min >= 0) && (atom->max > 0)) { atom 3305 third_party/libxml/src/xmlregexp.c if (exec->transcount == atom->max) { atom 3316 third_party/libxml/src/xmlregexp.c if (exec->transcount >= atom->min) { atom 3331 third_party/libxml/src/xmlregexp.c ret = xmlRegCheckCharacter(atom, codepoint); atom 3334 third_party/libxml/src/xmlregexp.c if (exec->transcount < atom->min) atom 3356 third_party/libxml/src/xmlregexp.c } else if ((ret == 0) && (atom->min == 0) && (atom->max > 0)) { atom 3366 third_party/libxml/src/xmlregexp.c } else if ((atom->min == 0) && (atom->max > 0)) { atom 3379 third_party/libxml/src/xmlregexp.c trans->atom->no, codepoint, exec->index); atom 3421 third_party/libxml/src/xmlregexp.c if (trans->atom != NULL) { atom 3764 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 3819 third_party/libxml/src/xmlregexp.c atom = trans->atom; atom 3845 third_party/libxml/src/xmlregexp.c (t->atom != NULL) && atom 3846 third_party/libxml/src/xmlregexp.c (xmlStrEqual(value, t->atom->valuep))) { atom 3852 third_party/libxml/src/xmlregexp.c (t->atom != NULL) && atom 3853 third_party/libxml/src/xmlregexp.c (xmlStrEqual(value, t->atom->valuep))) { atom 3899 third_party/libxml/src/xmlregexp.c } else if (atom == NULL) { atom 3904 third_party/libxml/src/xmlregexp.c ret = xmlRegStrEqualWildcard(atom->valuep, value); atom 3905 third_party/libxml/src/xmlregexp.c if (atom->neg) { atom 3920 third_party/libxml/src/xmlregexp.c if ((ret == 1) && (atom->min > 0) && (atom->max > 0)) { atom 3937 third_party/libxml/src/xmlregexp.c if (exec->transcount == atom->max) { atom 3954 third_party/libxml/src/xmlregexp.c if (exec->transcount >= atom->min) { atom 3970 third_party/libxml/src/xmlregexp.c ret = xmlStrEqual(value, atom->valuep); atom 3973 third_party/libxml/src/xmlregexp.c if (exec->transcount < atom->min) atom 3988 third_party/libxml/src/xmlregexp.c if ((exec->callback != NULL) && (atom != NULL) && atom 3990 third_party/libxml/src/xmlregexp.c exec->callback(exec->data, atom->valuep, atom 3991 third_party/libxml/src/xmlregexp.c atom->data, data); atom 4032 third_party/libxml/src/xmlregexp.c if (trans->atom != NULL) { atom 4249 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 4272 third_party/libxml/src/xmlregexp.c atom = trans->atom; atom 4273 third_party/libxml/src/xmlregexp.c if ((atom == NULL) || (atom->valuep == NULL)) atom 4292 third_party/libxml/src/xmlregexp.c if (atom->neg) atom 4293 third_party/libxml/src/xmlregexp.c values[nb++] = (xmlChar *) atom->valuep2; atom 4295 third_party/libxml/src/xmlregexp.c values[nb++] = (xmlChar *) atom->valuep; atom 4302 third_party/libxml/src/xmlregexp.c if (atom->neg) atom 4303 third_party/libxml/src/xmlregexp.c values[nb++] = (xmlChar *) atom->valuep2; atom 4305 third_party/libxml/src/xmlregexp.c values[nb++] = (xmlChar *) atom->valuep; atom 4316 third_party/libxml/src/xmlregexp.c atom = trans->atom; atom 4317 third_party/libxml/src/xmlregexp.c if ((atom == NULL) || (atom->valuep == NULL)) atom 4329 third_party/libxml/src/xmlregexp.c if (atom->neg) atom 4330 third_party/libxml/src/xmlregexp.c values[nb++] = (xmlChar *) atom->valuep2; atom 4332 third_party/libxml/src/xmlregexp.c values[nb++] = (xmlChar *) atom->valuep; atom 4412 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 4438 third_party/libxml/src/xmlregexp.c atom = trans->atom; atom 4455 third_party/libxml/src/xmlregexp.c } else if (atom == NULL) { atom 4461 third_party/libxml/src/xmlregexp.c ret = xmlRegCheckCharacter(atom, codepoint); atom 4462 third_party/libxml/src/xmlregexp.c if ((ret == 1) && (atom->min > 0) && (atom->max > 0)) { atom 4476 third_party/libxml/src/xmlregexp.c if (exec->transcount == atom->max) { atom 4487 third_party/libxml/src/xmlregexp.c if (exec->transcount >= atom->min) { atom 4502 third_party/libxml/src/xmlregexp.c ret = xmlRegCheckCharacter(atom, codepoint); atom 4505 third_party/libxml/src/xmlregexp.c if (exec->transcount < atom->min) atom 4543 third_party/libxml/src/xmlregexp.c if (trans->atom != NULL) { atom 4805 third_party/libxml/src/xmlregexp.c if (ctxt->atom == NULL) { atom 4806 third_party/libxml/src/xmlregexp.c ctxt->atom = xmlRegNewAtom(ctxt, type); atom 4807 third_party/libxml/src/xmlregexp.c if (ctxt->atom != NULL) atom 4808 third_party/libxml/src/xmlregexp.c ctxt->atom->valuep = blockName; atom 4809 third_party/libxml/src/xmlregexp.c } else if (ctxt->atom->type == XML_REGEXP_RANGES) { atom 4810 third_party/libxml/src/xmlregexp.c xmlRegAtomAddRange(ctxt, ctxt->atom, ctxt->neg, atom 4830 third_party/libxml/src/xmlregexp.c if (ctxt->atom == NULL) { atom 4831 third_party/libxml/src/xmlregexp.c ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_ANYCHAR); atom 4832 third_party/libxml/src/xmlregexp.c } else if (ctxt->atom->type == XML_REGEXP_RANGES) { atom 4833 third_party/libxml/src/xmlregexp.c xmlRegAtomAddRange(ctxt, ctxt->atom, ctxt->neg, atom 4866 third_party/libxml/src/xmlregexp.c ctxt->atom->neg = 1; atom 4877 third_party/libxml/src/xmlregexp.c if (ctxt->atom == NULL) { atom 4878 third_party/libxml/src/xmlregexp.c ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL); atom 4879 third_party/libxml/src/xmlregexp.c if (ctxt->atom != NULL) { atom 4882 third_party/libxml/src/xmlregexp.c ctxt->atom->codepoint = '\n'; atom 4885 third_party/libxml/src/xmlregexp.c ctxt->atom->codepoint = '\r'; atom 4888 third_party/libxml/src/xmlregexp.c ctxt->atom->codepoint = '\t'; atom 4891 third_party/libxml/src/xmlregexp.c ctxt->atom->codepoint = cur; atom 4894 third_party/libxml/src/xmlregexp.c } else if (ctxt->atom->type == XML_REGEXP_RANGES) { atom 4906 third_party/libxml/src/xmlregexp.c xmlRegAtomAddRange(ctxt, ctxt->atom, ctxt->neg, atom 4948 third_party/libxml/src/xmlregexp.c if (ctxt->atom == NULL) { atom 4949 third_party/libxml/src/xmlregexp.c ctxt->atom = xmlRegNewAtom(ctxt, type); atom 4950 third_party/libxml/src/xmlregexp.c } else if (ctxt->atom->type == XML_REGEXP_RANGES) { atom 4951 third_party/libxml/src/xmlregexp.c xmlRegAtomAddRange(ctxt, ctxt->atom, ctxt->neg, atom 5015 third_party/libxml/src/xmlregexp.c xmlRegAtomAddRange(ctxt, ctxt->atom, ctxt->neg, atom 5048 third_party/libxml/src/xmlregexp.c xmlRegAtomAddRange(ctxt, ctxt->atom, ctxt->neg, atom 5124 third_party/libxml/src/xmlregexp.c ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_RANGES); atom 5125 third_party/libxml/src/xmlregexp.c if (ctxt->atom == NULL) atom 5178 third_party/libxml/src/xmlregexp.c if (ctxt->atom != NULL) { atom 5180 third_party/libxml/src/xmlregexp.c ctxt->atom->quant = XML_REGEXP_QUANT_OPT; atom 5182 third_party/libxml/src/xmlregexp.c ctxt->atom->quant = XML_REGEXP_QUANT_MULT; atom 5184 third_party/libxml/src/xmlregexp.c ctxt->atom->quant = XML_REGEXP_QUANT_PLUS; atom 5216 third_party/libxml/src/xmlregexp.c if (ctxt->atom != NULL) { atom 5217 third_party/libxml/src/xmlregexp.c ctxt->atom->quant = XML_REGEXP_QUANT_RANGE; atom 5218 third_party/libxml/src/xmlregexp.c ctxt->atom->min = min; atom 5219 third_party/libxml/src/xmlregexp.c ctxt->atom->max = max; atom 5238 third_party/libxml/src/xmlregexp.c ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL); atom 5239 third_party/libxml/src/xmlregexp.c if (ctxt->atom == NULL) atom 5242 third_party/libxml/src/xmlregexp.c ctxt->atom->codepoint = codepoint; atom 5265 third_party/libxml/src/xmlregexp.c ctxt->atom = NULL; atom 5272 third_party/libxml/src/xmlregexp.c ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_SUBREG); atom 5273 third_party/libxml/src/xmlregexp.c if (ctxt->atom == NULL) atom 5275 third_party/libxml/src/xmlregexp.c ctxt->atom->start = start; atom 5276 third_party/libxml/src/xmlregexp.c ctxt->atom->start0 = start0; atom 5277 third_party/libxml/src/xmlregexp.c ctxt->atom->stop = ctxt->state; atom 5297 third_party/libxml/src/xmlregexp.c ctxt->atom = NULL; atom 5301 third_party/libxml/src/xmlregexp.c if (ctxt->atom == NULL) { atom 5327 third_party/libxml/src/xmlregexp.c (CUR=='|' || CUR==')') ? to : NULL, ctxt->atom) < 0) atom 5330 third_party/libxml/src/xmlregexp.c ctxt->atom = NULL; atom 5336 third_party/libxml/src/xmlregexp.c (CUR=='|' || CUR==')') ? to : NULL, ctxt->atom) < 0) atom 5339 third_party/libxml/src/xmlregexp.c ctxt->atom = NULL; atom 5688 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 5692 third_party/libxml/src/xmlregexp.c atom = xmlRegNewAtom(am, XML_REGEXP_STRING); atom 5693 third_party/libxml/src/xmlregexp.c if (atom == NULL) atom 5695 third_party/libxml/src/xmlregexp.c atom->data = data; atom 5696 third_party/libxml/src/xmlregexp.c if (atom == NULL) atom 5698 third_party/libxml/src/xmlregexp.c atom->valuep = xmlStrdup(token); atom 5700 third_party/libxml/src/xmlregexp.c if (xmlFAGenerateTransitions(am, from, to, atom) < 0) { atom 5701 third_party/libxml/src/xmlregexp.c xmlRegFreeAtom(atom); atom 5728 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 5732 third_party/libxml/src/xmlregexp.c atom = xmlRegNewAtom(am, XML_REGEXP_STRING); atom 5733 third_party/libxml/src/xmlregexp.c if (atom == NULL) atom 5735 third_party/libxml/src/xmlregexp.c atom->data = data; atom 5737 third_party/libxml/src/xmlregexp.c atom->valuep = xmlStrdup(token); atom 5747 third_party/libxml/src/xmlregexp.c xmlRegFreeAtom(atom); atom 5755 third_party/libxml/src/xmlregexp.c atom->valuep = str; atom 5758 third_party/libxml/src/xmlregexp.c if (xmlFAGenerateTransitions(am, from, to, atom) < 0) { atom 5759 third_party/libxml/src/xmlregexp.c xmlRegFreeAtom(atom); atom 5788 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 5793 third_party/libxml/src/xmlregexp.c atom = xmlRegNewAtom(am, XML_REGEXP_STRING); atom 5794 third_party/libxml/src/xmlregexp.c if (atom == NULL) atom 5796 third_party/libxml/src/xmlregexp.c atom->data = data; atom 5797 third_party/libxml/src/xmlregexp.c atom->neg = 1; atom 5799 third_party/libxml/src/xmlregexp.c atom->valuep = xmlStrdup(token); atom 5809 third_party/libxml/src/xmlregexp.c xmlRegFreeAtom(atom); atom 5817 third_party/libxml/src/xmlregexp.c atom->valuep = str; atom 5819 third_party/libxml/src/xmlregexp.c snprintf((char *) err_msg, 199, "not %s", (const char *) atom->valuep); atom 5821 third_party/libxml/src/xmlregexp.c atom->valuep2 = xmlStrdup(err_msg); atom 5823 third_party/libxml/src/xmlregexp.c if (xmlFAGenerateTransitions(am, from, to, atom) < 0) { atom 5824 third_party/libxml/src/xmlregexp.c xmlRegFreeAtom(atom); atom 5856 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 5865 third_party/libxml/src/xmlregexp.c atom = xmlRegNewAtom(am, XML_REGEXP_STRING); atom 5866 third_party/libxml/src/xmlregexp.c if (atom == NULL) atom 5869 third_party/libxml/src/xmlregexp.c atom->valuep = xmlStrdup(token); atom 5879 third_party/libxml/src/xmlregexp.c xmlRegFreeAtom(atom); atom 5887 third_party/libxml/src/xmlregexp.c atom->valuep = str; atom 5889 third_party/libxml/src/xmlregexp.c atom->data = data; atom 5891 third_party/libxml/src/xmlregexp.c atom->min = 1; atom 5893 third_party/libxml/src/xmlregexp.c atom->min = min; atom 5894 third_party/libxml/src/xmlregexp.c atom->max = max; atom 5908 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(am, from, atom, to, counter, -1); atom 5909 third_party/libxml/src/xmlregexp.c xmlRegAtomPush(am, atom); atom 5942 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 5951 third_party/libxml/src/xmlregexp.c atom = xmlRegNewAtom(am, XML_REGEXP_STRING); atom 5952 third_party/libxml/src/xmlregexp.c if (atom == NULL) atom 5954 third_party/libxml/src/xmlregexp.c atom->valuep = xmlStrdup(token); atom 5955 third_party/libxml/src/xmlregexp.c atom->data = data; atom 5957 third_party/libxml/src/xmlregexp.c atom->min = 1; atom 5959 third_party/libxml/src/xmlregexp.c atom->min = min; atom 5960 third_party/libxml/src/xmlregexp.c atom->max = max; atom 5974 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(am, from, atom, to, counter, -1); atom 5975 third_party/libxml/src/xmlregexp.c xmlRegAtomPush(am, atom); atom 6011 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 6020 third_party/libxml/src/xmlregexp.c atom = xmlRegNewAtom(am, XML_REGEXP_STRING); atom 6021 third_party/libxml/src/xmlregexp.c if (atom == NULL) atom 6024 third_party/libxml/src/xmlregexp.c atom->valuep = xmlStrdup(token); atom 6034 third_party/libxml/src/xmlregexp.c xmlRegFreeAtom(atom); atom 6042 third_party/libxml/src/xmlregexp.c atom->valuep = str; atom 6044 third_party/libxml/src/xmlregexp.c atom->data = data; atom 6045 third_party/libxml/src/xmlregexp.c atom->quant = XML_REGEXP_QUANT_ONCEONLY; atom 6046 third_party/libxml/src/xmlregexp.c atom->min = min; atom 6047 third_party/libxml/src/xmlregexp.c atom->max = max; atom 6060 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(am, from, atom, to, counter, -1); atom 6061 third_party/libxml/src/xmlregexp.c xmlRegAtomPush(am, atom); atom 6090 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom; atom 6099 third_party/libxml/src/xmlregexp.c atom = xmlRegNewAtom(am, XML_REGEXP_STRING); atom 6100 third_party/libxml/src/xmlregexp.c if (atom == NULL) atom 6102 third_party/libxml/src/xmlregexp.c atom->valuep = xmlStrdup(token); atom 6103 third_party/libxml/src/xmlregexp.c atom->data = data; atom 6104 third_party/libxml/src/xmlregexp.c atom->quant = XML_REGEXP_QUANT_ONCEONLY; atom 6105 third_party/libxml/src/xmlregexp.c atom->min = min; atom 6106 third_party/libxml/src/xmlregexp.c atom->max = max; atom 6119 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(am, from, atom, to, counter, -1); atom 6120 third_party/libxml/src/xmlregexp.c xmlRegAtomPush(am, atom); atom 35 third_party/re2/re2/prefilter.h const string& atom() const { return atom_; } atom 50 third_party/re2/re2/prefilter_tree.cc return prefilter->atom().size() >= atom 154 third_party/re2/re2/prefilter_tree.cc s += node->atom(); atom 208 third_party/re2/re2/prefilter_tree.cc atom_vec->push_back(node->atom()); atom 387 third_party/re2/re2/prefilter_tree.cc DCHECK(!node->atom().empty()); atom 388 third_party/re2/re2/prefilter_tree.cc node_string += node->atom(); atom 315 third_party/re2/re2/testing/search_test.cc vector<string> atom, alpha, ops; atom 316 third_party/re2/re2/testing/search_test.cc atom.push_back(StringPiece(t.regexp).as_string()); atom 318 third_party/re2/re2/testing/search_test.cc ExhaustiveTest(1, 0, atom, ops, 1, alpha, "", ""); atom 65 third_party/webdriver/atoms.h static inline std::string asString(const char* const atom[]) { atom 67 third_party/webdriver/atoms.h for (int i = 0; atom[i] != NULL; i++) { atom 68 third_party/webdriver/atoms.h source += atom[i]; atom 419 third_party/wtl/include/atlframe.h HWND Create(HWND hWndParent, ATL::_U_RECT rect, LPCTSTR szWindowName, DWORD dwStyle, DWORD dwExStyle, ATL::_U_MENUorID MenuOrID, ATOM atom, LPVOID lpCreateParam) atom 423 third_party/wtl/include/atlframe.h if(atom == 0) atom 433 third_party/wtl/include/atlframe.h HWND hWnd = ::CreateWindowEx(dwExStyle, MAKEINTATOM(atom), szWindowName, atom 1163 third_party/wtl/include/atlframe.h ATOM atom = T::GetWndClassInfo().Register(&m_pfnSuperWindowProc); atom 1171 third_party/wtl/include/atlframe.h return CFrameWindowImplBase< TBase, TWinTraits >::Create(hWndParent, rect.m_lpRect, szWindowName, dwStyle, dwExStyle, hMenu, atom, lpCreateParam); atom 1455 third_party/wtl/include/atlframe.h ATOM atom = T::GetWndClassInfo().Register(&m_pfnSuperWindowProc); atom 1463 third_party/wtl/include/atlframe.h return CFrameWindowImplBase<TBase, TWinTraits >::Create(hWndParent, rect.m_lpRect, szWindowName, dwStyle, dwExStyle, hMenu, atom, lpCreateParam); atom 1702 third_party/wtl/include/atlframe.h ATOM atom = T::GetWndClassInfo().Register(&m_pfnSuperWindowProc); atom 1725 third_party/wtl/include/atlframe.h HWND hWnd = CFrameWindowImplBase<TBase, TWinTraits >::Create(hWndParent, rect.m_lpRect, szWindowName, dwStyle, dwExStyle, (UINT)0U, atom, lpCreateParam); atom 150 ui/base/clipboard/clipboard_aurax11.cc bool ContainsAtom(::Atom atom) const; atom 176 ui/base/clipboard/clipboard_aurax11.cc ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str()); atom 177 ui/base/clipboard/clipboard_aurax11.cc return ContainsAtom(atom); atom 180 ui/base/clipboard/clipboard_aurax11.cc bool TargetList::ContainsAtom(::Atom atom) const { atom 181 ui/base/clipboard/clipboard_aurax11.cc return find(target_list_.begin(), target_list_.end(), atom) atom 242 ui/base/clipboard/clipboard_aurax11.cc const SelectionFormatMap& LookupStorageForAtom(::Atom atom); atom 353 ui/base/clipboard/clipboard_aurax11.cc ::Atom atom) { atom 354 ui/base/clipboard/clipboard_aurax11.cc if (atom == XA_PRIMARY) atom 357 ui/base/clipboard/clipboard_aurax11.cc DCHECK_EQ(atom_cache_.GetAtom(kClipboard), atom); atom 114 ui/base/clipboard/clipboard_gtk.cc std::string GdkAtomToString(const GdkAtom& atom) { atom 115 ui/base/clipboard/clipboard_gtk.cc gchar* name = gdk_atom_name(atom); atom 48 ui/base/x/root_window_property_watcher_x.cc if (xev->xproperty.atom == ActiveWindowWatcherX::GetPropertyAtom()) atom 50 ui/base/x/root_window_property_watcher_x.cc else if (xev->xproperty.atom == WorkAreaWatcherX::GetPropertyAtom()) atom 125 ui/base/x/selection_utils.cc ::Atom atom, atom 127 ui/base/x/selection_utils.cc data_.erase(atom); atom 128 ui/base/x/selection_utils.cc data_.insert(std::make_pair(atom, item)); atom 74 ui/base/x/selection_utils.h void Insert(::Atom atom, const scoped_refptr<base::RefCountedMemory>& item); atom 86 ui/base/x/selection_utils.h const_iterator find(::Atom atom) const { return data_.find(atom); } atom 1379 ui/base/x/x11_util.cc Atom atom = GetAtom("_NET_WM_STATE_FULLSCREEN"); atom 1381 ui/base/x/x11_util.cc if (std::find(supported_atoms.begin(), supported_atoms.end(), atom) atom 1387 ui/base/x/x11_util.cc return std::find(atom_properties.begin(), atom_properties.end(), atom) atom 60 ui/gfx/win/window_impl.cc RegisteredClass(const ClassInfo& info, ATOM atom); atom 66 ui/gfx/win/window_impl.cc ATOM atom; atom 96 ui/gfx/win/window_impl.cc return i->atom; atom 117 ui/gfx/win/window_impl.cc ATOM atom = RegisterClassEx(&window_class); atom 118 ui/gfx/win/window_impl.cc CHECK(atom) << GetLastError(); atom 120 ui/gfx/win/window_impl.cc registered_classes_.push_back(RegisteredClass(class_info, atom)); atom 122 ui/gfx/win/window_impl.cc return atom; atom 126 ui/gfx/win/window_impl.cc ATOM atom) atom 128 ui/gfx/win/window_impl.cc atom(atom) {} atom 177 ui/gfx/win/window_impl.cc ATOM atom = GetWindowClassAtom(); atom 181 ui/gfx/win/window_impl.cc reinterpret_cast<wchar_t*>(atom), NULL, atom 205 ui/gfx/win/window_impl.cc reinterpret_cast<wchar_t*>(atom), atom 38 ui/gfx/x/x11_atom_cache.cc ::Atom atom = XInternAtom(xdisplay_, name, false); atom 39 ui/gfx/x/x11_atom_cache.cc cached_atoms_.insert(std::make_pair(name, atom)); atom 40 ui/gfx/x/x11_atom_cache.cc return atom; atom 404 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc event->xproperty.atom == atom_cache_->GetAtom("XdndActionList")) { atom 854 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc int DesktopDragDropClientAuraX11::AtomToDragOperation(::Atom atom) { atom 855 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc if (atom == atom_cache_.GetAtom(kXdndActionCopy)) atom 857 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc if (atom == atom_cache_.GetAtom(kXdndActionMove)) atom 859 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc if (atom == atom_cache_.GetAtom(kXdndActionLink)) atom 142 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h int AtomToDragOperation(::Atom atom); atom 64 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc event->xproperty.atom == atom_cache_->GetAtom("_NET_ACTIVE_WINDOW") && atom 1552 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc if (xev->xproperty.atom == state && atom 134 ui/views/widget/desktop_aura/x11_desktop_handler.cc event->xproperty.atom == active_window_atom) {