HomeSort by relevance Sort by last modified time
    Searched defs:shouldBeReparentedUnderRenderView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 137 bool HTMLDialogElement::shouldBeReparentedUnderRenderView(const RenderStyle* style) const
141 return Element::shouldBeReparentedUnderRenderView(style);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 598 virtual bool shouldBeReparentedUnderRenderView(const RenderStyle*) const { return isInTopLayer(); }
    [all...]

Completed in 83 milliseconds