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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 97 raise Exception('Source path %s is not a directory' % self._origin)
99 raise Exception('Source path %s is not in LayoutTests directory' % self._origin)
113 (self._filesystem.join(self._origin, file_path), self._filesystem.join(self._destination, file_path)))
162 for expectation in self._get_expectations(test_expectations.model(), self._origin):
164 if self._is_child_path(self._origin, path):
167 new_path = self._move_path(path, self._origin, self._destination)
291 self._move_directory(self._origin, self._destination)
293 self._move_directory(self._filesystem.join(PLATFORM_DIRECTORY, directory, self._origin),
299 title = 'Move LayoutTests directory %s to %s' % (self._origin, self._destination)
305 self._origin = origi
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePresentationModel.js 624 this._origin = origin;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1105 if (method._origin) method = method._origin;
1114 }.extend({_owner: self, _origin: method, _name: key});
    [all...]

Completed in 114 milliseconds