OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EditorCommandSource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp
71
bool (*execute)(Frame&, Event*,
EditorCommandSource
, const String&);
73
bool (*isEnabled)(Frame&, Event*,
EditorCommandSource
);
101
static bool applyCommandToFrame(Frame& frame,
EditorCommandSource
source, EditAction action, StylePropertySet* style)
117
static bool executeApplyStyle(Frame& frame,
EditorCommandSource
source, EditAction action, CSSPropertyID propertyID, const String& propertyValue)
124
static bool executeApplyStyle(Frame& frame,
EditorCommandSource
source, EditAction action, CSSPropertyID propertyID, CSSValueID propertyValue)
134
static bool executeToggleStyleInList(Frame& frame,
EditorCommandSource
source, EditAction action, CSSPropertyID propertyID, CSSValue* value)
158
static bool executeToggleStyle(Frame& frame,
EditorCommandSource
source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue)
174
static bool executeApplyParagraphStyle(Frame& frame,
EditorCommandSource
source, EditAction action, CSSPropertyID propertyID, const String& propertyValue)
275
static bool executeBackColor(Frame& frame, Event*,
EditorCommandSource
source, const String& value)
280
static bool executeCopy(Frame& frame, Event*,
EditorCommandSource
, const String&
[
all
...]
Editor.h
62
enum
EditorCommandSource
{ CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface };
146
Command(const EditorInternalCommand*,
EditorCommandSource
, PassRefPtr<Frame>);
161
EditorCommandSource
m_source;
165
Command command(const String& commandName,
EditorCommandSource
);
Completed in 23 milliseconds