HomeSort by relevance Sort by last modified time
    Searched refs:parentStyleSheet (Results 26 - 26 of 26) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 488 PassRefPtr<InspectorStyle> InspectorStyle::create(const InspectorCSSId& styleId, PassRefPtr<CSSStyleDeclaration> style, InspectorStyleSheet* parentStyleSheet)
490 return adoptRef(new InspectorStyle(styleId, style, parentStyleSheet));
493 InspectorStyle::InspectorStyle(const InspectorCSSId& styleId, PassRefPtr<CSSStyleDeclaration> style, InspectorStyleSheet* parentStyleSheet)
496 , m_parentStyleSheet(parentStyleSheet)
555 StyleSheetHandler handler(declarationText, ownerDocument(), m_style->parentStyleSheet()->contents(), &sourceData);
556 createCSSParser(ownerDocument())->parseDeclaration(tempMutableStyle.get(), declarationText, &handler, m_style->parentStyleSheet()->contents());
    [all...]

Completed in 185 milliseconds

12