/external/chromium_org/chrome/browser/resources/net_internals/ |
D | source_row.js | 169 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/ |
D | sourceentry.js | 23 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);
|
D | tabswitcherview.js | 156 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/ |
D | ProGuardGUI.java | 1109 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 …]
|
D | ClassSpecificationDialog.java | 416 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()
|
D | ClassSpecificationsPanel.java | 203 boolean isSelected, in getListCellRendererComponent() argument 215 if (isSelected) in getListCellRendererComponent()
|
D | MemberSpecificationsPanel.java | 224 boolean isSelected, in getListCellRendererComponent() argument 248 if (isSelected) in getListCellRendererComponent()
|
D | ClassPathPanel.java | 361 boolean isSelected, in getListCellRendererComponent() argument 395 if (isSelected) in getListCellRendererComponent()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CFlatButton.java | 63 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/ |
D | AXMenuListOption.cpp | 64 return !m_parent->isOffScreen() || isSelected(); in isVisible() 73 bool AXMenuListOption::isSelected() const in isSelected() function in WebCore::AXMenuListOption
|
D | AXListBox.cpp | 98 if (listBoxOption->isSelected()) in setSelectedChildren() 121 if (toAXListBoxOption(m_children[i].get())->isSelected()) in selectedChildren()
|
D | AXListBoxOption.cpp | 75 bool AXListBoxOption::isSelected() const in isSelected() function in WebCore::AXListBoxOption 187 bool isOptionSelected = isSelected(); in setSelected()
|
D | AXMenuListOption.h | 54 virtual bool isSelected() const OVERRIDE;
|
D | AXListBoxOption.h | 54 virtual bool isSelected() const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
D | ui.js | 154 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/ |
D | autofill_popup_view_cocoa.mm | 62 // |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/ |
D | UiAutomationElement.java | 138 public boolean isSelected() { in isSelected() method in UiAutomationElement 139 return node.isSelected(); in isSelected()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderReplaced.cpp | 199 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
|
D | RenderReplaced.h | 58 bool isSelected() const;
|
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/ |
D | ViewElement.java | 174 public boolean isSelected() { in isSelected() method in ViewElement 175 return view.isSelected(); in isSelected()
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/ |
D | SettingsDialog.java | 370 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/ |
D | UiElement.java | 120 boolean isSelected(); in isSelected() method
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
D | background.js | 380 var isSelected = entry.querySelector('selected'); 382 if (isSelected && isSelected.getAttribute('value') == 'true') {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
D | background.js | 375 var isSelected = entry.querySelector('selected'); 377 if (isSelected && isSelected.getAttribute('value') == 'true') {
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
D | Attribute.java | 119 return element.isSelected(); in getValue()
|