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

  /external/chromium_org/third_party/markdown/
serializers.py 169 def _serialize_html(write, elem, qnames, namespaces, format): function
182 _serialize_html(write, e, qnames, None, format)
218 _serialize_html(write, e, qnames, None, format)
232 _serialize_html(write, root, qnames, namespaces, format)
  /external/markdown/markdown/
html4.py 128 def _serialize_html(write, elem, encoding, qnames, namespaces): function
141 _serialize_html(write, e, encoding, qnames, None)
174 _serialize_html(write, e, encoding, qnames, None)
193 _serialize_html(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 954 def _serialize_html(write, elem, encoding, qnames, namespaces): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 954 def _serialize_html(write, elem, encoding, qnames, namespaces): function
    [all...]

Completed in 718 milliseconds