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

  /external/chromium_org/third_party/WebKit/Source/core/css/
AffectedByFocusTest.cpp 67 ASSERT_EQ(expected[i].affectedBy, element->renderStyle()->affectedByFocus());
75 // affectedByFocus. Check that all elements in a document with no :focus rules
76 // gets the affectedByFocus set on RenderStyle and not childrenOrSiblingsAffectedByFocus.
289 // include 'a', but the id=d div should be affectedByFocus, not childrenOrSiblingsAffectedByFocus.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 222 && affectedByFocus == other.affectedByFocus
268 unsigned affectedByFocus : 1;
322 noninherited_flags.affectedByFocus = false;
369 bool affectedByFocus() const { return noninherited_flags.affectedByFocus; }
374 void setAffectedByFocus() { noninherited_flags.affectedByFocus = true; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp     [all...]

Completed in 197 milliseconds