Searched refs:isCSSStyleSheet (Results 1 – 19 of 19) sorted by relevance
32 while (curr && !curr->isCSSStyleSheet()) in parentStyleSheet()
49 virtual bool isCSSStyleSheet() const { return false; } in isCSSStyleSheet() function
237 if (styleObject->isCSSStyleSheet()) { in document()256 …Document* documentToUpdate = root->isCSSStyleSheet() ? static_cast<CSSStyleSheet*>(root)->document… in styleSheetChanged()
62 if (ownerStyleSheet->isCSSStyleSheet()) in setSelectorText()
39 boolean isCSSStyleSheet();
112 virtual bool isCSSStyleSheet() const { return true; } in isCSSStyleSheet() function
132 … if (curr->isCSSStyleSheet() && absHref == static_cast<CSSStyleSheet*>(curr)->finalURL().string()) in insertedIntoParent()
252 if (p->isCSSStyleSheet()) in notifyChanged()
513 if (root->isCSSStyleSheet()) { in setNeedsStyleRecalc()
421 ASSERT(!declaration->stylesheet() || declaration->stylesheet()->isCSSStyleSheet()); in parseValue()474 ASSERT(!declaration->stylesheet() || declaration->stylesheet()->isCSSStyleSheet()); in parseColor()522 ASSERT(!declaration->stylesheet() || declaration->stylesheet()->isCSSStyleSheet()); in parseDeclaration()626 if (!root->isCSSStyleSheet()) in document()
500 if (sheet->isCSSStyleSheet() && !sheet->disabled()) in CSSStyleSelector()
44 if (impl->isCSSStyleSheet()) in toV8()
47 if (styleSheet->isCSSStyleSheet()) in toJS()
139 if (styleSheet && styleSheet->isCSSStyleSheet()) in parentStyleSheet()270 if (styleSheet->isCSSStyleSheet()) { in getAllStyleSheets()462 if (!styleSheet->isCSSStyleSheet()) in viaInspectorStyleSheet()
118 if (styleBase->isCSSStyleSheet()) in asCSSRuleList()
60 if (impl->isCSSStyleSheet())
9253 (DOM::StyleBaseImpl::isCSSStyleSheet):
11213 (WebCore::CSSStyleSheet::isCSSStyleSheet):11272 (WebCore::StyleBase::isCSSStyleSheet):
127127 * css/StyleSheet.idl: Export helper method isCSSStyleSheet() for cpp bindings only.