Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp1100 bool startNodeIsEditable = startNode->hasEditableStyle(); in startOfParagraph() local
1102 …itingBoundary && !Position::nodeIsUserSelectAll(n) && n->hasEditableStyle() != startNodeIsEditable) in startOfParagraph()
1105 while (n && n->hasEditableStyle() != startNodeIsEditable) in startOfParagraph()
1178 bool startNodeIsEditable = startNode->hasEditableStyle(); in endOfParagraph() local
1180 …itingBoundary && !Position::nodeIsUserSelectAll(n) && n->hasEditableStyle() != startNodeIsEditable) in endOfParagraph()
1183 while (n && n->hasEditableStyle() != startNodeIsEditable) in endOfParagraph()