OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clearbutton
(Results
1 - 13
of
13
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
RadioGroup1.java
60
Button
clearButton
= (Button) findViewById(R.id.clear);
61
clearButton
.setOnClickListener(this);
/development/samples/ApiDemos/src/com/example/android/apis/app/
RedirectMain.java
44
Button
clearButton
= (Button)findViewById(R.id.clear);
45
clearButton
.setOnClickListener(mClearListener);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
ShadowElementNames.cpp
50
const AtomicString&
clearButton
()
ShadowElementNames.h
42
const AtomicString&
clearButton
();
ClearButtonElement.cpp
50
element->setAttribute(idAttr, ShadowElementNames::
clearButton
());
TextControlInnerElements.cpp
187
element->setAttribute(idAttr, ShadowElementNames::
clearButton
());
/packages/apps/Calculator/src/com/android/calculator2/
Calculator.java
287
final View
clearButton
= simplePage.findViewById(R.id.clear);
288
if (
clearButton
!= null) {
289
mClearButton =
clearButton
;
/external/chromium_org/third_party/WebKit/Source/core/html/
BaseMultipleFieldsDateAndTimeInputType.cpp
143
return toClearButtonElement(element()->uaShadowElementById(ShadowElementNames::
clearButton
()));
599
ClearButtonElement*
clearButton
= clearButtonElement();
600
if (!
clearButton
)
604
clearButton
->setInlineStyleProperty(CSSPropertyVisibility, CSSValueHidden);
606
clearButton
->removeInlineStyleProperty(CSSPropertyVisibility);
SearchInputType.cpp
153
if (element()->uaShadowElementById(ShadowElementNames::
clearButton
()))
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorDrawTabletUI.java
100
Button
clearButton
= (Button) lp.findViewById(R.id.
clearButton
);
101
clearButton
.setOnClickListener(new View.OnClickListener() {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSearchField.cpp
55
return inputElement()->uaShadowElementById(ShadowElementNames::
clearButton
());
/packages/apps/Gallery2/res/layout-land/
filtershow_draw_ui.xml
41
android:id="@+id/
clearButton
"
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePanel.js
231
this.
clearButton
= new WebInspector.StatusBarButton(WebInspector.UIString("Clear"), "clear-status-bar-item");
232
this.
clearButton
.addEventListener("click", this._clearPanel, this);
233
this._statusBarItems.push(this.
clearButton
);
[
all
...]
Completed in 151 milliseconds