Home | History | Annotate | Download | only in walkers

Lines Matching refs:Table

97 /** Table Actions. */
101 * Returns the first cell of the table that this selection is inside.
103 * @return {cvox.CursorSelection} The selection for first cell of the table.
113 * Returns the last cell of the table that this selection is inside.
115 * @return {cvox.CursorSelection} The selection for the last cell of the table.
347 * Returns the location info of sel within the containing table.
368 * Returns true if sel is inside a table.
370 * @return {boolean} True if inside a table node.
400 * Returns the nearest table node containing the end of the selection
402 * @return {Node} The table node containing sel. null if not in a table.