/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery-1.4.2.min.js | 33 true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>"; 42 cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ", 62 if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", 63 e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, [all...] |
/frameworks/base/core/res/res/values/ |
styles.xml | 324 <style name="Widget.CompoundButton.CheckBox"> [all...] |
public.xml | [all...] |
themes.xml | 224 <item name="checkboxStyle">@android:style/Widget.CompoundButton.CheckBox</item> [all...] |
/external/webkit/Source/WebKit/gtk/tests/ |
testatk.c | 53 static const char* embeddedObjects = "<html><body><p>Choose: <input value='foo' type='checkbox'/>foo <input value='bar' type='checkbox'/>bar (pick one)</p><p>Choose: <select name='foo'><option>bar</option><option>baz</option></select> (pick one)</p><p><input name='foobarbutton' value='foobar' type='button'/></p></body></html>"; [all...] |
/frameworks/base/core/java/android/preference/ |
Preference.java | 187 * This allows the theme's checkbox preference style to modify all of the base 412 * would specify a custom layout (consisting of just the CheckBox) here, [all...] |
/frameworks/base/docs/html/guide/topics/fundamentals/ |
activities.jd | 124 as a button, text field, checkbox, or just an image. "Layouts" are views derived from {@link [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
MediaLinearLayout.java | 298 // Note that we don't check the pan zoom checkbox here. 302 // onActivityResult() method and the checkbox is then checked. [all...] |
/external/chromium/chrome/browser/resources/options/ |
options_page.js | 690 // radio/checkbox label span will generate an event with client coordinates
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
xhtml1-strict.dtd | 717 "(text | password | checkbox |
|
xhtml1-frameset.dtd | 946 "(text | password | checkbox | [all...] |
xhtml1-transitional.dtd | 912 "(text | password | checkbox |
|
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
xhtml1-strict.dtd | 717 "(text | password | checkbox |
|
xhtml1-frameset.dtd | 946 "(text | password | checkbox | [all...] |
xhtml1-transitional.dtd | 912 "(text | password | checkbox |
|
/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
xhtml1-strict.dtd | 717 "(text | password | checkbox |
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
xhtml1-strict.dtd | 717 "(text | password | checkbox |
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
xhtml1-strict.dtd | 717 "(text | password | checkbox |
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
NativeHeapPanel.java | 776 // the current state of the diffs only checkbox. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssistTest.java | 553 checkApplyLayoutCompletion("completion1.xml", "^<TextView", "<CheckBox />"); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 24 android:button : Drawable used for the button graphic (e.g. checkbox, radio button, etc). [reference]
|
/external/chromium/chrome/common/extensions/docs/ |
contextMenus.html | 494 <span>["normal", "checkbox", "radio", "separator"]</span> 641 <dd>The initial state of a checkbox or radio item: true for selected and false for unselected. Only one radio item can be selected at a time in a given group of radio items.</dd> [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | 463 if ( jQuery.isArray(value) && /radio|checkbox/.test( this.type ) ) [all...] |
/packages/apps/Contacts/res/values/ |
strings.xml | [all...] |
/external/oprofile/ |
ChangeLog-2005 | 66 * gui/oprof_start.cpp: the last unit mask checkbox is no longer a
|