HomeSort by relevance Sort by last modified time
    Searched full:onchange (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/LayoutTests/fast/encoding/
invalid-multi-byte-over-consumption-expected.txt 3 ABCD" onchange="test='Failed'" using malformed byte sequence 0x83 0x22
invalid-multi-byte-over-consumption.html 13 t.fireEvent("onchange");
32 <input id="input1" src="" type="xss?">ABCD" onchange="test='Failed'" using malformed byte sequence 0x83 0x22<br>
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursor_SelfContentObserverTest.java 54 notes = "Test onChange of SelfContentObserver",
55 method = "onChange",
62 // here, the directly call of AbstractCurso#onChange is intended to test
63 // SelfContentObserver#onChange
64 mockCursor.onChange(false);
69 mockCursor.onChange(true);
75 mockCursor.onChange(true);
132 public void onChange(boolean selfChange) {
133 super.onChange(selfChange);
148 public void onChange(boolean selfChange)
    [all...]
ContentObserverTest.java 46 method = "onChange",
52 // Test constructor with null input, dispatchChange will directly invoke onChange.
112 public void onChange(boolean selfChange) {
113 super.onChange(selfChange);
  /external/webkit/Source/WebCore/manual-tests/
remove-select-onchange.html 3 <select id="foo" onchange='sel.parentNode.removeChild(sel)'>
select-onchange-after-js.html 7 An onChange event should fire when the first item is not the default, and
12 <select name="selectitem" onChange="onChange1(this)">
18 <select name="selectitem2" onChange="onChange2(this)">
autocompletion-fire-onchange.html 25 <p id="description">This test verifies that on autocompletion the 'onchange' event is fired.</p>
35 <p><input type="text" name="field" id="field" value="" onchange="window.changed = true"/></p>
remove-input-file-onchange.html 34 <input id="theFile" type="file" onchange="removeDiv();">
  /frameworks/base/core/java/android/database/
ContentObserver.java 43 ContentObserver.this.onChange(mSelf);
62 public void onChange(boolean selfChange) {
75 * onChange() will happen on the provider Handler.
77 * @param handler The handler to run {@link #onChange} on.
129 public void onChange(boolean selfChange) {}
133 onChange(selfChange);
ContentObservable.java 46 * invokes onChange on each observer
52 observer.onChange(selfChange);
IContentObserver.aidl 30 oneway void onChange(boolean selfUpdate);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/views/
options.html 34 <select id = "countryList" onchange = "enableSaveButton();">
112 <select id = "storyCount" style = "padding-left: 3px;" onchange = "enableSaveButton();">
132 <div class = "boxAndTopic"><input class = "checkBox" type = "checkbox" value = " " id = "check11" onchange = "manageCheckCount(this.id)"/><div class = "checkBoxTopic" id = "top"></div><br/></div>
133 <div class = "boxAndTopic"><input class = "checkBox" type = "checkbox" value = "n" id = "check13" onchange = "manageCheckCount(this.id)"/><div class = "checkBoxTopic" id = "nation"></div><br/></div>
134 <div class = "boxAndTopic"><input class = "checkBox" type = "checkbox" value = "w" id = "check14" onchange = "manageCheckCount(this.id)"/><div class = "checkBoxTopic" id = "world"></div><br/></div>
135 <div class = "boxAndTopic"><input class = "checkBox" type = "checkbox" value = "b" id = "check15" onchange = "manageCheckCount(this.id)"/><div class = "checkBoxTopic" id = "business"></div><br/></div>
136 <div class = "boxAndTopic"><input class = "checkBox" type = "checkbox" value = "t" id = "check16" onchange = "manageCheckCount(this.id)"/><div class = "checkBoxTopic" id = "science"></div><br/></div>
137 <div class = "boxAndTopic"><input class = "checkBox" type = "checkbox" value = "e" id = "check17" onchange = "manageCheckCount(this.id)"/><div class = "checkBoxTopic" id = "entertainment"></div><br/></div>
138 <div class = "boxAndTopic"><input class = "checkBox" type = "checkbox" value = "s" id = "check18" onchange = "manageCheckCount(this.id)"/><div class = "checkBoxTopic" id = "sports"></div><br/></div>
139 <div class = "boxAndTopic"><input class = "checkBox" type = "checkbox" value = "m" id = "check19" onchange = "manageCheckCount(this.id)"/><div class = "checkBoxTopic" id = "health"></div><br/></div
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ChangeNotifier.java 42 onChange(false);
49 protected void onChange(boolean selfChange) {
  /external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.html 23 * |onchange| event.
56 * Wrapper for |updateUI| which is used as handler for the |onchange| event
59 * @param settings{object} A settings object, as returned from the |onchange|
63 console.log('pref.onChange event:' + JSON.stringify(settings));
79 pref.onChange.addListener(updateUIFromOnChange);
  /frameworks/base/core/java/android/webkit/
SearchBox.java 37 * onchange() to ensure that the search page processes this query.
44 * partially typed search query). As with setQuery, onchange() must be
69 * a change in the typed query (onchange), the user commiting a given query
76 void onchange(SearchBoxListener listener); method in interface:SearchBox
  /external/chromium/chrome/common/extensions/docs/examples/api/notifications/
options.html 54 options.isActivated.onchange = function() {
59 options.frequency.onchange = function() {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
options.html 55 options.maxDigests.onchange = function() {
59 options.participantAnnotated.onchange = function() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeystoreSelectionPage.java 133 onChange();
140 onChange();
147 onChange();
153 onChange();
174 // disable onChange for now. we'll call it once at the end.
187 // enable onChange, and call it to display errors and enable/disable pageCompleted.
189 onChange();
196 private void onChange() {
KeySelectionPage.java 114 onChange();
122 onChange();
129 onChange();
138 // disable onChange for now. we'll call it once at the end.
197 // enable onChange, and call it to display errors and enable/disable pageCompleted.
199 onChange();
234 private void onChange() {
KeyCreationPage.java 140 onChange();
146 onChange();
151 onChange();
164 onChange();
189 // disable onChange for now. we'll call it once at the end.
208 // enable onChange, and call it to display errors and enable/disable pageCompleted.
210 onChange();
231 private void onChange() {
309 onChange();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 159 final IMenuCallback onChange = new IMenuCallback() {
368 actions.add(RuleAction.createAction(PROP_PREFIX + ATTR_TEXT, "Edit Text...", onChange,
372 actions.add(RuleAction.createAction(ATTR_ID, "Edit ID...", onChange, null, 20, true));
374 addCommonPropertyActions(actions, selectedNode, onChange, 21);
391 onChange,
412 onChange,
421 onChange /*callback*/, null /*icon*/, 50,
427 onChange /*callback*/, null /*icon*/, 10,
431 addRecentPropertyActions(propertyActions, n, onChange);
438 addInheritedProperties(propertyActionTypes, node, onChange, 30)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferences.java 144 public void onChange(boolean selfChange) {
152 if (mListener != null) mListener.onChange();
158 void onChange();
  /external/chromium/chrome/browser/resources/options/chromeos/
system_options.js 47 $('accesibility-check').onchange = function(event) {
  /external/webkit/Source/WebCore/manual-tests/resources/
chrome-bidi-text-window.html 31 <select onchange="setTitle(item(selectedIndex).innerText)" size="9">
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 321 onChange(false /* keepSelection */);
345 onChange(false /* keepSelection */);
564 private void onChange(boolean keepSelection) {
763 onChange(true /* keepSelection */);
    [all...]

Completed in 1050 milliseconds

1 2 3 4 5 6 7 8 9