Searched refs:FakeLoader (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
D | html_module_unittest.py | 36 class FakeLoader(object): class 77 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 95 FakeLoader([os.path.normpath('/tmp')], file_contents), 113 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 128 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 145 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 162 FakeLoader([os.path.normpath('/tmp')], file_contents), 178 FakeLoader([os.path.normpath('/tmp')], file_contents), 195 FakeLoader([os.path.normpath("/tmp"), os.path.normpath("/src")],
|