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/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp
585
HTMLElement*
startUnsplitAncestor
= splitAncestorsWithUnicodeBidi(start.deprecatedNode(), true, textDirection);
587
removeEmbeddingUpToEnclosingBlock(start.deprecatedNode(),
startUnsplitAncestor
);
592
if (
startUnsplitAncestor
&& nodeFullySelected(
startUnsplitAncestor
, removeStart, end))
593
embeddingRemoveStart = positionInParentAfterNode(
startUnsplitAncestor
);
[
all
...]
Completed in 106 milliseconds