OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldHandleSubtreeMutations
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.h
93
bool
shouldHandleSubtreeMutations
() const;
RenderSVGText.cpp
163
inline bool RenderSVGText::
shouldHandleSubtreeMutations
() const
176
if (!
shouldHandleSubtreeMutations
() || documentBeingDestroyed())
248
if (!
shouldHandleSubtreeMutations
())
279
if (!
shouldHandleSubtreeMutations
() || documentBeingDestroyed()) {
294
if (!
shouldHandleSubtreeMutations
() || documentBeingDestroyed())
Completed in 39 milliseconds