Searched defs:isSelected (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityMenuListOption.cpp64 return !m_parent->isOffScreen() || isSelected();
73 bool AccessibilityMenuListOption::isSelected() const function in class:WebCore::AccessibilityMenuListOption
H A DAccessibilityListBoxOption.cpp75 bool AccessibilityListBoxOption::isSelected() const function in class:WebCore::AccessibilityListBoxOption
187 bool isOptionSelected = isSelected();
H A DAccessibilityRenderObject.cpp590 bool AccessibilityRenderObject::isSelected() const function in class:WebCore::AccessibilityRenderObject
2005 if (child->isSelected() && child->ariaRoleAttribute() == ListBoxOptionRole) {
2436 if (allRows[k]->isSelected()) {
H A DAccessibilityObject.h354 virtual bool isSelected() const { return false; } function in class:WebCore::AccessibilityObject
/external/proguard/src/proguard/gui/
H A DClassSpecificationsPanel.java203 boolean isSelected,
215 if (isSelected)
200 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DClassPathPanel.java361 boolean isSelected,
395 if (isSelected)
358 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
H A DMemberSpecificationsPanel.java224 boolean isSelected,
248 if (isSelected)
221 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRuleListController.java119 boolean isSelected, boolean hasFocus) {
117 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean hasFocus) argument
H A DTestCaseEditController.java603 boolean isSelected, boolean hasFocus) {
626 pane.setBackground(isSelected ? Color.LIGHT_GRAY : Color.WHITE);
601 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean hasFocus) argument
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
H A DViewElement.java174 public boolean isSelected() { method in class:ViewElement
175 return view.isSelected();
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
H A DUiAutomationElement.java138 public boolean isSelected() { method in class:UiAutomationElement
139 return node.isSelected();
/external/chromium/chrome/browser/resources/net_internals/
H A Dsourceentry.js23 SourceEntry.prototype.isSelected = function() {
27 SourceEntry.prototype.setSelectedStyles = function(isSelected) {
28 changeClassName(this.row_, 'selected', isSelected);
29 this.getSelectionCheckbox().checked = isSelected;
131 SourceEntry.prototype.setSelected = function(isSelected) {
132 if (isSelected == this.isSelected())
135 this.isSelected_ = isSelected;
137 this.setSelectedStyles(isSelected);
138 this.parentView_.modifySelectionArray(this, isSelected);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp187 bool HitTestResult::isSelected() const function in class:WebCore::HitTestResult
H A DRenderReplaced.cpp188 if (isSelected() && m_inlineBoxWrapper) {
498 if (!isSelected())
512 if (checkWhetherSelected && !isSelected())
533 root->setHasSelectedChildren(isSelected());
536 bool RenderReplaced::isSelected() const function in class:WebCore::RenderReplaced
H A DInlineTextBox.cpp136 bool InlineTextBox::isSelected(int startPos, int endPos) const function in class:WebCore::InlineTextBox
152 // See the corresponding code in InlineTextBox::isSelected.
/external/droiddriver/src/com/google/android/droiddriver/
H A DUiElement.java120 boolean isSelected(); method in interface:UiElement
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAccessibilityObject.cpp355 bool WebAccessibilityObject::isSelected() const function in class:WebKit::WebAccessibilityObject
360 return m_private->isSelected();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java315 public boolean isSelected() { method in class:ShadowView
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 561 milliseconds

12