Home
last modified time | relevance | path

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

/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.h193 EditingBehavior behavior() const;
DEditor.cpp126 EditingBehavior Editor::behavior() const in behavior()
129 return EditingBehavior(EditingMacBehavior); in behavior()
131 return EditingBehavior(m_frame.settings()->editingBehaviorType()); in behavior()
/external/chromium_org/webkit/common/
Dwebpreferences.h38 enum EditingBehavior { enum
138 webkit_glue::EditingBehavior editing_behavior;
/external/chromium_org/third_party/WebKit/public/web/
DWebSettings.h48 enum EditingBehavior { enum
119 virtual void setEditingBehavior(EditingBehavior) = 0;
/external/chromium_org/content/shell/common/test_runner/
Dtest_preferences.h40 blink::WebSettings::EditingBehavior editing_behavior;
/external/chromium_org/third_party/WebKit/Source/web/tests/
DKeyboardTest.cpp63 EditingBehavior behavior(settings->editingBehaviorType()); in interpretKeyEvent()
/external/chromium_org/content/shell/common/
Dwebkit_test_helpers.cc27 to->editing_behavior = static_cast<webkit_glue::EditingBehavior>( in ExportLayoutTestSpecificPreferences()
/external/chromium_org/content/public/common/
Dcommon_param_traits_macros.h40 IPC_ENUM_TRAITS_MAX_VALUE(webkit_glue::EditingBehavior,
/external/chromium_org/third_party/WebKit/Source/web/
DWebSettingsImpl.h96 virtual void setEditingBehavior(EditingBehavior) OVERRIDE;
DWebSettingsImpl.cpp428 void WebSettingsImpl::setEditingBehavior(EditingBehavior behavior) in setEditingBehavior()
/external/chromium_org/content/renderer/
Dweb_preferences.cc274 static_cast<WebSettings::EditingBehavior>(prefs.editing_behavior)); in ApplyWebPreferences()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm64.mk265 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.linux-mips.mk265 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk265 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-arm64.mk265 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-x86.mk265 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-mips.mk265 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.linux-x86_64.mk265 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.linux-x86.mk265 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.linux-arm.mk265 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dwebcore_remaining.target.darwin-arm.mk265 third_party/WebKit/Source/core/editing/EditingBehavior.cpp \
Dcore.gypi988 'editing/EditingBehavior.cpp',
989 'editing/EditingBehavior.h',