Home
last modified time | relevance | path

Searched refs:EditingMacBehavior (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingBehavior.h46 bool shouldConsiderSelectionAsDirectional() const { return m_type != EditingMacBehavior; } in shouldConsiderSelectionAsDirectional()
50 bool shouldCenterAlignWhenSelectionIsRevealed() const { return m_type == EditingMacBehavior; } in shouldCenterAlignWhenSelectionIsRevealed()
54 bool shouldToggleStyleBasedOnStartOfSelection() const { return m_type == EditingMacBehavior; } in shouldToggleStyleBasedOnStartOfSelection()
58 …l shouldAlwaysGrowSelectionWhenExtendingToBoundary() const { return m_type == EditingMacBehavior; } in shouldAlwaysGrowSelectionWhenExtendingToBoundary()
61 bool shouldSelectOnContextualMenuClick() const { return m_type == EditingMacBehavior; } in shouldSelectOnContextualMenuClick()
65 bool shouldClearSelectionWhenLosingWebPageFocus() const { return m_type == EditingMacBehavior; } in shouldClearSelectionWhenLosingWebPageFocus()
DEditingBehaviorTypes.h40 EditingMacBehavior, enumerator
DSelectionController.cpp397 if (settings && settings->editingBehaviorType() == EditingMacBehavior) in positionForPlatform()
DEditor.cpp125 return EditingBehavior(EditingMacBehavior); in behavior()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DAssertMatchingEnums.cpp35 COMPILE_ASSERT_MATCHING_ENUM(WEBKIT_EDITING_BEHAVIOR_MAC, EditingMacBehavior);
/external/webkit/Source/WebCore/page/
DSettings.cpp71 EditingMacBehavior in editingBehaviorTypeForPlatform()
78 EditingMacBehavior in editingBehaviorTypeForPlatform()
DEventHandler.cpp413 if (m_frame->settings()->editingBehaviorType() == EditingMacBehavior) { in handleMousePressEventSingleClick()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp369 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::EditingBehaviorMac, EditingMacBehavior);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp633 coreEditingBehavior = EditingMacBehavior; in setEditingBehavior()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm206 return WebCore::EditingMacBehavior;
213 return WebCore::EditingMacBehavior;