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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 401 bool shouldNotifyRendererWithIdenticalStyles() const { return getFlag(NotifyRendererWithIdenticalStyles); }
    [all...]
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 121 // FIXME: This assumes that when shouldNotifyRendererWithIdenticalStyles() is true
123 // since then? I think we should remove the shouldNotifyRendererWithIdenticalStyles
125 if (!hasSVGRareData() || shouldNotifyRendererWithIdenticalStyles())
    [all...]

Completed in 75 milliseconds