Home
last modified time | relevance | path

Searched refs:selectionHasStyle (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/
DContextMenu.cpp565 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState; in checkOrEnableIfNeeded()
614 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState; in checkOrEnableIfNeeded()
632 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState; in checkOrEnableIfNeeded()
640 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState; in checkOrEnableIfNeeded()
/external/webkit/WebCore/editing/
DEditor.h116 TriState selectionHasStyle(CSSStyleDeclaration*) const;
DEditorCommand.cpp168 styleIsPresent = frame->editor()->selectionHasStyle(style.get()) == TrueTriState; in executeToggleStyle()
231 return frame->editor()->selectionHasStyle(style.get()); in stateStyle()
DEditor.cpp812 TriState Editor::selectionHasStyle(CSSStyleDeclaration* style) const in selectionHasStyle() function in WebCore::Editor
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm2514 - (NSCellStateValue)selectionHasStyle:(CSSStyleDeclaration*)style
2519 return kit(coreFrame->editor()->selectionHasStyle(style));
2580 [menuItem setState:frame->editor()->selectionHasStyle(style.get())];
2600 [menuItem setTitle:frame->editor()->selectionHasStyle(style.get())
/external/webkit/WebCore/
DChangeLog1223 selectionHasStyle doesn't handle text-specific properties properly
1226 This patch modifies selectionHasStyle so that it returns TrueTriState when text styles
1242 (WebCore::Editor::selectionHasStyle): Ignores text-specific styles for all but text nodes
1244 (WebCore::executeToggleStyle): Uses selectionHasStyle instead of selectionStartHasStyle
3035 selectionHasStyle needs clean up to fix Bug 27858
3038 This patch cleans up selectionStartHasStyle and selectionHasStyle.
3047 … (WebCore::Editor::selectionHasStyle): Uses triStateOfStyleInComputedStyle instead of updateState
DChangeLog-2005-08-2317938 (KHTMLPart::selectionHasStyle):
24335 * kwq/WebCoreBridge.h: Added selectionHasStyle: method.
24336 …* kwq/WebCoreBridge.mm: (-[WebCoreBridge selectionHasStyle:]): Added. Calls selectionHasStyle on t…
30393 (KHTMLPart::selectionHasStyle): Add a call to makeMutable.
30794 (KHTMLPart::selectionHasStyle):
35397 (KHTMLPart::selectionHasStyle): Ditto.
36635 (KHTMLPart::selectionHasStyle): Remove check that limited us to only HTML elements, and add
42022 (stateStyle): Used KHTMLPart::selectionHasStyle for this.
42045 (KHTMLPart::selectionHasStyle): Added.
DChangeLog-2006-05-1021571 (WebCore::Frame::selectionHasStyle):
35298 (Frame::selectionHasStyle):
36111 (-[WebCoreBridge selectionHasStyle:]):
DChangeLog-2008-08-1011320 (WebCore::Editor::selectionHasStyle):
11749 (WebCore::Editor::selectionHasStyle):
66242 (WebCore::Editor::selectionHasStyle): Ditto.
66264 Frame class. Added EditorCommandSource enum. Moved selectionHasStyle
66443 * page/Frame.cpp: Removed selectionHasStyle, TriState, and updateState.
66446 * page/mac/WebCoreFrameBridge.mm: Removed selectionHasStyle.
DChangeLog-2006-12-3133245 (-[WebCoreFrameBridge selectionHasStyle:]):
33394 (WebCore::Frame::selectionHasStyle):
DChangeLog-2005-12-193071 (KHTMLPart::selectionHasStyle):