Home
last modified time | relevance | path

Searched refs:styleSheetList (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSStyleSheetListCustom.cpp50 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, const Identif… in canGetItemsForName() argument
52 return styleSheetList->getNamedItem(identifierToString(propertyName)); in canGetItemsForName()
/external/webkit/Source/WebCore/bindings/v8/
DV8GCController.cpp340 StyleSheetList* styleSheetList = static_cast<StyleSheetList*>(object); in visitDOMWrapper() local
341 GroupId groupId(styleSheetList); in visitDOMWrapper()
342 if (Document* document = styleSheetList->document()) in visitDOMWrapper()