OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatch_processor
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitpy/style/
checker_unittest.py
410
"""Tests
dispatch_processor
() method of ProcessorDispatcher class."""
415
def
dispatch_processor
(self, file_path):
member in class:ProcessorDispatcherDispatchTest
416
"""Call
dispatch_processor
() with the given file path."""
418
processor = dispatcher.
dispatch_processor
(file_path,
425
processor = self.
dispatch_processor
(file_path)
430
processor = self.
dispatch_processor
(file_path)
464
processor = self.
dispatch_processor
(file_path)
474
processor = self.
dispatch_processor
(file_path)
506
processor = self.
dispatch_processor
(file_path)
checker.py
670
def
dispatch_processor
(self, file_path, handle_style_error, verbosity):
member in class:ProcessorDispatcher
804
processor = dispatcher.
dispatch_processor
(file_path,
Completed in 961 milliseconds