Home
last modified time | relevance | path

Searched refs:splitTextElementAtStart (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
DApplyStyleCommand.h102 void splitTextElementAtStart(const Position& start, const Position& end);
DApplyStyleCommand.cpp553 splitTextElementAtStart(start, end); in applyInlineStyle()
1148 void ApplyStyleCommand::splitTextElementAtStart(const Position& start, const Position& end) in splitTextElementAtStart() function in WebCore::ApplyStyleCommand
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0689500 (WebCore::ApplyStyleCommand::splitTextElementAtStart): Removed the call to splitTextAtStart.
93709 … The crash was caused by splitTextElementAtStart and splitTextElementAtEnd assuming that the parent
93712 … Modified splitTextElementAtStart and splitTextElementAtEnd so that they call splitTextAtStart
93720 (WebCore::ApplyStyleCommand::splitTextElementAtStart):
94164 …(WebCore::ApplyStyleCommand::splitTextElementAtStart): Renamed from splitTextElementAtStartIfNeede…
DChangeLog-2011-02-1627771 (WebCore::ApplyStyleCommand::splitTextElementAtStart):