Searched refs:selectedOption (Results 1 – 16 of 16) sorted by relevance
53 var selectedOption = this._selectElement[this._selectElement.selectedIndex];54 if (!selectedOption)57 WebInspector.context.setFlavor(WebInspector.Target, selectedOption.__target);
606 this._filterComboBox.element.title = this._filterComboBox.selectedOption().title;
92 if (resourceId === this._resourceSelector.selectedOption().value)152 var selectedOption = this._resourceSelector.selectedOption();153 if (this._currentOption === selectedOption)162 this._currentOption = selectedOption;264 var selectedResourceId = this._resourceSelector.selectedOption().value;272 if (selectedResourceId !== this._resourceSelector.selectedOption().value)
205 var selectedContextId = this._replayContextSelector.selectedOption().value;214 if (selectedContextId !== this._replayContextSelector.selectedOption().value)875 return !this._capturingModeSelector.selectedOption().value;964 var option = this._frameSelector.selectedOption();
390 switch (this.viewSelectComboBox.selectedOption().value) {
736 label: this._filterSelect.selectedOption().label
31 var selectedOption = options[this.element.selectedIndex];32 … this.dispatchEventToListeners(WebInspector.DropDownMenu.Events.ItemSelected, selectedOption.id);
567 selectedOption: function() method in WebInspector.StatusBarComboBox
397 var selectedOption = this.color.getSelectedOption();398 if (!selectedOption) {401 cjt.print.color = {type: selectedOption.type};402 if (selectedOption.hasOwnProperty('vendor_id')) {403 cjt.print.color.vendor_id = selectedOption.vendor_id;
158 var selectedOption = this.settingsSelectElement[this.settingsSelectElement.selectedIndex];159 WebInspector.settings.eventListenersFilter.set(selectedOption.value);
187 var selectedOption = conditionsSelectElement.options[conditionsSelectElement.selectedIndex];188 conditionsSelectElement.title = selectedOption.title;189 var presetId = selectedOption.value;
1154 HTMLOptionElement* selectedOption = 0; in resetImpl() local1163 if (selectedOption && !m_multiple) in resetImpl()1164 selectedOption->setSelectedState(false); in resetImpl()1166 selectedOption = toHTMLOptionElement(element); in resetImpl()1174 if (!selectedOption && firstOption && !m_multiple && m_size <= 1) in resetImpl()
324 NSString* selectedOption = [fCurrentList.fOptions getSelectedOption];325 fCurrentList.fCell.detailTextLabel.text = selectedOption;
542 var selectedOption = this._timelineSortSelector[selectedIndex];543 var value = selectedOption.value;
410 var option = this._executionContextSelector.selectedOption();