Searched refs:selectingTableCells (Results 1 – 6 of 6) sorted by relevance
3012 bool selectingTableCells = aFrameSelection->GetTableCellSelection();3020 displaySelection == nsISelectionDisplay::DISPLAY_ALL && selectingTableCells &&3031 doTableSelection = aMouseEvent->IsMeta() || (aMouseEvent->IsShift() && selectingTableCells);3033 doTableSelection = aMouseEvent->IsControl() || (aMouseEvent->IsShift() && selectingTableCells);
4405 bool selectingTableCells = aFrameSelection->IsInTableSelectionMode(); in GetDataForTableSelection() local4414 selectingTableCells && in GetDataForTableSelection()4426 (aMouseEvent->IsShift() && selectingTableCells); in GetDataForTableSelection()4429 (aMouseEvent->IsShift() && selectingTableCells); in GetDataForTableSelection()
4539 bool selectingTableCells = aFrameSelection->IsInTableSelectionMode(); in GetDataForTableSelection() local4548 selectingTableCells && in GetDataForTableSelection()4560 (aMouseEvent->IsShift() && selectingTableCells); in GetDataForTableSelection()4563 (aMouseEvent->IsShift() && selectingTableCells); in GetDataForTableSelection()
3748 bool selectingTableCells = aFrameSelection->GetTableCellSelection(); in GetDataForTableSelection() local3757 selectingTableCells && in GetDataForTableSelection()3769 (aMouseEvent->IsShift() && selectingTableCells); in GetDataForTableSelection()3772 (aMouseEvent->IsShift() && selectingTableCells); in GetDataForTableSelection()
4535 bool selectingTableCells = aFrameSelection->IsInTableSelectionMode(); in GetDataForTableSelection() local4544 selectingTableCells && in GetDataForTableSelection()4556 (aMouseEvent->IsShift() && selectingTableCells); in GetDataForTableSelection()4559 (aMouseEvent->IsShift() && selectingTableCells); in GetDataForTableSelection()