HomeSort by relevance Sort by last modified time
    Searched full:selectable (Results 26 - 50 of 324) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
RevisionHistoryView.js 81 uiSourceCodeItem.selectable = false;
103 linkItem.selectable = false;
207 this.selectable = false;
311 child.selectable = false;
FileBasedSearchResultsPane.js 71 this.selectable = false;
158 searchMatchElement.selectable = false;
  /packages/apps/Settings/res/xml/
privacy_settings.xml 52 android:selectable="false" />
zen_mode_settings.xml 63 android:selectable="false"
  /sdk/eclipse/
dictionary.txt 271 selectable
  /external/chromium_org/ash/wm/overview/
window_selector_item.h 42 // Returns true if the window selector item has |window| as a selectable
60 // Returns true if this item has no more selectable windows (i.e. after
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SidebarTreeElement.js 37 selectable: false,
41 // Should not collapse as it is not selectable.
treeoutline.js 348 while (nextSelectedElement && !nextSelectedElement.selectable)
353 while (nextSelectedElement && !nextSelectedElement.selectable)
365 if (this.selectedTreeElement.parent.selectable) {
367 while (nextSelectedElement && !nextSelectedElement.selectable)
381 while (nextSelectedElement && !nextSelectedElement.selectable)
471 get selectable() {
477 set selectable(x) {
639 if (!element.treeElement || !element.treeElement.selectable)
671 var toggleOnClick = element.treeElement.toggleOnClick && !element.treeElement.selectable;
853 if (!this.treeOutline || !this.selectable || this.selected
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockContract.java 36 * <li>The {@link CitiesColumns} table holds all user selectable cities</li>
253 * Constants for the Cities table, which contains all selectable cities.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
IndexedDBViews.js 48 this._securityOriginTreeElement.selectable = false;
52 this._nameTreeElement.selectable = false;
56 this._intVersionTreeElement.selectable = false;
60 this._stringVersionTreeElement.selectable = false;
380 this.selectable = false;
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 242 boolean selectable = ((type == null) || !type.equals("mms"));
243 pref.setSelectable(selectable);
244 if (selectable) {
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_deprecated.html 97 To make areas of the app's text selectable,
  /external/chromium_org/chrome/common/
partial_circular_buffer.h 12 // selectable wrapping position. Buffer layout (after wrap; H is header):
  /external/chromium_org/ppapi/cpp/dev/
file_chooser_dev.h 42 /// C++ comments). The dialog may restrict selectable files to the specified
  /external/chromium_org/remoting/webapp/html/
dialog_host.html 17 <div id="access-code-display" dir="ltr" class="selectable"></div>
  /external/chromium_org/third_party/WebKit/ManualTests/
optgroup-empty-and-nested.html 67 <li><i>(selectable, empty row)</i></li>
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.h 97 // Searches through the given tree scope, starting from start node, for the next/previous selectable element that comes after/before start node.
  /external/chromium_org/third_party/WebKit/public/web/
WebFileChooserParams.h 55 // The dialog may restrict selectable files to files with the specified MIME
  /external/kernel-headers/original/uapi/linux/raid/
md_u.h 27 * >=1 means different superblock formats are selectable using SET_ARRAY_INFO
  /external/libpcap/
pcap_get_selectable_fd.3pcap 126 A selectable file descriptor is returned if one exists; otherwise, \-1
  /external/oprofile/gui/
oprof_start.h 123 /// return true if item is selectable or already selected
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 72 // We use a header as the unselectable item to remain after the selectable one is removed.
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
YearPickerView.java 38 * Displays a selectable list of years.
  /packages/apps/Settings/res/layout/
dream_info_row.xml 22 <!-- Dream selectable row (icon, caption, radio button) -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/raid/
md_u.h 27 * >=1 means different superblock formats are selectable using SET_ARRAY_INFO

Completed in 738 milliseconds

12 3 4 5 6 7 8 91011>>