OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positionInParentBeforeNode
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
CreateLinkCommand.cpp
54
setEndingSelection(VisibleSelection(
positionInParentBeforeNode
(anchorElement.get()), positionInParentAfterNode(anchorElement.get()), DOWNSTREAM, endingSelection().isDirectional()));
htmlediting.cpp
305
p = isAtomicNode(p.deprecatedNode()) ?
positionInParentBeforeNode
(p.deprecatedNode()) : previousVisuallyDistinctCandidate(p);
471
Position result =
positionInParentBeforeNode
(n);
518
return
positionInParentBeforeNode
(node);
757
&& isVisiblyAdjacent(positionInParentAfterNode(firstList),
positionInParentBeforeNode
(secondList));
891
return
positionInParentBeforeNode
(node);
951
position =
positionInParentBeforeNode
(node);
961
position =
positionInParentBeforeNode
(node);
969
position =
positionInParentBeforeNode
(node);
[
all
...]
InsertLineBreakCommand.cpp
150
Position positionBeforeTextNode(
positionInParentBeforeNode
(textNode));
InsertTextCommand.cpp
176
Position positionBeforeStartNode(
positionInParentBeforeNode
(startPosition.containerNode()));
ReplaceSelectionCommand.cpp
625
if (HTMLElement* paragraphElement = toHTMLElement(enclosingNodeWithTag(
positionInParentBeforeNode
(node.get()), pTag)))
630
if (HTMLElement* headerElement = toHTMLElement(highestEnclosingNodeOfType(
positionInParentBeforeNode
(node.get()), isHeaderElement)))
[
all
...]
CompositeEditCommand.cpp
543
return
positionInParentBeforeNode
(pos.anchorNode());
551
return
positionInParentBeforeNode
(tabSpan);
557
return
positionInParentBeforeNode
(tabSpan);
[
all
...]
InsertListCommand.cpp
372
insertionPos =
positionInParentBeforeNode
(listChild);
VisibleSelection.cpp
577
p = isAtomicNode(p.containerNode()) ?
positionInParentBeforeNode
(p.containerNode()) : previousVisuallyDistinctCandidate(p);
ApplyStyleCommand.cpp
609
embeddingRemoveEnd =
positionInParentBeforeNode
(endUnsplitAncestor).downstream();
650
Position embeddingApplyEnd = embeddingEndNode ?
positionInParentBeforeNode
(embeddingEndNode) : end;
[
all
...]
VisibleUnits.cpp
[
all
...]
DeleteSelectionCommand.cpp
144
if (endSpecialContainer && !startSpecialContainer && comparePositions(start,
positionInParentBeforeNode
(endSpecialContainer)) > -1)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp
46
return
positionInParentBeforeNode
(m_nodeAfterPositionInAnchor);
Position.h
246
inline Position
positionInParentBeforeNode
(const Node* node)
Position.cpp
213
return
positionInParentBeforeNode
(m_anchorNode.get());
[
all
...]
Completed in 1310 milliseconds