Home
last modified time | relevance | path

Searched refs:applyCommandToFrame (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp100 static bool applyCommandToFrame(Frame* frame, EditorCommandSource source, EditAction action, CSSMut… in applyCommandToFrame() function
120 return applyCommandToFrame(frame, source, action, style.get()); in executeApplyStyle()
127 return applyCommandToFrame(frame, source, action, style.get()); in executeApplyStyle()
155 return applyCommandToFrame(frame, source, action, newMutableStyle.get()); in executeToggleStyleInList()
171 return applyCommandToFrame(frame, source, action, style->style()); in executeToggleStyle()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2982594 (WebCore::applyCommandToFrame): Apply style to a frame using specified command
82595 (WebCore::executeApplyStyle): Uses applyCommandToFrame
82596 (WebCore::executeToggleStyleInList): Uses applyCommandToFrame
DChangeLog-2010-12-06130981 (WebCore::applyCommandToFrame):