Searched refs:styleText (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/DumpRenderTree/gtk/
H A DEditingCallbacks.cpp158 GOwnPtr<gchar> styleText(webkit_dom_css_style_declaration_get_css_text(style));
160 styleText.get(), dumpRange(range).data());
/external/webkit/Source/WebCore/inspector/front-end/
H A DStylesSidebarPane.js1913 applyStyleText: function(styleText, updateInterface)
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/WebKit/chromium/public/
H A DWebFrame.h286 virtual bool insertStyleText(const WebString& styleText,
/external/webkit/Source/WebCore/inspector/
H A DInspectorStyleSheet.cpp255 bool success = styleText(&text);
351 bool InspectorStyle::styleText(String* result) const function in class:WebCore::InspectorStyle
375 bool success = styleText(&oldStyleText);
427 bool isStyleTextKnown = styleText(&styleDeclaration);
563 bool success = styleText(&text);
H A DInspectorStyleSheet.h140 bool styleText(String* result) const;
/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp572 String styleText = styleAtInsertionPos->style()->cssText(); local
576 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) {
582 if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyleSpan.get())->getAttribute(styleAttr)) {
H A DEditor.cpp2938 String styleText = typingStyle->style()->cssText() + " display: inline"; local
2939 styleElement->setAttribute(styleAttr, styleText.impl(), ec);

Completed in 131 milliseconds