HomeSort by relevance Sort by last modified time
    Searched defs:styleText (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.h 41 InspectorStyleTextEditor(Vector<InspectorStyleProperty>* allProperties,const String& styleText, const NewLineAndWhitespace& format);
47 const String& styleText() const { return m_styleText; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 733 String styleText = styleAtInsertionPos->style()->asText();
737 if (styleText != toElement(wrappingStyleSpan)->getAttribute(styleAttr))
    [all...]

Completed in 49 milliseconds