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

  /external/webkit/Source/WebCore/bindings/js/
JSStyleSheetListCustom.cpp 32 #include "StyleSheetList.h"
42 StyleSheetList* list = impl();
50 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, const Identifier& propertyName)
52 return styleSheetList->getNamedItem(identifierToString(propertyName));
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 340 StyleSheetList* styleSheetList = static_cast<StyleSheetList*>(object);
341 GroupId groupId(styleSheetList);
342 if (Document* document = styleSheetList->document())

Completed in 163 milliseconds