Searched refs:styleText (Results 1 – 10 of 10) sorted by relevance
158 GOwnPtr<gchar> styleText(webkit_dom_css_style_declaration_get_css_text(style)); in shouldApplyStyle() local160 styleText.get(), dumpRange(range).data()); in shouldApplyStyle()
1913 applyStyleText: function(styleText, updateInterface) argument1917 styleText = styleText.replace(/\s/g, " ").trim(); // Replace with whitespace.1918 var styleTextLength = styleText.length;1954 if (styleText.length && !/;\s*$/.test(styleText))1955 styleText += ";";1956 this.property.setText(styleText, updateInterface, callback.bind(this));
255 bool success = styleText(&text); in setPropertyText()351 bool InspectorStyle::styleText(String* result) const in styleText() function in WebCore::InspectorStyle375 bool success = styleText(&oldStyleText); in disableProperty()427 bool isStyleTextKnown = styleText(&styleDeclaration); in populateAllProperties()563 bool success = styleText(&text); in replacePropertyInStyleText()
140 bool styleText(String* result) const;
286 virtual bool insertStyleText(const WebString& styleText,
572 String styleText = styleAtInsertionPos->style()->cssText(); in handleStyleSpansBeforeInsertion() local576 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) { in handleStyleSpansBeforeInsertion()582 …if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyle… in handleStyleSpansBeforeInsertion()
2938 String styleText = typingStyle->style()->cssText() + " display: inline"; in styleForSelectionStart() local2939 styleElement->setAttribute(styleAttr, styleText.impl(), ec); in styleForSelectionStart()
36414 (WebCore::InspectorStyle::styleText):
14925 (WebCore::InspectorStyle::styleText):27924 (WebCore::InspectorStyle::styleText):
7424 …(WebInspector.StylePropertyTreeElement.prototype.styleText.updateInterface.majorChange.isRevert.or…