OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startunsplitancestor
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp
598
HTMLElement*
startUnsplitAncestor
= splitAncestorsWithUnicodeBidi(start.deprecatedNode(), true, textDirection);
600
removeEmbeddingUpToEnclosingBlock(start.deprecatedNode(),
startUnsplitAncestor
);
605
if (
startUnsplitAncestor
&& nodeFullySelected(
startUnsplitAncestor
, removeStart, end))
606
embeddingRemoveStart = positionInParentAfterNode(
startUnsplitAncestor
);
[
all
...]
Completed in 62 milliseconds