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 6 from link_error_detector import LinkErrorDetector, StringifyBrokenLinks
14 self.link_error_detector = LinkErrorDetector(
21 broken_links = self.link_error_detector.GetBrokenLinks()
28 orphaned_pages = self.link_error_detector.GetOrphanedPages()
integration_test.py 19 from link_error_detector import LinkErrorDetector, StringifyBrokenLinks
69 link_error_detector = LinkErrorDetector(
75 broken_links = link_error_detector.GetBrokenLinks()
86 orphaned_pages = link_error_detector.GetOrphanedPages()

Completed in 681 milliseconds