Searched refs:EditorCommandSource (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditorCommand.cpp | 70 bool (*execute)(Frame*, Event*, EditorCommandSource, const String&); 72 bool (*isEnabled)(Frame*, Event*, EditorCommandSource); 100 static bool applyCommandToFrame(Frame* frame, EditorCommandSource source, EditAction action, CSSMut… in applyCommandToFrame() 116 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int prop… in executeApplyStyle() 123 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int prop… in executeApplyStyle() 133 static bool executeToggleStyleInList(Frame* frame, EditorCommandSource source, EditAction action, i… in executeToggleStyleInList() 158 static bool executeToggleStyle(Frame* frame, EditorCommandSource source, EditAction action, int pro… in executeToggleStyle() 174 static bool executeApplyParagraphStyle(Frame* frame, EditorCommandSource source, EditAction action,… in executeApplyParagraphStyle() 278 static bool executeBackColor(Frame* frame, Event*, EditorCommandSource source, const String& value) in executeBackColor() 283 static bool executeCopy(Frame* frame, Event*, EditorCommandSource, const String&) in executeCopy() argument [all …]
|
D | Editor.h | 80 enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInter… enum 180 Command(const EditorInternalCommand*, EditorCommandSource, PassRefPtr<Frame>); 195 EditorCommandSource m_source; 199 Command command(const String& commandName, EditorCommandSource);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 59802 …e enabled logic was incorrect for the Delete menu item. To fix this, I added an EditorCommandSource 59806 added EditorCommandSource parameter to isEnabled function prototype 59808 added unused EditorCommandSource parameter to these isEnabled functions: 59819 added unused EditorCommandSource parameter to these isEnabled functions: 59832 pass EditorCommandSource parameter to isEnabled function 66264 Frame class. Added EditorCommandSource enum. Moved selectionHasStyle
|
D | ChangeLog-2011-02-16 | 36818 (WebCore::supported): Removed the EditorCommandSource argument. These
|