OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endunsplitancestor
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp
599
HTMLElement*
endUnsplitAncestor
= splitAncestorsWithUnicodeBidi(end.deprecatedNode(), false, textDirection);
601
removeEmbeddingUpToEnclosingBlock(end.deprecatedNode(),
endUnsplitAncestor
);
609
if (
endUnsplitAncestor
&& nodeFullySelected(
endUnsplitAncestor
, removeStart, end))
610
embeddingRemoveEnd = positionInParentBeforeNode(
endUnsplitAncestor
).downstream();
[
all
...]
Completed in 198 milliseconds