Searched refs:applyCommandToFrame (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditorCommand.cpp | 100 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/ |
D | ChangeLog-2010-01-29 | 82594 (WebCore::applyCommandToFrame): Apply style to a frame using specified command 82595 (WebCore::executeApplyStyle): Uses applyCommandToFrame 82596 (WebCore::executeToggleStyleInList): Uses applyCommandToFrame
|
D | ChangeLog-2010-12-06 | 130981 (WebCore::applyCommandToFrame):
|