Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/gtk/
DEditingCallbacks.cpp158 GOwnPtr<gchar> styleText(webkit_dom_css_style_declaration_get_css_text(style)); in shouldApplyStyle() local
160 styleText.get(), dumpRange(range).data()); in shouldApplyStyle()
/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js1913 applyStyleText: function(styleText, updateInterface) argument
1917 styleText = styleText.replace(/\s/g, " ").trim(); // Replace &nbsp; 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));
/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.cpp255 bool success = styleText(&text); in setPropertyText()
351 bool InspectorStyle::styleText(String* result) const in styleText() function in WebCore::InspectorStyle
375 bool success = styleText(&oldStyleText); in disableProperty()
427 bool isStyleTextKnown = styleText(&styleDeclaration); in populateAllProperties()
563 bool success = styleText(&text); in replacePropertyInStyleText()
DInspectorStyleSheet.h140 bool styleText(String* result) const;
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h286 virtual bool insertStyleText(const WebString& styleText,
/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp572 String styleText = styleAtInsertionPos->style()->cssText(); in handleStyleSpansBeforeInsertion() local
576 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) { in handleStyleSpansBeforeInsertion()
582 …if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyle… in handleStyleSpansBeforeInsertion()
DEditor.cpp2938 String styleText = typingStyle->style()->cssText() + " display: inline"; in styleForSelectionStart() local
2939 styleElement->setAttribute(styleAttr, styleText.impl(), ec); in styleForSelectionStart()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1636414 (WebCore::InspectorStyle::styleText):
DChangeLog-2010-12-0614925 (WebCore::InspectorStyle::styleText):
27924 (WebCore::InspectorStyle::styleText):
DChangeLog7424 …(WebInspector.StylePropertyTreeElement.prototype.styleText.updateInterface.majorChange.isRevert.or…