Searched refs:nodeIsUserSelectAll (Results 1 – 4 of 4) sorted by relevance
188 static bool nodeIsUserSelectAll(const Node*);
793 bool Position::nodeIsUserSelectAll(const Node* node) in nodeIsUserSelectAll() function in blink::Position800 if (!node || !nodeIsUserSelectAll(node)) in rootUserSelectAllForNode()812 if (!nodeIsUserSelectAll(parent)) in rootUserSelectAllForNode()
566 … if (Position::nodeIsUserSelectAll(node) && treatment == UserSelectAllIsAlwaysNonEditable) in hasEditableStyle()
1102 …if (boundaryCrossingRule == CannotCrossEditingBoundary && !Position::nodeIsUserSelectAll(n) && n->… in startOfParagraph()1180 …if (boundaryCrossingRule == CannotCrossEditingBoundary && !Position::nodeIsUserSelectAll(n) && n->… in endOfParagraph()