HomeSort by relevance Sort by last modified time
    Searched full:checkbox (Results 476 - 500 of 656) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.cpp 631 return WEB_UI_STRING("uncheck", "Verb stating the action that will occur when a checked checkbox is clicked, as used by accessibility");
636 return WEB_UI_STRING("check", "Verb stating the action that will occur when an unchecked checkbox is clicked, as used by accessibility");
    [all...]
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.cpp 456 return UI_STRING("uncheck", "Verb stating the action that will occur when a checked checkbox is clicked, as used by accessibility");
461 return UI_STRING("check", "Verb stating the action that will occur when an unchecked checkbox is clicked, as used by accessibility");
  /frameworks/base/docs/html/guide/appendix/
api-levels.jd 395 <p>To use filtering, select the checkbox to enable filtering, just below the
407 disable the feature using the checkbox. By default, API Level filtering is
  /frameworks/base/tools/preload/
preload.ipr 263 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
266 <property name="text" value="CheckBox" />
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 57 import android.widget.CheckBox;
217 public static void setStarred(Result contactData, CheckBox starredView) {
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 202 * Declares and initializes all objects and widgets in the layouts and the CheckBox and SeekBar
541 * Updates UI (checkbox, seekbars, enabled states) according to the current stored preferences.
  /packages/apps/VideoEditor/res/values/
strings.xml 199 <!-- The label for the start rectangle checkbox. -->
201 <!-- The label for the end rectangle checkbox. -->
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 47 import android.widget.CheckBox;
68 private CheckBox mStarredView;
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 236 // called when a child is clicked on (this is NOT the checkbox click)
257 // handle a click from the size-sorted list. (this is NOT the checkbox click)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 75 /** Checkbox asking whether to replace in all Java files. */
77 /** Checkbox asking whether to replace in all XML files with same name but other res config */
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 101 import android.widget.CheckBox;
202 private CheckBox mDisableAtLimit;
222 private CheckBox mAppRestrict;
326 mDisableAtLimit = new CheckBox(inflater.getContext());
359 mAppRestrict = new CheckBox(inflater.getContext());
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 52 import android.widget.CheckBox;
  /external/chromium/chrome/browser/metrics/
metrics_service.h 83 // used on startup and when the user clicks the checkbox in the prefs.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 533 SendCommand("\"doReport\""); // Simulate the user checking the checkbox.
  /external/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 378 'WordWrap','ZOrderSet','ActiveDoc','Checkbox','Column','ComboBox',
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/
SDL_main.c 496 /* Toggle command-line output checkbox */
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 226 self.chkGraphLabels = wx.CheckBox(pnlGraph, -1, JetDefs.GRAPH_LBLS)
227 self.chkGraphClips = wx.CheckBox(pnlGraph, -1, JetDefs.GRAPH_TRIGGER)
228 self.chkGraphAppEvts = wx.CheckBox(pnlGraph, -1, JetDefs.GRAPH_APP)
370 """ Selects the segment when checkbox clicked """
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 55 "caption", "captiontext", "caret", "cell", "center", "checkbox", "circle", "cjk-earthly-branch", "cjk-heavenly-stem", "cjk-ideographic",
inspector.html 49 <script type="text/javascript" src="Checkbox.js"></script>
  /external/webkit/Source/WebCore/rendering/
RenderTheme.h 114 // Some controls may spill out of their containers (e.g., the check on an OS X checkbox). When these controls repaint,
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.cpp 53 return result.append("CheckBox");
WebThemeEngineDRTWin.cpp 151 // Classic theme can't represent mixed state checkbox. We assume
  /frameworks/base/core/java/android/widget/
SimpleAdapter.java 42 * <li> A view that implements Checkable (e.g. CheckBox). The expected bind value is a boolean.
  /frameworks/base/docs/html/guide/topics/resources/
layout-resource.jd 107 {@link android.widget.Button}, and {@link android.widget.CheckBox}.
  /frameworks/base/docs/html/guide/tutorials/views/
hello-mapview.jd 132 <em>com.google.android.maps.ItemizedOverlay</em>. Click the checkbox for <em>Constructors from

Completed in 518 milliseconds

<<11121314151617181920>>