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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp666 Position embeddingApplyEnd = embeddingEndElement ? positionInParentBeforeNode(*embeddingEndElement) : end; local
667 ASSERT(embeddingApplyStart.isNotNull() && embeddingApplyEnd.isNotNull());
673 fixRangeAndApplyInlineStyle(embeddingStyle.get(), embeddingApplyStart, embeddingApplyEnd);

Completed in 222 milliseconds