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

123

/external/webkit/Source/WebCore/html/
H A DHTMLDataGridRowElement.idl34 attribute boolean expanded; // Whether or not the row is open (if it is, child rows will be shown).
H A DHTMLDataGridRowElement.cpp68 bool HTMLDataGridRowElement::expanded() const function in class:WebCore::HTMLDataGridRowElement
73 void HTMLDataGridRowElement::setExpanded(bool expanded) argument
75 setAttribute(expandedAttr, expanded ? "" : 0);
H A DHTMLDataGridRowElement.h45 bool expanded() const;
/external/webkit/Source/WebCore/inspector/front-end/
H A DSidebarPane.js48 this.expanded = false;
88 get expanded()
93 set expanded(x)
106 this.element.addStyleClass("expanded");
116 this.element.removeStyleClass("expanded");
123 this.expanded = !this.expanded;
H A DSection.js100 get expanded()
105 set expanded(x)
152 this.element.addStyleClass("expanded");
165 this.element.removeStyleClass("expanded");
170 this.expanded = !this.expanded;
H A DWatchExpressionsSidebarPane.js42 this.expanded = WebInspector.settings.watchExpressions.length > 0;
84 this.expanded = true;
146 // with no expressions, and expanded tree, we get some extra vertical
152 this.expanded = (propertyCount != 0);
236 var context = { expanded: this.expanded };
H A Dtreeoutline.js40 this.expanded = true;
78 child.expanded = child.treeOutline._treeElementsExpandedState[child.identifier];
126 child.expanded = child.treeOutline._treeElementsExpandedState[child.identifier];
362 if (this.selectedTreeElement.expanded) {
382 if (this.selectedTreeElement.expanded) {
456 this.expanded = false;
557 if (x && this.expanded)
603 if (this.expanded)
604 this._listItemNode.addStyleClass("expanded");
624 if (this.expanded)
[all...]
H A DScopeChainSidebarPane.js51 if (section.expanded)
101 section.expanded = true;
H A DTextViewer.js429 var wasExpanded = oldChunk.expanded;
430 oldChunk.expanded = false;
459 prefixChunk.expanded = true;
460 lineChunk.expanded = true;
462 suffixChunk.expanded = true;
548 if (!chunk.expanded)
585 this._textChunks[i].expanded = false;
587 this._textChunks[i].expanded = false;
589 this._textChunks[i].expanded = true;
657 chunk.expanded
[all...]
H A DExtensionAuditCategory.js95 var addedNode = parent.addChild(node.contents, node.expanded);
H A DAuditsPanel.js371 WebInspector.AuditRuleResult = function(value, expanded, className)
375 this.expanded = expanded;
390 addChild: function(value, expanded, className)
394 var entry = new WebInspector.AuditRuleResult(value, expanded, className);
H A DResourceHeadersView.js58 this._requestHeadersTreeElement.expanded = true;
68 this._queryStringTreeElement.expanded = true;
74 this._formDataTreeElement.expanded = true;
80 this._requestPayloadTreeElement.expanded = true;
86 this._responseHeadersTreeElement.expanded = true;
H A DDataGrid.js148 this.expanded = true;
606 if (this.expanded)
740 if (this.selectedNode.expanded) {
760 if (this.selectedNode.expanded) {
912 if (gridNode.expanded) {
1018 if (this.expanded)
1019 this._element.addStyleClass("expanded");
1055 if (!currentAncestor.expanded) {
1080 if (this.expanded)
1081 this._element.addStyleClass("expanded");
[all...]
/external/webkit/Source/WebCore/xml/
H A DXMLViewer.js143 collapsible.expanded.start.appendChild(createTag(node, false, false));
145 nodeParentPairs.push({parentElement: collapsible.expanded.content, node: child});
146 collapsible.expanded.end.appendChild(createTag(node, true, false));
163 collapsible.expanded.start.appendChild(createComment('<!--'));
164 collapsible.expanded.content.appendChild(createComment(node.nodeValue));
165 collapsible.expanded.end.appendChild(createComment('-->'));
183 collapsible.expanded.start.appendChild(createText('<![CDATA['));
184 collapsible.expanded.content.appendChild(createText(node.nodeValue));
185 collapsible.expanded.end.appendChild(createText(']]>'));
203 collapsible.expanded
[all...]
/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;
119 $expanded++;
123 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n";
131 $expanded++;
134 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n";
138 if ($expanded) {
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dtree.js125 treeItem.expanded = !treeItem.expanded;
159 if (item.expanded)
160 item.expanded = false;
164 if (!item.expanded)
165 item.expanded = true;
349 * Whether the tree item is expanded or not.
352 get expanded() {
353 return this.hasAttribute('expanded');
355 set expanded(
[all...]
/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/chrome/browser/resources/options/
H A Dcookies_list.js63 * stateless. We cache the expanded item in @{code CookiesList} though, so it
122 get expanded() {
125 set expanded(expanded) {
126 if (this.expanded_ == expanded)
128 this.expanded_ = expanded;
129 if (expanded) {
134 oldExpanded.expanded = false;
191 if (this.expanded)
228 if (this.expanded)
[all...]
H A Dcertificate_tree.js108 // Make tree expanded by default.
109 item.expanded = true;
/external/chromium/chrome/browser/resources/
H A Dcookies_tree.js74 get expanded() {
75 return TreeItem.prototype.__lookupGetter__('expanded').call(this);
77 set expanded(b) {
78 if (b && this.expanded != b)
81 TreeItem.prototype.__lookupSetter__('expanded').call(this, b);
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
H A Dbookmark_tree.js12 // Manager for persisting the expanded state.
23 * @param {string} The bookmark ID of the tree item that was expanded or
25 * @param {boolean} expanded Whether the tree item was expanded.
27 set: function(id, expanded) {
28 if (expanded)
38 * @return {boolean} Whether the tree item should be expanded.
68 * Saves the expanded state to the localStorage.
148 parent.expanded = true;
259 item.expanded
[all...]
/external/oprofile/libregex/
H A Dop_regex.cpp117 string last, expanded(input);
120 last = expanded;
121 expanded = substitute_definition(last);
122 if (expanded == last)
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js125 if (node.expanded) {
128 node.expanded = false;
141 node.expanded = false;
158 node.expanded = false;
179 if (node.children_data && !node.expanded) {
188 node.expanded = true;
304 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
331 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
/external/junit/src/junit/swingui/
H A DTestSuitePanel.java56 boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) {
58 Component c= super.getTreeCellRendererComponent(tree, value, sel, expanded, leaf, row, hasFocus);
55 getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.h103 // currently expanded or in the process of expanding).
104 bool expanded() { function in class:StatusBubbleGtk

Completed in 517 milliseconds

123