Searched defs:styleText (Results 1 - 3 of 3) sorted by relevance

/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);
/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);

Completed in 778 milliseconds