Searched defs:StringifyBrokenLinks (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_servlet.py8 from link_error_detector import LinkErrorDetector, StringifyBrokenLinks namespace
27 len(broken_links), StringifyBrokenLinks(broken_links)))
H A Dlink_error_detector.py279 def StringifyBrokenLinks(broken_links): function
H A Dintegration_test.py27 from link_error_detector import LinkErrorDetector, StringifyBrokenLinks namespace
133 # print(StringifyBrokenLinks(broken_links))
240 # print(StringifyBrokenLinks(fixed_links))
243 # print(StringifyBrokenLinks(newly_broken_links))

Completed in 120 milliseconds