Home
last modified time | relevance | path

Searched refs:isSelected (Results 1 – 25 of 55) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/net_internals/
Dsource_row.js169 isSelected: function() { method in SourceRow
173 setSelected: function(isSelected) { argument
174 if (isSelected == this.isSelected())
177 this.isSelected_ = isSelected;
179 this.setSelectedStyles(isSelected);
180 this.parentView_.modifySelectionArray(this.getSourceId(), isSelected);
184 setSelectedStyles: function(isSelected) { argument
185 this.isSelected_ = isSelected;
186 this.getSelectionCheckbox().checked = isSelected;
198 if (this.isSelected())
[all …]
/external/chromium/chrome/browser/resources/net_internals/
Dsourceentry.js23 SourceEntry.prototype.isSelected = function() { method in SourceEntry
27 SourceEntry.prototype.setSelectedStyles = function(isSelected) { argument
28 changeClassName(this.row_, 'selected', isSelected);
29 this.getSelectionCheckbox().checked = isSelected;
131 SourceEntry.prototype.setSelected = function(isSelected) { argument
132 if (isSelected == this.isSelected())
135 this.isSelected_ = isSelected;
137 this.setSelectedStyles(isSelected);
138 this.parentView_.modifySelectionArray(this, isSelected);
Dtabswitcherview.js156 TabEntry.prototype.setSelected = function(isSelected) { argument
157 this.active = isSelected;
158 changeClassName(this.getTabHandleNode(), 'selected', isSelected);
159 this.contentView.show(isSelected);
/external/proguard/src/proguard/gui/
DProGuardGUI.java1109 if (boilerplateKeepCheckBoxes[index].isSelected()) in getProGuardConfiguration()
1119 if (boilerplateKeepNamesCheckBoxes[index].isSelected()) in getProGuardConfiguration()
1138 if (boilerplateNoSideEffectMethodCheckBoxes[index].isSelected()) in getProGuardConfiguration()
1163 …iguration.shrink = shrinkCheckBox .isSelected(); in getProGuardConfiguration()
1164 …Usage = printUsageCheckBox .isSelected() ? new File(pri… in getProGuardConfiguration()
1166 …iguration.optimize = optimizeCheckBox .isSelected(); in getProGuardConfiguration()
1167 …iguration.allowAccessModification = allowAccessModificationCheckBox .isSelected(); in getProGuardConfiguration()
1168 …iguration.mergeInterfacesAggressively = mergeInterfacesAggressivelyCheckBox .isSelected(); in getProGuardConfiguration()
1172 …iguration.obfuscate = obfuscateCheckBox .isSelected(); in getProGuardConfiguration()
1173 …Mapping = printMappingCheckBox .isSelected() ? new File(pri… in getProGuardConfiguration()
[all …]
DClassSpecificationDialog.java416 boolean markClasses = !keepClassMembersRadioButton .isSelected(); in getKeepSpecification()
417 boolean markConditionally = keepClassesWithMembersRadioButton.isSelected(); in getKeepSpecification()
418 boolean allowShrinking = allowShrinkingCheckBox .isSelected(); in getKeepSpecification()
419 boolean allowOptimization = allowOptimizationCheckBox .isSelected(); in getKeepSpecification()
420 boolean allowObfuscation = allowObfuscationCheckBox .isSelected(); in getKeepSpecification()
511 if (radioButtons[0].isSelected()) in getClassSpecificationRadioButtons()
515 else if (radioButtons[1].isSelected()) in getClassSpecificationRadioButtons()
DClassSpecificationsPanel.java203 boolean isSelected, in getListCellRendererComponent() argument
215 if (isSelected) in getListCellRendererComponent()
DMemberSpecificationsPanel.java224 boolean isSelected, in getListCellRendererComponent() argument
248 if (isSelected) in getListCellRendererComponent()
DClassPathPanel.java361 boolean isSelected, in getListCellRendererComponent() argument
395 if (isSelected) in getListCellRendererComponent()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCFlatButton.java63 boolean isSelected = m_down | m_selected; in CFlatButton()
64 Color faceColor = isSelected ? COLOR_FACE_SELECTED : COLOR_FACE; in CFlatButton()
66 isSelected ? COLOR_BORDER_GRADIENT1_SELECTED : COLOR_BORDER_GRADIENT1; in CFlatButton()
68 isSelected ? COLOR_BORDER_GRADIENT2_SELECTED : COLOR_BORDER_GRADIENT2; in CFlatButton()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXMenuListOption.cpp64 return !m_parent->isOffScreen() || isSelected(); in isVisible()
73 bool AXMenuListOption::isSelected() const in isSelected() function in WebCore::AXMenuListOption
DAXListBox.cpp98 if (listBoxOption->isSelected()) in setSelectedChildren()
121 if (toAXListBoxOption(m_children[i].get())->isSelected()) in selectedChildren()
DAXListBoxOption.cpp75 bool AXListBoxOption::isSelected() const in isSelected() function in WebCore::AXListBoxOption
187 bool isOptionSelected = isSelected(); in setSelected()
DAXMenuListOption.h54 virtual bool isSelected() const OVERRIDE;
DAXListBoxOption.h54 virtual bool isSelected() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
Dui.js154 ui.html._topLink = function(html, onClick, isSelected) argument
156 …var cssText = isSelected ? 'font-weight: bold;' : 'color:blue;text-decoration:underline;cursor:poi…
165 var isSelected = currentFileName == fileName;
167 return ui.html._topLink(html, onClick, isSelected);
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_popup_view_cocoa.mm62 // |name| and |subtext| hint. If the suggestion |isSelected|, then it is drawn
69 selected:(BOOL)isSelected;
142 BOOL isSelected = static_cast<int>(i) == controller_->selected_line();
147 selected:isSelected];
211 selected:(BOOL)isSelected {
213 if (isSelected) {
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
DUiAutomationElement.java138 public boolean isSelected() { in isSelected() method in UiAutomationElement
139 return node.isSelected(); in isSelected()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp199 if (isSelected() && m_inlineBoxWrapper) { in shouldPaint()
552 if (!isSelected()) in selectionRectForRepaint()
566 if (checkWhetherSelected && !isSelected()) in localSelectionRect()
587 root->setHasSelectedChildren(isSelected()); in setSelectionState()
590 bool RenderReplaced::isSelected() const in isSelected() function in WebCore::RenderReplaced
DRenderReplaced.h58 bool isSelected() const;
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
DViewElement.java174 public boolean isSelected() { in isSelected() method in ViewElement
175 return view.isSelected(); in isSelected()
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
DSettingsDialog.java370 boolean fullscreen = fullscreenBox.isSelected(); in verifyAndSaveCurrentSelection()
371 boolean vsync = vsyncBox.isSelected(); in verifyAndSaveCurrentSelection()
496 if (!fullscreenBox.isSelected()) { in updateDisplayChoices()
528 if (!fullscreenBox.isSelected()) { in updateResolutionChoices()
/external/droiddriver/src/com/google/android/droiddriver/
DUiElement.java120 boolean isSelected(); in isSelected() method
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
Dbackground.js380 var isSelected = entry.querySelector('selected');
382 if (isSelected && isSelected.getAttribute('value') == 'true') {
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
Dbackground.js375 var isSelected = entry.querySelector('selected');
377 if (isSelected && isSelected.getAttribute('value') == 'true') {
/external/droiddriver/src/com/google/android/droiddriver/finders/
DAttribute.java119 return element.isSelected(); in getValue()

123