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

  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp 572 String styleText = styleAtInsertionPos->style()->cssText();
576 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) {
582 if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyleSpan.get())->getAttribute(styleAttr)) {
    [all...]
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 255 bool success = styleText(&text);
351 bool InspectorStyle::styleText(String* result) const
375 bool success = styleText(&oldStyleText);
427 bool isStyleTextKnown = styleText(&styleDeclaration);
563 bool success = styleText(&text);
    [all...]

Completed in 68 milliseconds