Home | History | Annotate | Download | only in tools

Lines Matching refs:engine

34 # Locales to generate search engine lists for
54 """Inits SearchEngineManager with relevant search engine data.
56 The search engine data is downloaded from the Chrome source repository.
62 print 'Unable to get Chrome source data for search engine list.\nExiting.'
72 Given a string from the search engine data structure, convert it to a
94 """Returns an array of strings describing the specified search engine.
97 except that the internal name of the search engine is inserted at the
104 # Find the first occurance of this search engine name in the form
109 print ('Unable to find data for search engine ' + name +
146 """Returns the list of search engine names for the given country.
154 print ('Unable to find search engine data for country ' + country + '.')
201 engine data necessary.
223 for engine in engines:
224 self.all_engines.add(engine)
232 for engine in engines:
233 engine_data = self.getEngineData(engine)