Searched refs:processContents (Results 1 – 17 of 17) sorted by relevance
151 PassRefPtr<DocumentFragment> processContents(ActionType, ExceptionCode&);
568 processContents(DELETE_CONTENTS, ec); in deleteContents()667 PassRefPtr<DocumentFragment> Range::processContents(ActionType action, ExceptionCode& ec) in processContents() function in WebCore::Range919 return processContents(EXTRACT_CONTENTS, ec); in extractContents()929 return processContents(CLONE_CONTENTS, ec); in cloneContents()
314 int processContents; member
1692 ((xmlSchemaWildcardPtr) item)->processContents)); in xmlSchemaFormatItemForReport()6718 wildc->processContents = XML_SCHEMAS_ANY_STRICT; in xmlSchemaParseWildcardNs()6720 wildc->processContents = XML_SCHEMAS_ANY_SKIP; in xmlSchemaParseWildcardNs()6722 wildc->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaParseWildcardNs()6729 wildc->processContents = XML_SCHEMAS_ANY_STRICT; in xmlSchemaParseWildcardNs()14343 (wild->processContents < baseWild->processContents)) { in xmlSchemaCheckDerivationOKRestriction2to4()16978 if ( ((xmlSchemaWildcardPtr) r->children)->processContents < in xmlSchemaCheckRCaseNSSubset()16979 ((xmlSchemaWildcardPtr) b->children)->processContents) in xmlSchemaCheckRCaseNSSubset()19210 tmpWild->processContents = (*completeWild)->processContents; in xmlSchemaExpandAttributeGroupRefs()25334 if (type->attributeWildcard->processContents == in xmlSchemaVAttributesComplex()[all …]
441 wild->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaInitTypes()454 wild->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaInitTypes()
477 Extract a function to process ancestor and their sibling nodes from processContents483 (WebCore::Range::processContents): Calls processContents.484 (WebCore::Range::processAncestorsAndTheirSiblings): Extracted from processContents.2756 (WebCore::Range::processContents):2777 Extract a function to process contents for one node from Range::processContents2796 (WebCore::Range::processContents): Calls highestAncestorUnderCommonRoot and25537 (WebCore::Range::processContents): Fix the loop that copies43412 The regression was caused by Range::processContents's not extracting43416 (WebCore::Range::processContents):43548 (WebCore::Range::processContents): Put typedef of NodeVector inside the function[all …]
7226 (DOM::RangeImpl::processContents):18299 (DOM::RangeImpl::processContents):21592 (DOM::RangeImpl::processContents): Ditto.26509 (RangeImpl::processContents):
58301 Range::processContents needs cleanup58304 … Refactored Range::processContents. Extracted childOfCommonRootBeforeOffset from processContents58309 …Also extracted processNodes and deleteCharacterData from processContents and processContentsBetwee…58321 (WebCore::childOfCommonRootBeforeOffset): Extracted from processContents.58323 … (WebCore::Range::processContents): Calls childOfCommonRootBeforeOffset, lengthOfContentsInNode,58327 … (WebCore::Range::processNodes): Extracted from processContents and processContentsBetweenOffsets.
35545 (WebCore::Range::processContents): Ditto.40735 (WebCore::Range::processContents): Changed code to not get the nodeType multiple41901 (WebCore::Range::processContents): Left in assertions I used to debug42120 (WebCore::Range::processContents): Ditto.42155 Made ActionType and processContents private. Made startPosition and60945 (WebCore::Range::processContents):74156 (WebCore::Range::processContents):74544 (WebCore::Range::processContents): Implemented ProcessingInstruction cases.
23270 (WebCore::RangeImpl::processContents):29023 * khtml/xml/dom2_rangeimpl.cpp: (DOM::RangeImpl::processContents):
15706 (RangeImpl::compareBoundaryPoints), (RangeImpl::processContents):
3649 (WebCore::Range::processContents):71173 (WebCore::Range::processContents): Use DocumentFragment::create.87790 (WebCore::Range::processContents):
25814 … * khtml/xml/dom2_rangeimpl.cpp: (DOM::RangeImpl::processContents): Fixed code that was collapsing34686 * khtml/xml/dom2_rangeimpl.cpp: (DOM::RangeImpl::processContents): Added some nil
44239 (WebCore::Range::processContents):
63545 …REGRESSION: A crash occurs at WebCore::Range::processContents () when removing formatting from sel…
28710 * dom/Range.cpp: (WebCore::Range::processContents): Set the final range in accordance
32482 (WebCore::Range::processContents): Cast to ContainerNode* in a couple cases