Searched refs:cell2 (Results 1 – 3 of 3) sorted by relevance
235 const WebAccessibility& cell2 = row.children[1]; in IN_PROC_BROWSER_TEST_F() local236 EXPECT_EQ(WebAccessibility::ROLE_CELL, cell2.role); in IN_PROC_BROWSER_TEST_F()246 EXPECT_EQ(cell2.id, column2.indirect_child_ids[0]); in IN_PROC_BROWSER_TEST_F()
104 @Override public int compare(Cell<R, C, V> cell1, Cell<R, C, V> cell2) { in forCells()106 : rowComparator.compare(cell1.getRowKey(), cell2.getRowKey()); in forCells()112 cell1.getColumnKey(), cell2.getColumnKey()); in forCells()
2940 JSCell* cell2 = src2.asCell(); in DEFINE_STUB_FUNCTION() local2941 if (cell2->isString()) in DEFINE_STUB_FUNCTION()2942 …<JSString*>(cell1)->value(stackFrame.callFrame) == static_cast<JSString*>(cell2)->value(stackFrame… in DEFINE_STUB_FUNCTION()2944 src2 = asObject(cell2)->toPrimitive(stackFrame.callFrame); in DEFINE_STUB_FUNCTION()