Home
last modified time | relevance | path

Searched refs:RenderTextControlSingleLine (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTextControlSingleLine.cpp50 RenderTextControlSingleLine::RenderTextControlSingleLine(Node* node) in RenderTextControlSingleLine() function in WebCore::RenderTextControlSingleLine
55 , m_searchEventTimer(this, &RenderTextControlSingleLine::searchEventTimerFired) in RenderTextControlSingleLine()
60 RenderTextControlSingleLine::~RenderTextControlSingleLine() in ~RenderTextControlSingleLine()
71 bool RenderTextControlSingleLine::placeholderShouldBeVisible() const in placeholderShouldBeVisible()
76 void RenderTextControlSingleLine::updatePlaceholderVisibility() in updatePlaceholderVisibility()
92 void RenderTextControlSingleLine::addSearchResult() in addSearchResult()
124 void RenderTextControlSingleLine::stopSearchEventTimer() in stopSearchEventTimer()
130 void RenderTextControlSingleLine::showPopup() in showPopup()
160 void RenderTextControlSingleLine::hidePopup() in hidePopup()
169 void RenderTextControlSingleLine::subtreeHasChanged() in subtreeHasChanged()
[all …]
DRenderTextControlSingleLine.h36 class RenderTextControlSingleLine : public RenderTextControl, private PopupMenuClient {
38 RenderTextControlSingleLine(Node*);
39 virtual ~RenderTextControlSingleLine();
83 void searchEventTimerFired(Timer<RenderTextControlSingleLine>*);
119 Timer<RenderTextControlSingleLine> m_searchEventTimer;
DTextControlInnerElements.cpp55 …placeholderIsVisible = static_cast<RenderTextControlSingleLine*>(renderer)->placeholderIsVisible(); in nodeAtPoint()
131RenderTextControlSingleLine* renderer = static_cast<RenderTextControlSingleLine*>(input->renderer(… in defaultEventHandler()
/external/webkit/WebCore/wml/
DWMLInputElement.cpp216 return new (arena) RenderTextControlSingleLine(this); in createRenderer()
299 static_cast<RenderTextControlSingleLine*>(renderer())->forwardEvent(evt); in defaultEventHandler()
/external/webkit/WebCore/html/
DHTMLInputElement.cpp697 return new (arena) RenderTextControlSingleLine(this); in createRenderer()
1358 static_cast<RenderTextControlSingleLine*>(renderer())->forwardEvent(evt); in defaultEventHandler()
1529 static_cast<RenderTextControlSingleLine*>(renderer())->addSearchResult(); in addSearchResult()
1536 static_cast<RenderTextControlSingleLine*>(renderer())->stopSearchEventTimer(); in onSearch()
/external/webkit/WebCore/dom/
DInputElement.cpp95 … static_cast<RenderTextControlSingleLine*>(element->renderer())->updatePlaceholderVisibility(); in updatePlaceholderVisibility()
/external/webkit/WebCore/
DChangeLog3050 * rendering/RenderTextControlSingleLine.cpp:
3051 (WebCore::RenderTextControlSingleLine::preferredContentWidth):
3418 * rendering/RenderTextControlSingleLine.cpp:
3419 (WebCore::RenderTextControlSingleLine::inputElement):
4149 * rendering/RenderTextControlSingleLine.cpp:
4150 (WebCore::RenderTextControlSingleLine::paint):
4151 (WebCore::RenderTextControlSingleLine::layout):
4152 (WebCore::RenderTextControlSingleLine::nodeAtPoint):
4153 (WebCore::RenderTextControlSingleLine::forwardEvent):
4154 (WebCore::RenderTextControlSingleLine::textBlockWidth):
[all …]
DAndroid.mk790 rendering/RenderTextControlSingleLine.cpp \
DWebCore.scons502 'rendering/RenderTextControlSingleLine.cpp',
DGNUmakefile.am1594 WebCore/rendering/RenderTextControlSingleLine.cpp \
1595 WebCore/rendering/RenderTextControlSingleLine.h \
DWebCore.pro1003 rendering/RenderTextControlSingleLine.cpp \
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj58 …42754 /* RenderTextControlSingleLine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 083DAEA40F…
59 …342754 /* RenderTextControlSingleLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 083DAEA50F0…
4911RenderTextControlSingleLine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
4912 …* RenderTextControlSingleLine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
14149 083DAEA40F01A7FB00342754 /* RenderTextControlSingleLine.cpp */,
14150 083DAEA50F01A7FB00342754 /* RenderTextControlSingleLine.h */,
16142 083DAEA90F01A7FB00342754 /* RenderTextControlSingleLine.h in Headers */,
18155 083DAEA80F01A7FB00342754 /* RenderTextControlSingleLine.cpp in Sources */,