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

  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 444 RefPtr<Element> styleElement = document->createElement("style", ec);
446 styleElement->setAttribute("type", "text/css", ec);
456 targetNode->appendChild(styleElement, ec);
  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp 116 RefPtr<HTMLElement> styleElement = createHTMLElement(document, spanTag);
117 styleElement->setAttribute(classAttr, styleSpanClassString());
118 return styleElement.release();
    [all...]

Completed in 46 milliseconds