Home
last modified time | relevance | path

Searched refs:isInRowsEl (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/base/
DRangeSelect.test.ts59 expect(rangeSelect.isInRowsEl(mouseEvent)).toBeFalsy();
79 rangeSelect.isInRowsEl = jest.fn(() => true);
110 rangeSelect.isInRowsEl = jest.fn(() => true);
144 rangeSelect.isInRowsEl = jest.fn(() => true);
198 rangeSelect.isInRowsEl = jest.fn(() => true);
243 rangeSelect.isInRowsEl = jest.fn(() => true);
276 rangeSelect.isInRowsEl = jest.fn(() => true);
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DRangeSelect.ts51 isInRowsEl(ev: MouseEvent): boolean { method in RangeSelect