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

12

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMenuListOption.cpp64 return !m_parent->isOffScreen() || isSelected();
73 bool AXMenuListOption::isSelected() const function in class:blink::AXMenuListOption
H A DAXListBoxOption.cpp70 bool AXListBoxOption::isSelected() const function in class:blink::AXListBoxOption
134 bool isOptionSelected = isSelected();
H A DAXRenderObject.cpp545 bool AXRenderObject::isSelected() const function in class:blink::AXRenderObject
1860 if (child->isSelected() && child->ariaRoleAttribute() == ListBoxOptionRole) {
2271 if (allRows[k]->isSelected()) {
H A DAXObject.h377 virtual bool isSelected() const { return false; } function in class:blink::AXObject
/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/
H A DUiElement.java120 boolean isSelected(); method in interface:UiElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp200 bool HitTestResult::isSelected() const function in class:blink::HitTestResult
H A DRenderReplaced.cpp198 if (isSelected() && inlineBoxWrapper()) {
502 if (!isSelected())
512 if (checkWhetherSelected && !isSelected())
540 inlineBoxWrapper()->root().setHasSelectedChildren(isSelected());
543 bool RenderReplaced::isSelected() const function in class:blink::RenderReplaced
572 LayoutRect r = isSelected() ? localSelectionRect() : visualOverflowRect();
H A DInlineTextBox.cpp151 bool InlineTextBox::isSelected(int startPos, int endPos) const function in class:blink::InlineTextBox
167 // See the corresponding code in InlineTextBox::isSelected.
/external/droiddriver/src/com/google/android/droiddriver/base/
H A DBaseUiElement.java136 public boolean isSelected() { method in class:BaseUiElement
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDraw.cpp97 bool isSelected() const { return SkToBool(fFlags & kSelected_Flag); } function in class:Draw
111 if (this->isSelected()) {
362 if ((*iter)->isSelected()) {
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp154 bool isSelected (deUint32 caseFlags) const;
187 bool PropValidator::isSelected (deUint32 caseFlags) const function in class:deqp::gles31::Functional::__anon20285::PropValidator
1760 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) &&
1806 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) &&
1858 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) &&
1918 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) &&
1956 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) &&
/external/skia/samplecode/
H A DSampleDraw.cpp97 bool isSelected() const { return SkToBool(fFlags & kSelected_Flag); } function in class:Draw
111 if (this->isSelected()) {
362 if ((*iter)->isSelected()) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp365 bool WebAXObject::isSelected() const function in class:blink::WebAXObject
370 return m_private->isSelected();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java317 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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.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/ ...

Completed in 6648 milliseconds

12