OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:islayoutsizechanged
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGViewportContainer.h
37
bool
isLayoutSizeChanged
() const { return m_isLayoutSizeChanged; }
RenderSVGRoot.h
51
bool
isLayoutSizeChanged
() const { return m_isLayoutSizeChanged; }
SVGRenderSupport.cpp
191
return toRenderSVGViewportContainer(start)->
isLayoutSizeChanged
();
193
return toRenderSVGRoot(start)->
isLayoutSizeChanged
();
RenderSVGText.cpp
381
} else if (m_needsTextMetricsUpdate || SVGRenderSupport::findTreeRootObject(this)->
isLayoutSizeChanged
()) {
Completed in 702 milliseconds