Home
last modified time | relevance | path

Searched refs:processContents (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRange.h151 PassRefPtr<DocumentFragment> processContents(ActionType, ExceptionCode&);
DRange.cpp568 processContents(DELETE_CONTENTS, ec); in deleteContents()
667 PassRefPtr<DocumentFragment> Range::processContents(ActionType action, ExceptionCode& ec) in processContents() function in WebCore::Range
919 return processContents(EXTRACT_CONTENTS, ec); in extractContents()
929 return processContents(CLONE_CONTENTS, ec); in cloneContents()
/external/libxml2/include/libxml/
DschemasInternals.h314 int processContents; member
/external/libxml2/
Dxmlschemas.c1692 ((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 …]
Dxmlschemastypes.c441 wild->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaInitTypes()
454 wild->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaInitTypes()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-16477 Extract a function to process ancestor and their sibling nodes from processContents
483 (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::processContents
2796 (WebCore::Range::processContents): Calls highestAncestorUnderCommonRoot and
25537 (WebCore::Range::processContents): Fix the loop that copies
43412 The regression was caused by Range::processContents's not extracting
43416 (WebCore::Range::processContents):
43548 (WebCore::Range::processContents): Put typedef of NodeVector inside the function
[all …]
DChangeLog-2005-12-197226 (DOM::RangeImpl::processContents):
18299 (DOM::RangeImpl::processContents):
21592 (DOM::RangeImpl::processContents): Ditto.
26509 (RangeImpl::processContents):
DChangeLog58301 Range::processContents needs cleanup
58304 … Refactored Range::processContents. Extracted childOfCommonRootBeforeOffset from processContents
58309 …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.
DChangeLog-2008-08-1035545 (WebCore::Range::processContents): Ditto.
40735 (WebCore::Range::processContents): Changed code to not get the nodeType multiple
41901 (WebCore::Range::processContents): Left in assertions I used to debug
42120 (WebCore::Range::processContents): Ditto.
42155 Made ActionType and processContents private. Made startPosition and
60945 (WebCore::Range::processContents):
74156 (WebCore::Range::processContents):
74544 (WebCore::Range::processContents): Implemented ProcessingInstruction cases.
DChangeLog-2006-05-1023270 (WebCore::RangeImpl::processContents):
29023 * khtml/xml/dom2_rangeimpl.cpp: (DOM::RangeImpl::processContents):
DChangeLog-2002-12-0315706 (RangeImpl::compareBoundaryPoints), (RangeImpl::processContents):
DChangeLog-2010-01-293649 (WebCore::Range::processContents):
71173 (WebCore::Range::processContents): Use DocumentFragment::create.
87790 (WebCore::Range::processContents):
DChangeLog-2005-08-2325814 … * khtml/xml/dom2_rangeimpl.cpp: (DOM::RangeImpl::processContents): Fixed code that was collapsing
34686 * khtml/xml/dom2_rangeimpl.cpp: (DOM::RangeImpl::processContents): Added some nil
DChangeLog-2006-12-3144239 (WebCore::Range::processContents):
DChangeLog-2007-10-1463545 …REGRESSION: A crash occurs at WebCore::Range::processContents () when removing formatting from sel…
DChangeLog-2009-06-1628710 * dom/Range.cpp: (WebCore::Range::processContents): Set the final range in accordance
DChangeLog-2010-12-0632482 (WebCore::Range::processContents): Cast to ContainerNode* in a couple cases