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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
mock.py 120 self.method_calls = []
147 parent.method_calls.append((name, args, kwargs))
  /external/chromium_org/third_party/pymock/
mock.py 309 funcopy.method_calls = _CallList()
320 funcopy.method_calls = _CallList()
507 __dict__['method_calls'] = _CallList()
522 `method_calls` and `mock_calls` attributes of this one."""
619 self.method_calls = _CallList()
991 _new_parent.method_calls.append(this_method_call)
    [all...]

Completed in 188 milliseconds