OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentsProcessDirection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h
168
enum
ContentsProcessDirection
{ ProcessContentsForward, ProcessContentsBackward };
169
static PassRefPtr<Node> processAncestorsAndTheirSiblings(ActionType, Node* container,
ContentsProcessDirection
, PassRefPtr<Node> clonedContainer, Node* commonRoot, ExceptionState&);
Range.cpp
872
PassRefPtr<Node> Range::processAncestorsAndTheirSiblings(ActionType action, Node* container,
ContentsProcessDirection
direction, PassRefPtr<Node> passedClonedContainer, Node* commonRoot, ExceptionState& exceptionState)
[
all
...]
Completed in 25 milliseconds