Searched refs:selectionHasStyle (Results 1 – 11 of 11) sorted by relevance
565 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()
116 TriState selectionHasStyle(CSSStyleDeclaration*) const;
168 styleIsPresent = frame->editor()->selectionHasStyle(style.get()) == TrueTriState; in executeToggleStyle()231 return frame->editor()->selectionHasStyle(style.get()); in stateStyle()
812 TriState Editor::selectionHasStyle(CSSStyleDeclaration* style) const in selectionHasStyle() function in WebCore::Editor
2514 - (NSCellStateValue)selectionHasStyle:(CSSStyleDeclaration*)style2519 return kit(coreFrame->editor()->selectionHasStyle(style));2580 [menuItem setState:frame->editor()->selectionHasStyle(style.get())];2600 [menuItem setTitle:frame->editor()->selectionHasStyle(style.get())
1223 selectionHasStyle doesn't handle text-specific properties properly1226 This patch modifies selectionHasStyle so that it returns TrueTriState when text styles1242 (WebCore::Editor::selectionHasStyle): Ignores text-specific styles for all but text nodes1244 (WebCore::executeToggleStyle): Uses selectionHasStyle instead of selectionStartHasStyle3035 selectionHasStyle needs clean up to fix Bug 278583038 This patch cleans up selectionStartHasStyle and selectionHasStyle.3047 … (WebCore::Editor::selectionHasStyle): Uses triStateOfStyleInComputedStyle instead of updateState
17938 (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 add42022 (stateStyle): Used KHTMLPart::selectionHasStyle for this.42045 (KHTMLPart::selectionHasStyle): Added.
21571 (WebCore::Frame::selectionHasStyle):35298 (Frame::selectionHasStyle):36111 (-[WebCoreBridge selectionHasStyle:]):
11320 (WebCore::Editor::selectionHasStyle):11749 (WebCore::Editor::selectionHasStyle):66242 (WebCore::Editor::selectionHasStyle): Ditto.66264 Frame class. Added EditorCommandSource enum. Moved selectionHasStyle66443 * page/Frame.cpp: Removed selectionHasStyle, TriState, and updateState.66446 * page/mac/WebCoreFrameBridge.mm: Removed selectionHasStyle.
33245 (-[WebCoreFrameBridge selectionHasStyle:]):33394 (WebCore::Frame::selectionHasStyle):
3071 (KHTMLPart::selectionHasStyle):