Searched refs:_singleton_method (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A D__init__.py32 def _singleton_method(name): function
49 use_cache = _singleton_method('use_cache')
50 start = _singleton_method('start')
51 stop = _singleton_method('stop')
52 erase = _singleton_method('erase')
53 exclude = _singleton_method('exclude')
54 analysis = _singleton_method('analysis')
55 analysis2 = _singleton_method('analysis2')
56 report = _singleton_method('report')
57 annotate = _singleton_method('annotat
[all...]

Completed in 64 milliseconds