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

  /external/chromium_org/chrome/common/extensions/docs/server2/
patcher.py 5 class Patcher(object):
14 patcher.
test_patcher.py 6 from patcher import Patcher
8 class TestPatcher(Patcher):
caching_rietveld_patcher.py 8 from patcher import Patcher
59 class CachingRietveldPatcher(Patcher):
60 ''' CachingRietveldPatcher implements a caching layer on top of |patcher|.
61 In theory, it can be used with any class that implements Patcher. But this
rietveld_patcher.py 11 from patcher import Patcher
93 class RietveldPatcher(Patcher):
caching_rietveld_patcher_test.py 13 from patcher import Patcher
patched_file_system_test.py 12 from patcher import Patcher

Completed in 258 milliseconds