Home
last modified time | relevance | path

Searched refs:didAffectApplyAuthorStyles (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DElementShadow.h56 bool didAffectApplyAuthorStyles();
DInsertionPoint.cpp217 rootOwner->didAffectApplyAuthorStyles(); in insertedInto()
249 rootOwner->didAffectApplyAuthorStyles(); in removedFrom()
DShadowRoot.cpp219 if (host()->shadow()->didAffectApplyAuthorStyles()) in setApplyAuthorStyles()
DElementShadow.cpp220 bool ElementShadow::didAffectApplyAuthorStyles() in didAffectApplyAuthorStyles() function in WebCore::ElementShadow