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

  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js 114 node._setStyles(styles.computedStyle, styles.inlineStyle, styles.styleAttributes, styles.matchedCSSRules);
160 var inlineStyle = { selectorText: WebInspector.UIString("Style Attribute"), style: node.style, isAttribute: true };
161 inlineStyle.subtitle = WebInspector.UIString("element?s ?%s? attribute", "style");
162 styleRules.push(inlineStyle);
    [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 559 RefPtr<CSSMutableStyleDeclaration> inlineStyle = m_style->copy();
560 applyRelativeFontStyleChange(inlineStyle.get());
561 blockStyle->diff(inlineStyle.get());
562 applyInlineStyle(inlineStyle.get());
    [all...]

Completed in 196 milliseconds