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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleTextEditor.h41 InspectorStyleTextEditor(Vector<InspectorStyleProperty>* allProperties,const String& styleText, const NewLineAndWhitespace& format);
47 const String& styleText() const { return m_styleText; } function in class:WebCore::InspectorStyleTextEditor
H A DInspectorStyleTextEditor.cpp34 InspectorStyleTextEditor::InspectorStyleTextEditor(Vector<InspectorStyleProperty>* allProperties, const String& styleText, const NewLineAndWhitespace& format) argument
36 , m_styleText(styleText)
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DReplaceSelectionCommand.cpp733 String styleText = styleAtInsertionPos->style()->asText(); local
737 if (styleText != toElement(wrappingStyleSpan)->getAttribute(styleAttr))

Completed in 170 milliseconds