OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isRenderInline
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp
666
ASSERT_WITH_SECURITY_IMPLICATION(!obj || obj->isText() || !(obj->
isRenderInline
() && obj->isBox() && !toRenderBox(obj)->inlineBoxWrapper()));
[
all
...]
RenderObject.h
348
virtual bool
isRenderInline
() const { return false; }
[
all
...]
Completed in 251 milliseconds