Searched refs:styleSheetList (Results 1 – 2 of 2) sorted by relevance
50 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, const Identif… in canGetItemsForName() argument52 return styleSheetList->getNamedItem(identifierToString(propertyName)); in canGetItemsForName()
340 StyleSheetList* styleSheetList = static_cast<StyleSheetList*>(object); in visitDOMWrapper() local341 GroupId groupId(styleSheetList); in visitDOMWrapper()342 if (Document* document = styleSheetList->document()) in visitDOMWrapper()