HomeSort by relevance Sort by last modified time
    Searched refs:checked (Results 1 - 25 of 462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
Checkable.java 26 * Change the checked state of the view
28 * @param checked The new checked state
30 void setChecked(boolean checked);
33 * @return The current checked state of the view
38 * Change the checked state of the view to the inverse of its current state
  /external/webkit/Source/WebCore/inspector/front-end/
Checkbox.js 40 set checked(checked)
42 this._inputElement.checked = checked;
45 get checked()
47 return this._inputElement.checked;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/actions/
ICommonAction.java 32 * Sets the checked status of this action.
33 * @param checked the new checked status
35 public void setChecked(boolean checked);
ToolItemAction.java 41 public void setChecked(boolean checked) {
42 item.setSelection(checked);
  /external/webkit/Source/WebKit/chromium/public/
WebMenuItemInfo.h 55 , checked(false)
65 bool checked; member in struct:WebKit::WebMenuItemInfo
  /external/chromium/webkit/glue/
webmenuitem.cc 13 checked(false) {
23 checked(item.checked) {
33 checked(item.checked),
webthemeengine_impl_win.cc 40 extra->checked = false;
46 extra->checked = false;
52 extra->checked = false;
58 extra->checked = false;
64 extra->checked = false;
70 extra->checked = false;
81 extra->checked = false;
87 extra->checked = false;
93 extra->checked = false;
99 extra->checked = false
    [all...]
  /external/webkit/Source/WebCore/platform/
ContextMenuItem.cpp 46 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
51 , m_checked(checked)
55 ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, const Vector<ContextMenuItem>& subMenuItems)
60 , m_checked(checked)
100 void ContextMenuItem::setChecked(bool checked)
102 m_checked = checked;
105 bool ContextMenuItem::checked() const function in class:WebCore::ContextMenuItem
  /development/samples/ApiDemos/src/com/example/android/apis/view/
CheckableFrameLayout.java 36 public void setChecked(boolean checked) {
37 mChecked = checked;
38 setBackgroundDrawable(checked ? new ColorDrawable(0xff0000a0) : null);
  /development/samples/Support13Demos/src/com/example/android/supportv13/view/
CheckableFrameLayout.java 36 public void setChecked(boolean checked) {
37 mChecked = checked;
38 setBackgroundDrawable(checked ? new ColorDrawable(0xff0000a0) : null);
  /development/samples/Support4Demos/src/com/example/android/supportv4/view/
CheckableFrameLayout.java 36 public void setChecked(boolean checked) {
37 mChecked = checked;
38 setBackgroundDrawable(checked ? new ColorDrawable(0xff0000a0) : null);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
CheckableImageView.java 26 * This is used as the background view of quickcontact chiclet, which is in checked state
57 public void setChecked(boolean checked) {
58 if (mChecked != checked) {
59 mChecked = checked;
  /packages/apps/Music/src/com/android/music/
CheckableRelativeLayout.java 57 public void setChecked(boolean checked) {
58 if (mChecked != checked) {
59 mChecked = checked;
  /external/webkit/Source/WebCore/html/
HTMLDataGridCellElement.idl 35 attribute boolean checked; // The checked state of the column, assuming the type of the column is checkbox.
36 attribute boolean indeterminate; // If the checked state is indeterminate.
CheckboxInputType.cpp 54 return !element()->checked();
77 state->checked = element()->checked();
83 element()->setChecked(!state->checked, true);
92 element()->setChecked(state.checked);
BaseCheckableInputType.cpp 45 result = element()->checked() ? "on" : "off";
56 if (!element()->checked())
97 return element()->checked() ? "on" : "";
HTMLDataGridCellElement.cpp 68 bool HTMLDataGridCellElement::checked() const function in class:WebCore::HTMLDataGridCellElement
73 void HTMLDataGridCellElement::setChecked(bool checked)
75 setAttribute(checkedAttr, checked ? "" : 0);
HTMLDataGridCellElement.h 45 bool checked() const;
  /external/webkit/Source/WebCore/platform/chromium/
ContextMenuItemChromium.cpp 78 bool ContextMenuItem::checked() const function in class:WebCore::ContextMenuItem
80 return m_platformDescription.checked;
112 void ContextMenuItem::setChecked(bool checked)
114 m_platformDescription.checked = checked;
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SpellCheckersPreference.java 36 final boolean checked = isChecked();
37 mTsm.setSpellCheckerEnabled(checked);
  /frameworks/base/core/java/android/preference/
TwoStatePreference.java 72 * Sets the checked state and saves it to the {@link SharedPreferences}.
74 * @param checked The checked state.
76 public void setChecked(boolean checked) {
77 if (mChecked != checked) {
78 mChecked = checked;
79 persistBoolean(checked);
86 * Returns the checked state.
88 * @return The checked state.
101 * Sets the summary to be shown when checked
266 boolean checked; field in class:TwoStatePreference.SavedState
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuItemMac.mm 61 static PlatformMenuItemDescription createPlatformMenuItemDescription(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
68 [item setState:checked ? NSOnState : NSOffState];
82 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
84 m_platformDescription.adoptNS(createPlatformMenuItemDescription(type, action, title, enabled, checked));
87 ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, Vector<ContextMenuItem>& subMenuItems)
89 m_platformDescription.adoptNS(createPlatformMenuItemDescription(SubmenuType, action, title, enabled, checked));
167 void ContextMenuItem::setChecked(bool checked)
169 if (checked)
185 bool ContextMenuItem::checked() const
  /external/chromium/chrome/browser/
accessibility_events.h 84 bool checked,
92 void SetChecked(bool checked) { checked_ = checked; }
96 bool checked() const { return checked_; } function in class:AccessibilityRadioButtonInfo
111 bool checked);
117 void SetChecked(bool checked) { checked_ = checked; }
119 bool checked() const { return checked_; } function in class:AccessibilityCheckboxInfo
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
stats_options_handler.cc 57 FundamentalValue checked(MetricsCrosSettingsProvider::GetMetricsStatus());
61 "options.AdvancedOptions.SetMetricsReportingCheckboxState", checked,
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.h 38 void drawRadio(QPainter* painter, const QSize& size, bool checked, QColor color) const;
39 QPixmap findRadio(const QSize& size, bool checked, bool disabled) const;

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 91011>>