OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitAncestorsWithUnicodeBidi
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.h
117
HTMLElement*
splitAncestorsWithUnicodeBidi
(Node*, bool before, WritingDirection allowedDirection);
ApplyStyleCommand.cpp
442
HTMLElement* ApplyStyleCommand::
splitAncestorsWithUnicodeBidi
(Node* node, bool before, WritingDirection allowedDirection)
598
HTMLElement* startUnsplitAncestor =
splitAncestorsWithUnicodeBidi
(start.deprecatedNode(), true, textDirection);
599
HTMLElement* endUnsplitAncestor =
splitAncestorsWithUnicodeBidi
(end.deprecatedNode(), false, textDirection);
[
all
...]
Completed in 28 milliseconds