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
75
bool (*execute)(LocalFrame&, Event*,
EditorCommandSource
, const String&);
77
bool (*isEnabled)(LocalFrame&, Event*,
EditorCommandSource
);
105
static bool applyCommandToFrame(LocalFrame& frame,
EditorCommandSource
source, EditAction action, StylePropertySet* style)
121
static bool executeApplyStyle(LocalFrame& frame,
EditorCommandSource
source, EditAction action, CSSPropertyID propertyID, const String& propertyValue)
128
static bool executeApplyStyle(LocalFrame& frame,
EditorCommandSource
source, EditAction action, CSSPropertyID propertyID, CSSValueID propertyValue)
138
static bool executeToggleStyleInList(LocalFrame& frame,
EditorCommandSource
source, EditAction action, CSSPropertyID propertyID, CSSValue* value)
162
static bool executeToggleStyle(LocalFrame& frame,
EditorCommandSource
source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue)
178
static bool executeApplyParagraphStyle(LocalFrame& frame,
EditorCommandSource
source, EditAction action, CSSPropertyID propertyID, const String& propertyValue)
294
static bool executeBackColor(LocalFrame& frame, Event*,
EditorCommandSource
source, const String& value)
299
static bool executeCopy(LocalFrame& frame, Event*,
EditorCommandSource
, const String&
[
all
...]
Editor.h
57
enum
EditorCommandSource
{ CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface };
128
Command(const EditorInternalCommand*,
EditorCommandSource
, PassRefPtrWillBeRawPtr<LocalFrame>);
151
EditorCommandSource
m_source;
155
Command command(const String& commandName,
EditorCommandSource
);
Completed in 58 milliseconds