Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DModifySelectionListLevel.cpp241 static bool canDecreaseListLevel(const VisibleSelection& selection, Node*& start, Node*& end) in canDecreaseListLevel() function
257 if (!canDecreaseListLevel(endingSelection(), startListChild, endListChild)) in doApply()
284 …return canDecreaseListLevel(document.frame()->selection().selection(), startListChild, endListChil… in canDecreaseSelectionListLevel()