Searched defs:ruby (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRuby.cpp73 static inline RenderBlock* rubyBeforeBlock(const RenderObject* ruby) argument
75 RenderObject* child = ruby->slowFirstChild();
79 static inline RenderBlock* rubyAfterBlock(const RenderObject* ruby) argument
81 RenderObject* child = ruby->slowLastChild();
85 static RenderBlockFlow* createAnonymousRubyInlineBlock(RenderObject* ruby) argument
87 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(ruby->style(), INLINE_BLOCK);
88 RenderBlockFlow* newBlock = RenderBlockFlow::createAnonymous(&ruby->document());
93 static RenderRubyRun* lastRubyRun(const RenderObject* ruby) argument
95 RenderObject* child = ruby->slowLastChild();
98 ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby));
[all...]
H A DRenderRubyRun.cpp54 // The only place where a ruby text can be is in the first position
55 // Note: As anonymous blocks, ruby runs do not have ':before' or ':after' content themselves.
61 // The only place where a ruby base can be is in the last position
62 // Note: As anonymous blocks, ruby runs do not have ':before' or ':after' content themselves.
69 // If in future it becomes necessary to support floating or positioned ruby text,
104 // prepend ruby texts as first child
111 RenderObject* ruby = parent(); local
112 ASSERT(ruby->isRuby());
113 RenderBlock* newRun = staticCreateRubyRun(ruby);
114 ruby
125 RenderObject* ruby = parent(); local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java198 public void setCollectableDrawables(DrawableBitmap coin, DrawableBitmap ruby) { argument
200 mRubyDrawable = ruby;

Completed in 134 milliseconds