HomeSort by relevance Sort by last modified time
    Searched refs:expanded (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/WebCore/html/
HTMLDataGridRowElement.idl 34 attribute boolean expanded; // Whether or not the row is open (if it is, child rows will be shown).
HTMLDataGridRowElement.cpp 68 bool HTMLDataGridRowElement::expanded() const function in class:WebCore::HTMLDataGridRowElement
73 void HTMLDataGridRowElement::setExpanded(bool expanded)
75 setAttribute(expandedAttr, expanded ? "" : 0);
HTMLDataGridRowElement.h 45 bool expanded() const;
  /external/webkit/Source/WebCore/inspector/front-end/
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;
Section.js 100 get expanded()
105 set expanded(x)
152 this.element.addStyleClass("expanded");
165 this.element.removeStyleClass("expanded");
170 this.expanded = !this.expanded;
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 };
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...]
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 = false
    [all...]
ExtensionAuditCategory.js 95 var addedNode = parent.addChild(node.contents, node.expanded);
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);
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;
DataGrid.js 148 this.expanded = true;
606 if (this.expanded)
740 if (this.selectedNode.expanded) {
760 if (this.selectedNode.expanded) {
912 if (gridNode.expanded) {
    [all...]
ScopeChainSidebarPane.js 51 if (section.expanded)
101 section.expanded = true;
  /external/webkit/Source/WebCore/xml/
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.start.appendChild(createComment('<?' + node.nodeName))
    [all...]
  /external/e2fsprogs/po/
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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 37 public View row; // the outer expanded view
39 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry
56 * Return whether the entry can be expanded.
62 * Return whether the entry has been manually expanded by the user.
68 * Set the flag indicating that this was manually expanded by the user.
129 View expanded, StatusBarIconView icon) {
135 entry.expanded = expanded;
154 if (e.expanded != null) { // the view successfully inflated
166 if (e.expanded != null) { // the view successfully inflate
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List6.java 367 public SpeechView(Context context, String title, String dialogue, boolean expanded) {
383 mDialogue.setVisibility(expanded ? VISIBLE : GONE);
403 public void setExpanded(boolean expanded) {
404 mDialogue.setVisibility(expanded ? VISIBLE : GONE);
  /external/clang/test/Preprocessor/
assembler-with-cpp.c 21 // Unknown directives are expanded.
41 #define M4 expanded
45 // CHECK-Identifiers-False: 5: expanded (
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogGroupBuilderTest.java 313 private void assertGroupIs(int cursorPosition, int size, boolean expanded, GroupSpec group) {
316 assertEquals(expanded, group.expanded);
325 /** Whether the group should be initially expanded. */
326 public final boolean expanded; field in class:CallLogGroupBuilderTest.GroupSpec
328 public GroupSpec(int cursorPosition, int size, boolean expanded) {
331 this.expanded = expanded;
341 public void addGroup(int cursorPosition, int size, boolean expanded) {
342 groups.add(new GroupSpec(cursorPosition, size, expanded));
    [all...]
  /system/core/libcutils/
buffer.c 63 char* expanded = realloc(buffer->data, expected); local
64 if (expanded == NULL) {
69 buffer->data = expanded;
  /frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java 47 * Information about a specific list item: is it a group, if so is it expanded.
76 * and whether they are expanded.
132 boolean expanded);
138 * Cache should be reset whenever the cursor changes or groups are expanded or collapsed.
201 protected void addGroup(int cursorPosition, int size, boolean expanded) {
211 if (expanded) {
245 boolean expanded = (metadata & EXPANDED_GROUP_MASK) != 0;
250 if (expanded) {
346 boolean expanded = (group & EXPANDED_GROUP_MASK) != 0;
353 metadata.isExpanded = expanded;
    [all...]
  /external/openfst/src/include/fst/
dfs-visit.h 107 bool expanded = false; local
108 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
110 expanded = true;
184 if (!expanded && root == nstates) {
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 103 // currently expanded or in the process of expanding).
104 bool expanded() { function in class:StatusBubbleGtk
  /external/oprofile/libregex/
op_regex.cpp 117 string last, expanded(input);
120 last = expanded;
121 expanded = substitute_definition(last);
122 if (expanded == last)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 268 View expanded = null; local
271 expanded = n.tickerView.apply(mContext, content);
276 if (expanded == null) {
285 content.addView(expanded, lp);

Completed in 542 milliseconds

1 2 3 4 5 6 7