OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenderRubyText
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderRubyText.h
38
class
RenderRubyText
: public RenderBlock {
40
RenderRubyText
(Node*);
41
virtual ~
RenderRubyText
();
43
virtual const char* renderName() const { return "
RenderRubyText
"; }
RenderRubyText.cpp
34
#include "
RenderRubyText
.h"
40
RenderRubyText
::
RenderRubyText
(Node* node)
45
RenderRubyText
::~
RenderRubyText
()
49
bool
RenderRubyText
::isChildAllowed(RenderObject* child, RenderStyle*) const
54
ETextAlign
RenderRubyText
::textAlignmentForLine(bool endsWithSoftBreak) const
64
void
RenderRubyText
::adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const
RenderRubyRun.h
39
class
RenderRubyText
;
52
RenderRubyText
* rubyText() const;
RenderRubyRun.cpp
36
#include "
RenderRubyText
.h"
73
RenderRubyText
* RenderRubyRun::rubyText() const
76
return child && child->isRubyText() ? static_cast<
RenderRubyText
*>(child) : 0;
217
RenderRubyText
* rt = rubyText();
230
// Place the
RenderRubyText
such that its bottom is flush with the lineTop of the first line of the RenderRubyBase.
231
RenderRubyText
* rt = rubyText();
266
// Update our overflow to account for the new
RenderRubyText
position.
279
RenderRubyText
* rubyText = this->rubyText();
InlineFlowBox.cpp
37
#include "
RenderRubyText
.h"
[
all
...]
InlineTextBox.cpp
41
#include "
RenderRubyText
.h"
453
RenderRubyText
* rubyText = static_cast<RenderRubyRun*>(containingBlock->parent())->rubyText();
[
all
...]
RenderObject.cpp
53
#include "
RenderRubyText
.h"
134
return new (arena)
RenderRubyText
(node);
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
879
rendering/
RenderRubyText
.cpp
[
all
...]
Completed in 29 milliseconds