OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldBeReparentedUnderRenderView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp
204
bool HTMLDialogElement::
shouldBeReparentedUnderRenderView
(const RenderStyle* style) const
208
return Element::
shouldBeReparentedUnderRenderView
(style);
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h
471
virtual bool
shouldBeReparentedUnderRenderView
(const RenderStyle*) const { return isInTopLayer(); }
[
all
...]
Completed in 877 milliseconds