OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRuby
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRuby.h
66
virtual bool
isRuby
() const { return true; }
86
virtual bool
isRuby
() const { return true; }
RenderRuby.cpp
46
|| !object->parent()->
isRuby
()
52
&& object->parent()->
isRuby
()
RenderRubyRun.cpp
129
ASSERT(ruby->
isRuby
());
210
ASSERT(parentRuby && parentRuby->
isRuby
());
RenderObject.h
355
virtual bool
isRuby
() const { return false; }
[
all
...]
Completed in 39 milliseconds