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

  /external/chromium_org/third_party/WebKit/Source/core/css/
PseudoStyleRequest.h 42 // The spec disallows inheritance for ::backdrop.
45 return parentStyle && pseudoId != BACKDROP;
CSSSelector.cpp 168 return BACKDROP;
273 DEFINE_STATIC_LOCAL(AtomicString, backdrop, ("backdrop", AtomicString::ConstructFromLiteral));
359 nameToPseudoType->set(backdrop.impl(), CSSSelector::PseudoBackdrop);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.h 70 return style && style->display() != NONE && (style->styleType() == BACKDROP || style->contentData() || !style->regionThread().isEmpty());
ElementRareData.h 241 case BACKDROP:
257 case BACKDROP:
Element.cpp 212 data->setPseudoElement(BACKDROP, 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 74 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, BACKDROP, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR,
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 150 return (element && element->isInTopLayer()) || (style && style->styleType() == BACKDROP);
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 407 milliseconds