OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RenderTextControl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControl.h
32
class
RenderTextControl
: public RenderBlockFlow {
34
virtual ~
RenderTextControl
();
40
RenderTextControl
(HTMLTextFormControlElement*);
72
virtual const char* renderName() const { return "
RenderTextControl
"; }
88
DEFINE_RENDER_OBJECT_TYPE_CASTS(
RenderTextControl
, isTextControl());
RenderTextControl.cpp
23
#include "core/rendering/
RenderTextControl
.h"
35
RenderTextControl
::
RenderTextControl
(HTMLTextFormControlElement* element)
41
RenderTextControl
::~
RenderTextControl
()
45
HTMLTextFormControlElement*
RenderTextControl
::textFormControlElement() const
50
HTMLElement*
RenderTextControl
::innerTextElement() const
55
void
RenderTextControl
::addChild(RenderObject* newChild, RenderObject* beforeChild)
66
void
RenderTextControl
::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
89
void
RenderTextControl
::adjustInnerTextStyle(RenderStyle* textBlockStyle) cons
[
all
...]
Completed in 30 milliseconds