atoms             283 chrome/test/chromedriver/commands_unittest.cc       function = webdriver::atoms::asString(webdriver::atoms::FIND_ELEMENT);
atoms             285 chrome/test/chromedriver/commands_unittest.cc       function = webdriver::atoms::asString(webdriver::atoms::FIND_ELEMENTS);
atoms              89 chrome/test/chromedriver/element_commands.cc       webdriver::atoms::asString(webdriver::atoms::TOUCH_SINGLE_TAP),
atoms             283 chrome/test/chromedriver/element_commands.cc       webdriver::atoms::asString(webdriver::atoms::CLEAR),
atoms             350 chrome/test/chromedriver/element_commands.cc       webdriver::atoms::asString(webdriver::atoms::SUBMIT),
atoms             365 chrome/test/chromedriver/element_commands.cc       webdriver::atoms::asString(webdriver::atoms::GET_TEXT),
atoms             410 chrome/test/chromedriver/element_commands.cc       webdriver::atoms::asString(webdriver::atoms::IS_SELECTED),
atoms             425 chrome/test/chromedriver/element_commands.cc       webdriver::atoms::asString(webdriver::atoms::IS_ENABLED),
atoms             440 chrome/test/chromedriver/element_commands.cc       webdriver::atoms::asString(webdriver::atoms::IS_DISPLAYED),
atoms             455 chrome/test/chromedriver/element_commands.cc       webdriver::atoms::asString(webdriver::atoms::GET_LOCATION),
atoms             485 chrome/test/chromedriver/element_commands.cc       webdriver::atoms::asString(webdriver::atoms::GET_SIZE),
atoms              84 chrome/test/chromedriver/element_util.cc       frame, webdriver::atoms::asString(atom_function), args, result);
atoms              97 chrome/test/chromedriver/element_util.cc       frame, web_view, webdriver::atoms::IS_ELEMENT_CLICKABLE,
atoms             133 chrome/test/chromedriver/element_util.cc       frame, webdriver::atoms::asString(webdriver::atoms::GET_LOCATION_IN_VIEW),
atoms             164 chrome/test/chromedriver/element_util.cc       frame, webdriver::atoms::asString(webdriver::atoms::GET_EFFECTIVE_STYLE),
atoms             234 chrome/test/chromedriver/element_util.cc     script = webdriver::atoms::asString(webdriver::atoms::FIND_ELEMENT);
atoms             236 chrome/test/chromedriver/element_util.cc     script = webdriver::atoms::asString(webdriver::atoms::FIND_ELEMENTS);
atoms             318 chrome/test/chromedriver/element_util.cc       session->GetCurrentFrameId(), web_view, webdriver::atoms::GET_ATTRIBUTE,
atoms             472 chrome/test/chromedriver/element_util.cc       session->GetCurrentFrameId(), web_view, webdriver::atoms::GET_SIZE,
atoms             492 chrome/test/chromedriver/element_util.cc       session->GetCurrentFrameId(), web_view, webdriver::atoms::IS_DISPLAYED,
atoms             510 chrome/test/chromedriver/element_util.cc       session->GetCurrentFrameId(), web_view, webdriver::atoms::IS_ENABLED,
atoms             528 chrome/test/chromedriver/element_util.cc       session->GetCurrentFrameId(), web_view, webdriver::atoms::IS_SELECTED,
atoms             566 chrome/test/chromedriver/element_util.cc       session->GetCurrentFrameId(), web_view, webdriver::atoms::CLICK,
atoms              50 components/url_matcher/regex_set_matcher.cc   std::vector<RE2ID> atoms(FindSubstringMatches(
atoms              54 components/url_matcher/regex_set_matcher.cc   filtered_re2_->AllMatches(text, atoms, &re2_ids);
atoms              70 remoting/host/linux/x_server_clipboard.cc   Atom atoms[kNumAtomNames];
atoms              72 remoting/host/linux/x_server_clipboard.cc                    False, atoms)) {
atoms              73 remoting/host/linux/x_server_clipboard.cc     clipboard_atom_ = atoms[0];
atoms              74 remoting/host/linux/x_server_clipboard.cc     large_selection_atom_ = atoms[1];
atoms              75 remoting/host/linux/x_server_clipboard.cc     selection_string_atom_ = atoms[2];
atoms              76 remoting/host/linux/x_server_clipboard.cc     targets_atom_ = atoms[3];
atoms              77 remoting/host/linux/x_server_clipboard.cc     timestamp_atom_ = atoms[4];
atoms              78 remoting/host/linux/x_server_clipboard.cc     utf8_string_atom_ = atoms[5];
atoms             326 third_party/libusb/src/libusb/os/linux_usbfs.c 	int atoms, kmajor, kminor, ksublevel;
atoms             330 third_party/libusb/src/libusb/os/linux_usbfs.c 	atoms = sscanf(uts.release, "%d.%d.%d", &kmajor, &kminor, &ksublevel);
atoms             331 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (atoms < 1)
atoms             340 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (atoms < 2)
atoms             348 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (atoms < 3)
atoms             253 third_party/libxml/src/xmlregexp.c     xmlRegAtomPtr *atoms;
atoms             273 third_party/libxml/src/xmlregexp.c     xmlRegAtomPtr *atoms;
atoms             439 third_party/libxml/src/xmlregexp.c     ret->atoms = ctxt->atoms;
atoms             451 third_party/libxml/src/xmlregexp.c 	(ret->atoms != NULL) &&
atoms             452 third_party/libxml/src/xmlregexp.c 	(ret->atoms[0] != NULL) &&
atoms             453 third_party/libxml/src/xmlregexp.c 	(ret->atoms[0]->type == XML_REGEXP_STRING)) {
atoms             503 third_party/libxml/src/xmlregexp.c 	    if ((ret->atoms[i]->type == XML_REGEXP_STRING) &&
atoms             504 third_party/libxml/src/xmlregexp.c 		(ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE)) {
atoms             505 third_party/libxml/src/xmlregexp.c 		value = ret->atoms[i]->valuep;
atoms             645 third_party/libxml/src/xmlregexp.c 	if (ret->atoms != NULL) {
atoms             647 third_party/libxml/src/xmlregexp.c 		xmlRegFreeAtom(ret->atoms[i]);
atoms             648 third_party/libxml/src/xmlregexp.c 	    xmlFree(ret->atoms);
atoms             650 third_party/libxml/src/xmlregexp.c 	ret->atoms = NULL;
atoms             666 third_party/libxml/src/xmlregexp.c     ctxt->atoms = NULL;
atoms             923 third_party/libxml/src/xmlregexp.c     if (ctxt->atoms != NULL) {
atoms             925 third_party/libxml/src/xmlregexp.c 	    xmlRegFreeAtom(ctxt->atoms[i]);
atoms             926 third_party/libxml/src/xmlregexp.c 	xmlFree(ctxt->atoms);
atoms            1183 third_party/libxml/src/xmlregexp.c 	xmlRegPrintAtom(output, ctxt->atoms[i]);
atoms            1291 third_party/libxml/src/xmlregexp.c 	ctxt->atoms = (xmlRegAtomPtr *) xmlMalloc(ctxt->maxAtoms *
atoms            1293 third_party/libxml/src/xmlregexp.c 	if (ctxt->atoms == NULL) {
atoms            1301 third_party/libxml/src/xmlregexp.c 	tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms *
atoms            1308 third_party/libxml/src/xmlregexp.c 	ctxt->atoms = tmp;
atoms            1311 third_party/libxml/src/xmlregexp.c     ctxt->atoms[ctxt->nbAtoms++] = atom;
atoms            5412 third_party/libxml/src/xmlregexp.c 	xmlRegPrintAtom(output, regexp->atoms[i]);
atoms            5519 third_party/libxml/src/xmlregexp.c     am->atoms = comp->atoms;
atoms            5525 third_party/libxml/src/xmlregexp.c     am->atoms = NULL;
atoms            5551 third_party/libxml/src/xmlregexp.c     if (regexp->atoms != NULL) {
atoms            5553 third_party/libxml/src/xmlregexp.c 	    xmlRegFreeAtom(regexp->atoms[i]);
atoms            5554 third_party/libxml/src/xmlregexp.c 	xmlFree(regexp->atoms);
atoms              43 third_party/re2/re2/filtered_re2.cc void FilteredRE2::Compile(vector<string>* atoms) {
atoms              53 third_party/re2/re2/filtered_re2.cc   atoms->clear();
atoms              54 third_party/re2/re2/filtered_re2.cc   prefilter_tree_->Compile(atoms);
atoms              66 third_party/re2/re2/filtered_re2.cc                             const vector<int>& atoms) const {
atoms              72 third_party/re2/re2/filtered_re2.cc   prefilter_tree_->RegexpsGivenStrings(atoms, &regexps);
atoms              81 third_party/re2/re2/filtered_re2.cc     const vector<int>& atoms,
atoms              85 third_party/re2/re2/filtered_re2.cc   prefilter_tree_->RegexpsGivenStrings(atoms, &regexps);
atoms              62 third_party/re2/re2/filtered_re2.h                  const vector<int>& atoms) const;
atoms              67 third_party/re2/re2/filtered_re2.h                   const vector<int>& atoms,
atoms              14 third_party/re2/re2/testing/exhaustive3_test.cc   vector<string> atoms = Split(" ",
atoms              16 third_party/re2/re2/testing/exhaustive3_test.cc   ExhaustiveTest(2, 1, atoms, RegexpGenerator::EgrepOps(),
atoms              22 third_party/re2/re2/testing/exhaustive3_test.cc   vector<string> atoms = Split(" ",
atoms              24 third_party/re2/re2/testing/exhaustive3_test.cc   ExhaustiveTest(2, 1, atoms, RegexpGenerator::EgrepOps(),
atoms              67 third_party/re2/re2/testing/exhaustive3_test.cc   vector<string> atoms = Split(" ",
atoms              73 third_party/re2/re2/testing/exhaustive3_test.cc   ExhaustiveTest(1, 0, atoms, ops,
atoms              80 third_party/re2/re2/testing/exhaustive3_test.cc   vector<string> atoms = Split(" ",
atoms              89 third_party/re2/re2/testing/exhaustive3_test.cc   ExhaustiveTest(1, 0, atoms, ops,
atoms              14 third_party/re2/re2/testing/filtered_re2_test.cc   vector<string> atoms;
atoms              34 third_party/re2/re2/testing/filtered_re2_test.cc   v.f.Compile(&v.atoms);
atoms              35 third_party/re2/re2/testing/filtered_re2_test.cc   EXPECT_EQ(0, v.atoms.size());
atoms              49 third_party/re2/re2/testing/filtered_re2_test.cc   v.f.Compile(&v.atoms);
atoms              50 third_party/re2/re2/testing/filtered_re2_test.cc   EXPECT_EQ(1, v.atoms.size());
atoms              51 third_party/re2/re2/testing/filtered_re2_test.cc   EXPECT_EQ(v.atoms[0], "\xde\xadq\xbe\xef");
atoms              64 third_party/re2/re2/testing/filtered_re2_test.cc   const char* atoms[20];
atoms             140 third_party/re2/re2/testing/filtered_re2_test.cc   v->f.Compile(&v->atoms);
atoms             143 third_party/re2/re2/testing/filtered_re2_test.cc bool CheckExpectedAtoms(const char* atoms[],
atoms             149 third_party/re2/re2/testing/filtered_re2_test.cc     expected.push_back(atoms[i]);
atoms             151 third_party/re2/re2/testing/filtered_re2_test.cc   bool pass = expected.size() == v->atoms.size();
atoms             153 third_party/re2/re2/testing/filtered_re2_test.cc   sort(v->atoms.begin(), v->atoms.end());
atoms             156 third_party/re2/re2/testing/filtered_re2_test.cc       pass = pass && expected[i] == v->atoms[i];
atoms             163 third_party/re2/re2/testing/filtered_re2_test.cc     LOG(WARNING) << "Found #atoms = " << v->atoms.size();
atoms             164 third_party/re2/re2/testing/filtered_re2_test.cc     for (int i = 0; i < v->atoms.size(); i++)
atoms             165 third_party/re2/re2/testing/filtered_re2_test.cc       LOG(WARNING) << v->atoms[i];
atoms             182 third_party/re2/re2/testing/filtered_re2_test.cc     for (natom = 0; natom < arraysize(t->atoms); natom++)
atoms             183 third_party/re2/re2/testing/filtered_re2_test.cc       if (t->atoms[natom] == NULL)
atoms             186 third_party/re2/re2/testing/filtered_re2_test.cc     if (!CheckExpectedAtoms(t->atoms, natom, t->testname, &v))
atoms             192 third_party/re2/re2/testing/filtered_re2_test.cc void FindAtomIndices(const vector<string> atoms,
atoms             198 third_party/re2/re2/testing/filtered_re2_test.cc     for (; j < atoms.size(); j++) {
atoms             199 third_party/re2/re2/testing/filtered_re2_test.cc       if (matched_atoms[i] == atoms[j]) {
atoms             203 third_party/re2/re2/testing/filtered_re2_test.cc       EXPECT_LT(j, atoms.size());
atoms             245 third_party/re2/re2/testing/filtered_re2_test.cc   vector<string> atoms;
atoms             246 third_party/re2/re2/testing/filtered_re2_test.cc   atoms.push_back("abc");
atoms             247 third_party/re2/re2/testing/filtered_re2_test.cc   FindAtomIndices(v.atoms, atoms, &atom_ids);
atoms             253 third_party/re2/re2/testing/filtered_re2_test.cc   atoms.clear();
atoms             254 third_party/re2/re2/testing/filtered_re2_test.cc   atoms.push_back("abc");
atoms             255 third_party/re2/re2/testing/filtered_re2_test.cc   atoms.push_back("yyy");
atoms             256 third_party/re2/re2/testing/filtered_re2_test.cc   atoms.push_back("yyyzzz");
atoms             257 third_party/re2/re2/testing/filtered_re2_test.cc   FindAtomIndices(v.atoms, atoms, &atom_ids);
atoms             262 third_party/re2/re2/testing/filtered_re2_test.cc   atoms.clear();
atoms             263 third_party/re2/re2/testing/filtered_re2_test.cc   atoms.push_back("abc");
atoms             264 third_party/re2/re2/testing/filtered_re2_test.cc   atoms.push_back("abcd");
atoms             265 third_party/re2/re2/testing/filtered_re2_test.cc   atoms.push_back("yyy");
atoms             266 third_party/re2/re2/testing/filtered_re2_test.cc   atoms.push_back("yyyzzz");
atoms             267 third_party/re2/re2/testing/filtered_re2_test.cc   FindAtomIndices(v.atoms, atoms, &atom_ids);
atoms              86 third_party/re2/re2/testing/random_test.cc   vector<string> atoms = Split(" ",
atoms              91 third_party/re2/re2/testing/random_test.cc   RandomTest(10, 10, atoms, ops, 20, alphabet, "");
atoms              47 third_party/re2/re2/testing/regexp_generator.cc                                  const vector<string>& atoms,
atoms              49 third_party/re2/re2/testing/regexp_generator.cc     : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) {
atoms             102 third_party/re2/re2/testing/regexp_generator.cc                                       int ops, int atoms) {
atoms             113 third_party/re2/re2/testing/regexp_generator.cc   if (atoms < maxatoms_) {
atoms             116 third_party/re2/re2/testing/regexp_generator.cc       GeneratePostfix(post, nstk + 1, ops, atoms + 1);
atoms             128 third_party/re2/re2/testing/regexp_generator.cc         GeneratePostfix(post, nstk - nargs + 1, ops + 1, atoms);
atoms             138 third_party/re2/re2/testing/regexp_generator.cc                                             int ops, int atoms) {
atoms             141 third_party/re2/re2/testing/regexp_generator.cc     if (nstk == 1 && acm_->Uniform(maxatoms_ + 1 - atoms) == 0) {
atoms             159 third_party/re2/re2/testing/regexp_generator.cc                                          ops + 1, atoms);
atoms             167 third_party/re2/re2/testing/regexp_generator.cc     if (atoms < maxatoms_ && acm_->Uniform(2) == 0) {
atoms             169 third_party/re2/re2/testing/regexp_generator.cc       bool ret = GenerateRandomPostfix(post, nstk + 1, ops, atoms + 1);
atoms              30 third_party/re2/re2/testing/regexp_generator.h   RegexpGenerator(int maxatoms, int maxops, const vector<string>& atoms,
atoms              24 third_party/webdriver/atoms.h namespace atoms {
atoms             164 ui/base/clipboard/clipboard_aurax11.cc   std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_);
atoms             165 ui/base/clipboard/clipboard_aurax11.cc   for (std::vector< ::Atom>::const_iterator it = atoms.begin();
atoms             166 ui/base/clipboard/clipboard_aurax11.cc        it != atoms.end(); ++it) {
atoms             476 ui/base/clipboard/clipboard_aurax11.cc   std::vector< ::Atom> atoms;
atoms             477 ui/base/clipboard/clipboard_aurax11.cc   atoms.push_back(atom_cache_.GetAtom(format.ToString().c_str()));
atoms             478 ui/base/clipboard/clipboard_aurax11.cc   return atoms;
atoms              37 ui/base/x/selection_utils.cc   std::vector< ::Atom> atoms;
atoms              38 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kUtf8String));
atoms              39 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kString));
atoms              40 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kText));
atoms              41 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kTextPlain));
atoms              42 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kTextPlainUtf8));
atoms              43 ui/base/x/selection_utils.cc   return atoms;
atoms              47 ui/base/x/selection_utils.cc   std::vector< ::Atom> atoms;
atoms              48 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(Clipboard::kMimeTypeURIList));
atoms              49 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(kMimeTypeMozillaURL));
atoms              50 ui/base/x/selection_utils.cc   return atoms;
atoms              54 ui/base/x/selection_utils.cc   std::vector< ::Atom> atoms;
atoms              55 ui/base/x/selection_utils.cc   atoms.push_back(atom_cache->GetAtom(Clipboard::kMimeTypeURIList));
atoms              56 ui/base/x/selection_utils.cc   return atoms;
atoms             145 ui/base/x/selection_utils.cc   std::vector< ::Atom> atoms;
atoms             147 ui/base/x/selection_utils.cc     atoms.push_back(it->first);
atoms             149 ui/base/x/selection_utils.cc   return atoms;
atoms             206 ui/events/x/device_data_manager.cc   Atom atoms[DT_LAST_ENTRY];
atoms             208 ui/events/x/device_data_manager.cc     atoms[data_type] = atom_cache_.GetAtom(kCachedAtoms[data_type]);
atoms             246 ui/events/x/device_data_manager.cc         if (v->label == atoms[data_type]) {