Home
last modified time | relevance | path

Searched refs:bind_to_tool (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dearlywarningsystem_unittest.py46 queue.bind_to_tool(MockTool(log_executive=True))
61 queue.bind_to_tool(MockTool())
75 ews.bind_to_tool(MockTool())
97 ews.bind_to_tool(MockTool())
104 ews.bind_to_tool(MockTool())
Dqueues_unittest.py67 queue.bind_to_tool(tool)
149 queue.bind_to_tool(tool)
324 queue.bind_to_tool(MockTool())
340 queue.bind_to_tool(MockTool())
386 queue.bind_to_tool(tool)
394 queue.bind_to_tool(MockTool())
406 queue.bind_to_tool(MockTool())
413 queue.bind_to_tool(MockTool())
Drebaseline_unittest.py41 command.bind_to_tool(MockTool())
Dcommandtest.py47 command.bind_to_tool(tool)
Dqueries_unittest.py83 command.bind_to_tool(tool)
Ddownload_unittest.py42 command.bind_to_tool(tool)
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool.py74 def bind_to_tool(self, tool): member in Command
225 command.bind_to_tool(self)
/external/webkit/Tools/
DChangeLog-2010-05-2421172 - Call bind_to_tool to that self.tool works in Command testing.