Home
last modified time | relevance | path

Searched refs:EditingBehavior (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingBehavior.h29 class EditingBehavior {
32 explicit EditingBehavior(EditingBehaviorType type) in EditingBehavior() function
DEditingBehavior.cpp183 const char* EditingBehavior::interpretKeyEvent(const KeyboardEvent& event) const in interpretKeyEvent()
224 bool EditingBehavior::shouldInsertCharacter(const KeyboardEvent& event) const in shouldInsertCharacter()
DEditor.h192 EditingBehavior behavior() const;
DEditor.cpp127 EditingBehavior Editor::behavior() const in behavior()
130 return EditingBehavior(EditingMacBehavior); in behavior()
132 return EditingBehavior(frame().settings()->editingBehaviorType()); in behavior()
/external/chromium_org/content/public/common/
Dweb_preferences.h27 enum EditingBehavior { enum
132 EditingBehavior editing_behavior;
Dcommon_param_traits_macros.h40 IPC_ENUM_TRAITS_MAX_VALUE(content::EditingBehavior,
/external/chromium_org/content/shell/common/test_runner/
Dtest_preferences.h40 blink::WebSettings::EditingBehavior editing_behavior;
/external/chromium_org/third_party/WebKit/public/web/
DWebSettings.h48 enum EditingBehavior { enum
137 virtual void setEditingBehavior(EditingBehavior) = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
DKeyboardTest.cpp62 EditingBehavior behavior(settings->editingBehaviorType()); in interpretKeyEvent()
/external/chromium_org/content/shell/common/
Dwebkit_test_helpers.cc26 to->editing_behavior = static_cast<EditingBehavior>(from.editing_behavior); in ExportLayoutTestSpecificPreferences()
/external/chromium_org/third_party/WebKit/Source/web/
DWebSettingsImpl.h92 virtual void setEditingBehavior(EditingBehavior) OVERRIDE;
DWebSettingsImpl.cpp464 void WebSettingsImpl::setEditingBehavior(EditingBehavior behavior) in setEditingBehavior()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-mips64.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-x86.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-arm.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.linux-mips.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-arm64.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.linux-arm64.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.linux-x86_64.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-mips.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.linux-arm.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.linux-x86.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-mips64.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk264 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dcore.gypi1005 'editing/EditingBehavior.cpp',
1006 'editing/EditingBehavior.h',

12