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

  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector_test.py 9 from link_error_detector import LinkErrorDetector
72 link_error_detector = LinkErrorDetector(
74 broken_links = link_error_detector.GetBrokenLinks()
83 link_error_detector = LinkErrorDetector(
85 orphaned_pages = link_error_detector.GetOrphanedPages()
test_servlet.py 8 from link_error_detector import LinkErrorDetector, StringifyBrokenLinks
16 self.link_error_detector = LinkErrorDetector(
23 broken_links = self.link_error_detector.GetBrokenLinks()
30 orphaned_pages = self.link_error_detector.GetOrphanedPages()
integration_test.py 27 from link_error_detector import LinkErrorDetector, StringifyBrokenLinks
121 #link_error_detector = LinkErrorDetector(
128 #broken_links = link_error_detector.GetBrokenLinks()
154 #orphaned_pages = link_error_detector.GetOrphanedPages()

Completed in 47 milliseconds