Home
last modified time | relevance | path

Searched refs:isCSSStyleSheet (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/css/
DCSSRule.cpp32 while (curr && !curr->isCSSStyleSheet()) in parentStyleSheet()
DStyleBase.h49 virtual bool isCSSStyleSheet() const { return false; } in isCSSStyleSheet() function
DCSSVariablesDeclaration.cpp171 if (root->isCSSStyleSheet()) in setNeedsStyleRecalc()
DCSSStyleSheet.h110 virtual bool isCSSStyleSheet() const { return true; } in isCSSStyleSheet() function
DCSSImportRule.cpp129 … if (curr->isCSSStyleSheet() && absHref == static_cast<CSSStyleSheet*>(curr)->finalURL().string()) in insertedIntoParent()
DMediaList.cpp253 if (p->isCSSStyleSheet()) in notifyChanged()
DCSSStyleSheet.cpp206 …Document* documentToUpdate = root->isCSSStyleSheet() ? static_cast<CSSStyleSheet*>(root)->doc() : … in styleSheetChanged()
DCSSMutableStyleDeclaration.cpp486 if (root->isCSSStyleSheet()) in setNeedsStyleRecalc()
DCSSParser.cpp277 ASSERT(!declaration->stylesheet() || declaration->stylesheet()->isCSSStyleSheet()); in parseValue()
334 ASSERT(!declaration->stylesheet() || declaration->stylesheet()->isCSSStyleSheet()); in parseColor()
372 ASSERT(!declaration->stylesheet() || declaration->stylesheet()->isCSSStyleSheet()); in parseDeclaration()
458 if (root && root->isCSSStyleSheet()) in document()
DCSSStyleSelector.cpp473 if (sheet->isCSSStyleSheet() && !sheet->disabled()) in CSSStyleSelector()
/external/webkit/WebCore/bindings/v8/custom/
DV8StyleSheetCustom.cpp43 if (impl->isCSSStyleSheet()) in toV8()
/external/webkit/WebCore/bindings/js/
DJSStyleSheetCustom.cpp47 if (styleSheet->isCSSStyleSheet()) in toJS()
/external/webkit/WebKit/win/
DDOMCreateInstance.cpp306 if (styleSheet->isCSSStyleSheet()) in createInstance()
/external/webkit/WebCore/bindings/objc/
DDOMCSS.mm61 if (impl->isCSSStyleSheet())
/external/webkit/WebCore/
DChangeLog-2005-12-199253 (DOM::StyleBaseImpl::isCSSStyleSheet):
DChangeLog-2008-08-1011213 (WebCore::CSSStyleSheet::isCSSStyleSheet):
11272 (WebCore::StyleBase::isCSSStyleSheet):