Searched refs:selected (Results 1 - 25 of 374) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/help/
H A Dchannel_change_page.css20 .show-when-selected-channel-requires-powerwash,
21 .show-when-selected-channel-requires-delayed-update,
22 .show-when-selected-channel-good,
23 .show-when-selected-channel-unstable {
27 .selected-channel-requires-powerwash
28 .show-when-selected-channel-requires-powerwash,
29 .selected-channel-requires-delayed-update
30 .show-when-selected-channel-requires-delayed-update,
31 .selected-channel-good .show-when-selected
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-drawer-panel/
H A Dcore-drawer-panel-extracted.js33 * The panel that is being selected. `drawer` for the drawer panel and
36 * @attribute selected
40 selected: {value: null, reflect: true},
43 * The panel to be selected when `core-drawer-panel` changes to narrow
108 this.selected = this.selected === 'main' ? 'drawer' : 'main';
117 this.selected = 'drawer';
126 this.selected = 'main';
131 this.selected = this.defaultSelected;
145 if (this.selected
[all...]
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_delegate.cc29 : selected(false),
37 : selected(false) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElementTest.cpp43 "<option value='111' selected id='2'>!666</option>"
54 EXPECT_FALSE(opt0->selected());
55 EXPECT_TRUE(opt2->selected());
59 // Clear the selected state, to be restored by restoreFormControlState.
61 ASSERT_FALSE(opt2->selected());
66 EXPECT_FALSE(opt0->selected());
67 EXPECT_TRUE(opt2->selected());
75 "<option value='111' selected id='2'>!666</option>"
76 "<option value='999' selected id='3'>999</option></select>"), ASSERT_NO_EXCEPTION);
85 // Test passes if the selected option
[all...]
H A DHTMLOptionElement.idl25 [Default=Undefined] optional boolean selected),
32 [Reflect=selected] attribute boolean defaultSelected;
33 attribute boolean selected;
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DVideoTrack.h16 static PassRefPtrWillBeRawPtr<VideoTrack> create(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool selected) argument
18 return adoptRefWillBeNoop(new VideoTrack(id, kind, label, language, selected));
22 bool selected() const { return m_selected; } function in class:blink::FINAL
25 // Set selected to false without notifying the owner media element. Used when
26 // another video track is selected, implicitly deselecting this one.
38 VideoTrack(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool selected);
H A DVideoTrack.cpp12 VideoTrack::VideoTrack(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool selected) argument
14 , m_selected(selected)
23 void VideoTrack::setSelected(bool selected) argument
25 if (selected == m_selected)
28 m_selected = selected;
32 mediaElement()->selectedVideoTrackChanged(selected ? &selectedTrackId : 0);
/external/chromium_org/third_party/polymer/components/core-animated-pages/transitions/
H A Dhero-transition.css7 polyfill-next-selector { content: ':host > .core-selected[animate] [hero]'; }
8 ::content > .core-selected[animate] /deep/ [hero],
9 ::content > .core-selected[animate]::shadow [hero] {
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
H A Dhero-transition.css7 polyfill-next-selector { content: ':host > .core-selected[animate] [hero]'; }
8 ::content > .core-selected[animate] /deep/ [hero],
9 ::content > .core-selected[animate]::shadow [hero] {
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_image_util.h21 // It returns the "selected" image when |selected| is
24 gfx::ImageSkia GetRadioButtonImage(bool selected);
/external/chromium_org/third_party/polymer/components-chromium/core-menu-button/
H A Dcore-menu-button-extracted.js11 * The index of the selected menu item.
12 * @attribute selected
15 selected: '',
55 * The selected menu item.
/external/chromium_org/third_party/polymer/components-chromium/core-selector/
H A Dcore-selector-extracted.js6 * Gets or sets the selected element. Default to use the index
14 * <core-selector valueattr="label" selected="foo">
30 * this.$.selector.selected = ['foo', 'zot'];
32 * @attribute selected
36 selected: null,
48 * Specifies the attribute to be used for "selected" attribute.
57 * Specifies the CSS class to be used to add to the selected element.
61 * @default 'core-selected'
63 selectedClass: 'core-selected',
66 * Specifies the property to be used to set on the selected elemen
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dfile_types.css15 tree:focus .tree-item[selected] > .tree-row > [file-type-icon],
16 list:focus [selected] [file-type-icon],
17 list.autocomplete-suggestions [selected] [file-type-icon] {
29 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='archive'],
30 list:focus [selected] [file-type-icon='archive'],
31 list.autocomplete-suggestions [selected] [file-type-icon='archive'] {
43 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='audio'],
44 list:focus [selected] [file-type-icon='audio'],
45 list.autocomplete-suggestions [selected] [file-type-icon='audio'] {
57 tree:focus .tree-item[selected] >
[all...]
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_dialog_controller.h47 Entry(const MediaGalleryPrefInfo& pref_info, bool selected) argument
49 selected(selected) {
54 bool selected; member in struct:MediaGalleriesDialogController::Entry
85 virtual void DidToggleEntry(MediaGalleryPrefId id, bool selected) = 0;
90 // The forget command in the context menu was selected.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DPlacard.js43 this.selected = false;
76 get selected()
81 set selected(x)
94 this.element.classList.add("selected");
102 this.element.classList.remove("selected");
107 this.selected = !this.selected;
/external/chromium-trace/trace-viewer/src/ui/
H A Dlist_view_test.js26 i2.selected = true;
27 assertTrue(i2.hasAttribute('selected'));
28 i3.selected = true;
29 assertFalse(i2.hasAttribute('selected'));
30 assertTrue(i3.hasAttribute('selected'));
44 i2.selected = true;
H A Dlist_view.css22 .x-list-view:focus > .list-item[selected] {
28 .x-list-view > .list-item[selected] {
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dtrace_model_event.js29 selected: false,
/external/chromium_org/third_party/polymer/components/core-menu/
H A Dcore-submenu.css15 :host(.core-selected, [active]) {
/external/chromium_org/third_party/polymer/components-chromium/core-menu/
H A Dcore-submenu.css15 :host(.core-selected, [active]) {
/external/chromium_org/ui/webui/resources/css/
H A Dlist.css61 list > [selected],
62 grid > [selected] {
70 list:focus > [selected],
71 grid:focus > [selected] {
76 list:focus > [lead][selected],
77 list > [selected]:hover,
78 grid:focus > [lead][selected],
79 grid > [selected]:hover {
H A Dtabs.css57 tabs > :not([selected]) {
61 tabs.new-style-tabs > :not([selected]) {
66 tabs > :not([selected]):hover {
70 tabs.new-style-tabs > :not([selected]):hover {
75 tabs > [selected] {
84 tabs.new-style-tabs > [selected] {
94 html.focus-outline-visible tabs:focus > [selected] {
118 tabpanels > [selected] {
/external/chromium-trace/trace-viewer/src/tracing/
H A Dselection.js25 get selected() {
26 return this.slice.selected;
28 set selected(v) {
29 this.slice.selected = v;
48 get selected() {
52 set selected(v) {
75 get selected() {
76 return this.objectSnapshot.selected;
78 set selected(v) {
79 this.objectSnapshot.selected
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
H A Dlist.css37 list:not([hasElementFocus]) > [selected],
38 list:not([hasElementFocus]) > [lead][selected] {
43 list[hasElementFocus] > [selected],
44 list[hasElementFocus] > [lead][selected],
45 list:not([hasElementFocus]) > [selected]:hover,
46 list:not([hasElementFocus]) > [selected][lead]:hover {
88 list > *:not(:hover):not([selected]) .close-button,
/external/chromium_org/tools/linux/tests/
H A Dprocfs_tests.py86 selected = [0, 2, 4, 7]
89 self._expected_as_dict(selected[index]))
93 selected = [1, 3, 6, 9]
96 self._expected_as_dict(selected[index]))
100 selected = [0, 1, 2, 3, 4, 6, 7, 9]
103 self._expected_as_dict(selected[index]))

Completed in 1038 milliseconds

1234567891011>>