Searched defs:styleText (Results 1 – 5 of 5) sorted by relevance
158 GOwnPtr<gchar> styleText(webkit_dom_css_style_declaration_get_css_text(style)); in shouldApplyStyle() local
572 String styleText = styleAtInsertionPos->style()->cssText(); in handleStyleSpansBeforeInsertion() local
2938 String styleText = typingStyle->style()->cssText() + " display: inline"; in styleForSelectionStart() local
1913 applyStyleText: function(styleText, updateInterface) argument
351 bool InspectorStyle::styleText(String* result) const in styleText() function in WebCore::InspectorStyle