Searched refs:currentRoot (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DContentDistributor.cpp132 ShadowRoot* currentRoot = current->shadowRoot(); local
133 if (!currentRoot->distributor().needsDistribution())
135 shadowRoots.append(currentRoot);
/macosx-10.10/WebCore-7600.1.25/editing/
H A DReplaceSelectionCommand.cpp939 Element* currentRoot = selection.rootEditableElement(); local
942 || startBlock == currentRoot || isListItem(startBlock) || selectionIsPlainText)
1021 ASSERT(insertionBlock != currentRoot);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBlockLineLayout.cpp853 RenderObject* currentRoot = topResolver.position().root(); local
868 RenderInline* isolatedInline = toRenderInline(highestContainingIsolateWithinRoot(startObject, currentRoot));
906 currentRoot = isolatedInline;

Completed in 138 milliseconds