HomeSort by relevance Sort by last modified time
    Searched refs:moduleFactoryFactory (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
etree.py 16 from ..utils import moduleFactoryFactory
136 getETreeModule = moduleFactoryFactory(getETreeBuilder)
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
utils.py 14 "surrogatePairToCodepoint", "moduleFactoryFactory",
85 def moduleFactoryFactory(factory):
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
dom.py 10 from ..utils import moduleFactoryFactory
227 getDomModule = moduleFactoryFactory(getDomBuilder)
etree.py 10 from ..utils import moduleFactoryFactory
337 getETreeModule = moduleFactoryFactory(getETreeBuilder)

Completed in 3440 milliseconds