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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
breadcrumbList.css 45 .crumbs .crumb.collapsed > * {
49 .crumbs .crumb.collapsed::before {
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLViewer.js 145 collapsible.collapsed.content.appendChild(createTag(node, false, false));
146 collapsible.collapsed.content.appendChild(createText('...'));
147 collapsible.collapsed.content.appendChild(createTag(node, true, false));
164 collapsible.collapsed.content.appendChild(createComment('<!--'));
165 collapsible.collapsed.content.appendChild(createComment('...'));
166 collapsible.collapsed.content.appendChild(createComment('-->'));
184 collapsible.collapsed.content.appendChild(createText('<![CDATA['));
185 collapsible.collapsed.content.appendChild(createText('...'));
186 collapsible.collapsed.content.appendChild(createText(']]>'));
204 collapsible.collapsed.content.appendChild(createComment('<?' + node.nodeName))
    [all...]
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 85 The collapsed string, e.g. "Foobar" for an input of '"Foo"\n "bar"'
88 collapsed = ADJACENT_C_STRING_REGEX.sub(r'\1', string, count=1)
89 if collapsed == string:
90 return collapsed
92 string = collapsed
  /external/doclava/res/assets/templates/
diff.cs 28 .collapsed { property
67 if ($(tr).hasClass("collapsed")) {
68 $(tr).removeClass("collapsed");
76 $(tr).addClass("collapsed");
94 if ($(tr).hasClass("collapsed")) {
95 $(tr).removeClass("collapsed");
103 $(tr).addClass("collapsed");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 264 List<Property> collapsed = new ArrayList<Property>(properties.size()); local
313 collapsed.add(property);
318 collapsed.add(property);
358 collapsed.add(property);
372 collapsed.add(complex);
391 collapsed.add(subProperties.iterator().next());
422 collapsed.add(property);
432 collapsed.add(property);
435 Collections.sort(collapsed, Property.PRIORITY);
437 return collapsed;
444 List<Property> collapsed = new ArrayList<Property>(properties.size()); local
    [all...]
  /external/chromium_org/chrome/browser/resources/about_sys/
about_sys.css 130 .number-collapsed {
137 html[dir='rtl'] .number-collapsed {
161 .number-collapsed .stat-value {
about_sys.js 40 * Toggles whether an item is collapsed or expanded.
44 if (valueDiv.parentNode.className == 'number-collapsed') {
48 valueDiv.parentNode.className = 'number-collapsed';
62 valueDivs[i].parentNode.className = 'number-collapsed';
93 valueDivs[i].parentNode.className = 'number-collapsed';
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 30 /* Collapsed state for list element */
31 .tcmalloc-snapshot-view .collapsed {
35 /* Expanded state for list element. Must be located under the collapsed one. */
  /external/chromium_org/chrome/browser/resources/net_internals/
logs_view.css 11 .logs-view-log-row-collapsed .logs-view-log-cell-log {
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java 170 HtmlToken collapsed = token; local
174 collapsed = join(collapsed, next);
176 return collapsed;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.idl 32 readonly attribute boolean collapsed;
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 80 final String text = getResources().getString(R.string.collapsed, time);
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
  /developers/samples/android/ui/notifications/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 80 final String text = getResources().getString(R.string.collapsed, time);
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 80 final String text = getResources().getString(R.string.collapsed, time);
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.cc 44 const base::string16 collapsed = base::CollapseWhitespace(text, false); local
47 return collapsed.empty() ?
48 base::ASCIIToUTF16(" ") : StripJavascriptSchemas(collapsed);
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
audio_player.css 25 * In the collapsed/single-track mode they overlap the first track. */
44 .audio-player:not(.collapsed):not(.single-track) > .title-button {
70 .collapsed .title-button.collapse {
107 .audio-player.collapsed > .track-list,
109 .audio-player:not(.collapsed):not(.single-track) > .track-stack {
221 .collapsed:not(.single-track) .data-title {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePresentationModel.js 350 collapsed: function()
356 * @param {boolean} collapsed
358 setCollapsed: function(collapsed)
360 this._collapsed = collapsed;
  /external/chromium_org/ui/file_manager/file_manager/audio_player/css/
audio_player.css 34 .audio-player:not(.collapsed):not(.single-track) > .title-button {
  /external/clang/www/analyzer/scripts/
expandcollapse.js 15 // expanded: boolean; is a cell expanded or collapsed?
153 // Cell is collapsed - expand the row height to the cells original height.
158 // Update all cells (height and expanded/collapsed state) in a row according
184 // Scroll page up if a row is collapsed and the rows top is above the
  /external/lldb/www/python_reference/
epydoc.js 97 var elt = document.getElementById(id+"-collapsed");
99 var elt = document.getElementById(id+"-collapsed-linenums");
110 var elt = document.getElementById(id+"-collapsed-linenums");
114 var elt = document.getElementById(id+"-collapsed");
145 var elt = document.getElementById(id+"-collapsed");
  /developers/build/
build.gradle 217 String collapsed = collapsedPaths.get(fcd.file.path);
218 fcd.path = "${outputPath}/src/${collapsed}";
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
tts.js 77 * concatenated together with all whitespace collapsed to single
  /frameworks/base/core/java/android/widget/
TableRow.java 98 * @param collapsed true if the column must be collapsed, false otherwise
101 void setColumnCollapsed(int columnIndex, boolean collapsed) {
104 child.setVisibility(collapsed ? GONE : VISIBLE);
  /ndk/sources/host-tools/make-3.81/
read.c 460 char *collapsed = 0;
575 if (collapsed)
576 free ((char *)collapsed);
577 collapsed = (char *) xmalloc (collapsed_length);
579 strcpy (collapsed, line);
581 collapse_continuations (collapsed);
582 remove_comments (collapsed);
586 p = collapsed;
456 char *collapsed = 0; local
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 111 this.session_.collapsed = !this.session_.collapsed;
114 [this.session_.tag, this.session_.collapsed]);
117 var eventId = this.session_.collapsed ?
138 this.collapseItem_.hidden = this.session_.collapsed;
139 this.expandItem_.hidden = !this.session_.collapsed;
205 if (!this.session_.collapsed)

Completed in 725 milliseconds

1 2 3