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

  /external/chromium_org/third_party/WebKit/Source/core/css/
PseudoStyleRequest.h 54 // The spec disallows inheritance for ::backdrop.
57 return parentStyle && pseudoId != BACKDROP;
CSSSelector.cpp 176 return BACKDROP;
302 {"backdrop", CSSSelector::PseudoBackdrop},
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.h 66 return style && style->display() != NONE && (style->styleType() == BACKDROP || style->contentData());
ElementRareData.h 188 setPseudoElement(BACKDROP, nullptr);
204 case BACKDROP:
221 case BACKDROP:
PseudoElement.cpp 48 case BACKDROP: {
49 DEFINE_STATIC_LOCAL(QualifiedName, backdrop, (nullAtom, "<pseudo:backdrop>", nullAtom));
50 return backdrop;
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 59 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, BACKDROP, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR,
67 PSEUDO_ELEMENT_MASK = (1 << (BEFORE - 1)) | (1 << (AFTER - 1)) | (1 << (BACKDROP - 1))
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 116 return (element && element->isInTopLayer()) || (style && style->styleType() == BACKDROP);
StyleResolver.cpp 725 if (pseudoId == BACKDROP && !parent.isInTopLayer())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp     [all...]
RenderInline.cpp 782 if (style()->styleType() == BACKDROP)
783 return "RenderInline (pseudo:backdrop)";
    [all...]
RenderBlock.cpp     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 544 milliseconds