Searched refs:expanded (Results 1 - 25 of 148) sorted by relevance

123456

/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dprocess_track_base.css17 .process-track-base:not(.expanded) > .track {
27 .process-track-header > expand-button.expand-button-expanded {
32 .process-track-header> expand-button:not(.expand-button-expanded) {
H A Dprocess_track_base.js46 this.classList.add('expanded');
49 this.expandEl_.classList.add('expand-button-expanded');
70 this.expanded = modelSettings.getSettingFor(
71 this.processBase_, 'expanded', true);
77 get expanded() {
78 return this.expandEl_.classList.contains('expand-button-expanded');
81 set expanded(expanded) {
82 expanded = !!expanded;
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dexpandable_bubble.js53 * when the bubble is expanded.
117 if (!this.expanded)
122 this.style.top = this.expanded ?
137 var closeWidth = this.expanded ? closeElement.clientWidth : 0;
144 if (this.expanded) {
159 // Width is determined by the width of the title (when not expanded) but
175 this.expanded = true;
187 this.expanded = false;
200 if (!this.expanded) {
255 if (this.expanded) {
[all...]
H A Dtree.js126 treeItem.expanded = !treeItem.expanded;
162 if (item.expanded)
163 item.expanded = false;
167 if (!item.expanded)
168 item.expanded = true;
377 * Whether the tree item is expanded or not.
380 get expanded() {
381 return this.hasAttribute('expanded');
383 set expanded(
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
H A Dplugin_list.js193 * the list is not expanded.
203 * Whether this item is expanded or not.
208 * Whether this item is expanded or not.
211 get expanded() {
214 set expanded(expanded) {
215 if (this.expanded_ == expanded) {
218 this.expanded_ = expanded;
219 if (expanded) {
224 oldExpanded.expanded
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DDocumentXMLTreeViewer.js168 collapsible.expanded.start.appendChild(createTag(node, false, false));
170 nodeParentPairs.push({parentElement: collapsible.expanded.content, node: child});
171 collapsible.expanded.end.appendChild(createTag(node, true, false));
188 collapsible.expanded.start.appendChild(createComment('<!--'));
189 collapsible.expanded.content.appendChild(createComment(node.nodeValue));
190 collapsible.expanded.end.appendChild(createComment('-->'));
208 collapsible.expanded.start.appendChild(createText('<![CDATA['));
209 collapsible.expanded.content.appendChild(createText(node.nodeValue));
210 collapsible.expanded.end.appendChild(createText(']]>'));
228 collapsible.expanded
[all...]
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Devents.css21 .expanded .attrib-column {
/external/e2fsprogs/po/
H A Dat-expand.pl5 "#. since the strings are expanded in two different ways. First of all,\n",
6 "#. there is an \@-expansion, where strings like \"\@i\" are expanded to\n",
14 "#. if \"bblock\" (which indicated that \"\@b\" would be expanded to \"block\")\n",
15 "#. is translated as \"ddatenverlust\", then \"\@d\" will be expanded to\n",
67 my $expanded = 0;
120 $expanded++;
124 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n";
132 $expanded++;
135 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n";
139 if ($expanded) {
[all...]
/external/clang/www/analyzer/scripts/
H A Dexpandcollapse.js11 // array[group][cell] of { 'height', 'expanded' }.
15 // expanded: boolean; is a cell expanded or collapsed?
24 // Returns { 'height', 'expanded' } info for a cell with a given id.
86 (getCellInfo(this.id).expanded ? "arrows_light.gif"
91 (getCellInfo(this.id).expanded ? "arrows_dark.gif"
96 (getCellInfo(this.id).expanded ? "arrows_light.gif"
112 'expanded' : false };
147 if (cellInfo.expanded) {
148 // Cell is expanded
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DSection.js105 get expanded()
110 set expanded(x)
194 this.element.classList.add("expanded");
207 this.element.classList.remove("expanded");
212 this.expanded = !this.expanded;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DPropertiesSidebarPane.js135 var expanded = [];
138 expanded.push(sections[i].expanded);
154 if (expanded[this.sections.length - 1])
/external/chromium_org/third_party/mesa/src/scons/
H A Dsource_list.py44 expanded = ''
49 expanded += val[cur:]
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
56 return expanded
/external/mesa3d/scons/
H A Dsource_list.py44 expanded = ''
49 expanded += val[cur:]
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
56 return expanded
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.css151 button.toggle-expanded-value {
159 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
163 tbody:not(.has-overflowed-value) > tr.expanded-value-container,
164 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
168 td.expanded-value {
H A Dpolicy_android.css177 button.toggle-expanded-value {
185 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
189 tbody:not(.has-overflowed-value) > tr.expanded-value-container,
190 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
194 td.expanded-value {
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/
H A Daudio_player_model.js17 expanded: false,
H A Daudio_player.js19 var observer = new PathObserver(this.model_, 'expanded');
30 * Whether if the playlist is expanded or not. This value is changed by
32 * True: expanded, false: collapsed, null: unset.
106 this.isExpanded_ = this.model_.expanded;
263 * Toggles the expanded mode when resizing.
272 this.model_.expanded = true;
276 this.model_.expanded = false;
304 * Default number of items in the expanded mode.
311 * Minimum size of the window in the expanded mode in pixels.
319 * Invoked when the 'expanded' propert
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dtree.css37 .tree-item[expanded] > .tree-row > .expand-icon {
58 .tree-children[expanded] {
/external/clang/test/Preprocessor/
H A Dassembler-with-cpp.c21 // Unknown directives are expanded.
41 #define M4 expanded
45 // CHECK-Identifiers-False: 5: expanded (
/external/chromium_org/chrome/browser/resources/uber/
H A Duber.css54 .iframe-container.expanded {
/external/chromium_org/ui/webui/resources/css/
H A Dexpandable_bubble.css49 .expandable-bubble[expanded] > .expandable-bubble-contents >
65 .expandable-bubble[expanded] {
70 .expandable-bubble[expanded] > .expandable-bubble-close {
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DVariableInfo.cpp45 std::vector<ShaderVariable> *expanded);
51 std::vector<ShaderVariable> *expanded)
61 ExpandUserDefinedVariable(variable, lname, lmappedName, markStaticUse, expanded);
66 ExpandUserDefinedVariable(variable, name, mappedName, markStaticUse, expanded);
76 // Mark all expanded fields as used if the parent is used
88 expanded->push_back(expandedVar);
96 std::vector<ShaderVariable> *expanded)
109 expanded);
426 std::vector<ShaderVariable> *expanded)
431 ExpandVariable(variable, variable.name, variable.mappedName, variable.staticUse, expanded);
47 ExpandVariable(const ShaderVariable &variable, const std::string &name, const std::string &mappedName, bool markStaticUse, std::vector<ShaderVariable> *expanded) argument
92 ExpandUserDefinedVariable(const ShaderVariable &variable, const std::string &name, const std::string &mappedName, bool markStaticUse, std::vector<ShaderVariable> *expanded) argument
425 ExpandVariables(const std::vector<VarT> &compact, std::vector<ShaderVariable> *expanded) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditsPanel.js346 * @param {boolean=} expanded
349 WebInspector.AuditRuleResult = function(value, expanded, className)
353 this.expanded = expanded;
384 * @param {boolean=} expanded
388 addChild: function(value, expanded, className)
392 var entry = new WebInspector.AuditRuleResult(value, expanded, className);
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.css526 .pod.public-account.expanded {
530 .pod.public-account.expanded.advanced {
538 .pod.public-account.expanded .name-container {
555 .expanded-pane {
559 .pod.public-account.animating .expanded-pane,
560 .pod.public-account.expanded .expanded-pane {
568 .expanded-pane-contents {
576 .pod.public-account.transitioning-to-advanced .expanded-pane-contents {
580 .pod.public-account.expanded
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A Dtreeoutline.js45 this.expanded = true;
140 child.expanded = child.treeOutline._expandedStateMap.get(child.representedObject);
357 if (this.selectedTreeElement.expanded) {
379 if (this.selectedTreeElement.expanded) {
457 this.expanded = false;
558 if (x && this.expanded)
599 if (this.expanded)
600 this._listItemNode.classList.add("expanded");
620 if (this.expanded)
679 if (element.treeElement.expanded) {
[all...]

Completed in 1437 milliseconds

123456