Searched defs:removeBetween (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.cpp495 removeBetween(prev, next, child.get());
502 void ContainerNode::removeBetween(Node* previousChild, Node* nextChild, Node* oldChild) function in class:WebCore::ContainerNode
543 removeBetween(prev, next, oldChild);
586 removeBetween(0, m_firstChild->nextSibling(), m_firstChild);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h2425 inline UnicodeString& removeBetween(int32_t start,
4409 UnicodeString::removeBetween(int32_t start, function in class:UnicodeString
/external/icu4c/common/unicode/
H A Dunistr.h2489 inline UnicodeString& removeBetween(int32_t start,
4480 UnicodeString::removeBetween(int32_t start, function in class:UnicodeString

Completed in 374 milliseconds