/external/webkit/Source/WebCore/html/ |
H A D | HTMLDataGridRowElement.idl | 34 attribute boolean expanded; // Whether or not the row is open (if it is, child rows will be shown).
|
H A D | HTMLDataGridRowElement.cpp | 68 bool HTMLDataGridRowElement::expanded() const function in class:WebCore::HTMLDataGridRowElement 73 void HTMLDataGridRowElement::setExpanded(bool expanded) argument 75 setAttribute(expandedAttr, expanded ? "" : 0);
|
H A D | HTMLDataGridRowElement.h | 45 bool expanded() const;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
H A D | SidebarPane.js | 48 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 D | Section.js | 100 get expanded() 105 set expanded(x) 152 this.element.addStyleClass("expanded"); 165 this.element.removeStyleClass("expanded"); 170 this.expanded = !this.expanded;
|
H A D | WatchExpressionsSidebarPane.js | 42 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 D | treeoutline.js | 40 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 D | ScopeChainSidebarPane.js | 51 if (section.expanded) 101 section.expanded = true;
|
H A D | TextViewer.js | 429 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 D | ExtensionAuditCategory.js | 95 var addedNode = parent.addChild(node.contents, node.expanded);
|
H A D | AuditsPanel.js | 371 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 D | ResourceHeadersView.js | 58 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 D | DataGrid.js | 148 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 D | XMLViewer.js | 143 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 D | at-expand.pl | 5 "#. 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 D | tree.js | 125 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 D | assembler-with-cpp.c | 21 // Unknown directives are expanded. 41 #define M4 expanded 45 // CHECK-Identifiers-False: 5: expanded (
|
/external/chromium/chrome/browser/resources/options/ |
H A D | cookies_list.js | 63 * 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 D | certificate_tree.js | 108 // Make tree expanded by default. 109 item.expanded = true;
|
/external/chromium/chrome/browser/resources/ |
H A D | cookies_tree.js | 74 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 D | bookmark_tree.js | 12 // 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 D | op_regex.cpp | 117 string last, expanded(input); 120 last = expanded; 121 expanded = substitute_definition(last); 122 if (expanded == last)
|
/external/doclava/res/assets/templates/assets/ |
H A D | doclava-developer-reference.js | 125 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 D | TestSuitePanel.java | 56 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 D | status_bubble_gtk.h | 103 // currently expanded or in the process of expanding). 104 bool expanded() { function in class:StatusBubbleGtk
|