/external/webkit/Source/WebCore/inspector/front-end/ |
D | SidebarTreeElement.js | 66 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildr… argument 96 this.subtitle = subtitle; 128 get subtitle() getter in WebInspector.SidebarTreeElement 133 set subtitle(x) setter in WebInspector.SidebarTreeElement 162 var subtitle = this.subtitle; 163 if (subtitle) { 164 if (this.subtitleElement.textContent !== subtitle) 165 this.subtitleElement.textContent = subtitle;
|
D | ScopeChainSidebarPane.js | 64 var subtitle = scope.object.description; 73 subtitle = null; 80 subtitle = null; 93 if (!title || title === subtitle) 94 subtitle = null; 96 …tiesSection(WebInspector.RemoteObject.fromPayload(scope.object), title, subtitle, emptyPlaceholder… 139 …this._propertyIdentifier = section.title + ":" + (section.subtitle ? section.subtitle + ":" : "") …
|
D | Placard.js | 26 WebInspector.Placard = function(title, subtitle) argument 42 this.subtitle = subtitle; 60 get subtitle() getter in WebInspector.Placard 65 set subtitle(x) setter in WebInspector.Placard
|
D | CallStackSidebarPane.js | 53 var subtitle; 55 subtitle = WebInspector.displayNameForURL(callFrame.url); 57 subtitle = WebInspector.UIString("(internal script)"); 59 var placard = new WebInspector.Placard(title, subtitle); 65 if (placard.subtitle) 66 placard.subtitle += ":" + (lineNumber + 1); 68 placard.subtitle = WebInspector.UIString("line %d", lineNumber + 1); 69 … placard._text = WebInspector.UIString("%s() at %s", placard.title, placard.subtitle);
|
D | Section.js | 30 WebInspector.Section = function(title, subtitle) argument 52 this.subtitle = subtitle; 75 get subtitle() getter in WebInspector.Section 80 set subtitle(x) setter in WebInspector.Section
|
D | PropertiesSection.js | 30 WebInspector.PropertiesSection = function(title, subtitle) argument 32 WebInspector.Section.call(this, title, subtitle);
|
D | ProfilesPanel.js | 457 profile.sideBarElement.subtitle = WebInspector.UIString("Loading\u2026"); 465 profile.sideBarElement.subtitle = WebInspector.UIString("Loading\u2026"); 495 profile.sideBarElement.subtitle = WebInspector.UIString("Parsing\u2026"); 504 profile.sideBarElement.subtitle = ""; 522 profile.sideBarElement.subtitle = Number.bytesToString(proxy.totalSize); 525 profile.sideBarElement.subtitle = WebInspector.UIString("Parsing\u2026"); 731 …this._temporaryTakingSnapshot.sideBarElement.subtitle = WebInspector.UIString("%.2f%%", (done / to… 902 WebInspector.ProfileGroupSidebarTreeElement = function(title, subtitle) argument 904 …WebInspector.SidebarTreeElement.call(this, "profile-group-sidebar-tree-item", title, subtitle, nul…
|
D | ResourcesPanel.js | 199 var subtitle = new WebInspector.Resource(null, frame.url).displayName; 207 frameTreeElement.setTitles(title, subtitle); 214 … console.warn("No frame with id:" + parentFrameId + " to route " + title + "/" + subtitle + " to.") 218 var frameTreeElement = new WebInspector.FrameTreeElement(this, frameId, title, subtitle); 919 WebInspector.FrameTreeElement = function(storagePanel, frameId, title, subtitle) argument 923 this.setTitles(title, subtitle); 957 setTitles: function(title, subtitle) argument 960 if (subtitle) 961 this._displayName += " (" + subtitle + ")"; 965 if (subtitle) { [all …]
|
D | StylesSidebarPane.js | 642 var subtitle = ""; 646 subtitle = WebInspector.UIString("user agent stylesheet"); 648 subtitle = WebInspector.UIString("user stylesheet"); 650 subtitle = WebInspector.UIString("via inspector"); 656 if (subtitle) 657 this.subtitle = subtitle; 660 if (this.subtitle) 661 this.identifier += ":" + this.subtitle; 1053 … var subtitle = " <span style='float:right'>" + section.subtitleElement.innerHTML + "</span>"; 1055 childElement.titleHTML = title + subtitle;
|
D | ObjectPropertiesSection.js | 27 WebInspector.ObjectPropertiesSection = function(object, title, subtitle, emptyPlaceholder, ignoreHa… argument 36 WebInspector.PropertiesSection.call(this, title, subtitle);
|
D | networkPanel.css | 114 .network-cell-subtitle { 119 .network-sidebar tr.selected .network-cell-subtitle { 123 .network-header-subtitle { 127 .network-sidebar .data-grid.small .network-cell-subtitle, 128 .network-sidebar .data-grid.small .network-header-subtitle
|
D | inspector.css | 1292 .placard .subtitle { 1302 .placard.selected .subtitle { 1306 .placard .subtitle a { 1369 .section .header .subtitle, .event-bar .header .subtitle { 1377 .section .header .subtitle a { 1499 .event-bars .event-bar .header .subtitle { 1763 .sidebar-pane-subtitle { 1769 body.platform-windows .sidebar-pane-subtitle { 1773 .sidebar-pane-subtitle input, .section .header input[type=checkbox] { 1986 li.selected .base-storage-tree-element-subtitle { [all …]
|
D | NetworkPanel.js | 189 _makeHeaderFragment: function(title, subtitle) argument 195 subtitleDiv.textContent = subtitle; 1485 var subtitle = this._resource.displayDomain; 1490 subtitle += this._resource.path.substring(0, lastPathComponentIndex); 1493 this._appendSubtitle(this._nameCell, subtitle);
|
D | CookieItemsView.js | 103 …this._treeElement.subtitle = String.sprintf(WebInspector.UIString("%d cookies (%s)"), this._cookie…
|
D | ApplicationCacheItemsView.js | 171 … this._treeElement.subtitle = WebInspector.UIString("%s (%s)", lastPathComponent, totalSizeString);
|
D | DetailedHeapshotView.js | 768 profile.sideBarElement.subtitle = Number.bytesToString(s.totalSize);
|
/external/bison/lib/ |
D | bitsetv.c | 141 bitsetv_dump (FILE *file, char const *title, char const *subtitle, in bitsetv_dump() argument 149 fprintf (file, "%s %lu\n", subtitle, (unsigned long int) i); in bitsetv_dump()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | AppWidgetManagerTest.java | 44 assertEquals("Hola", ((TextView) widgetView.findViewById(R.id.subtitle)).getText()); in createWidget_shouldInflateViewAndAssignId() 104 remoteViews.setTextViewText(R.id.subtitle, "Hola"); in onUpdate()
|
/external/v8/benchmarks/ |
D | style.css | 37 div.subtitle {
|
/external/webkit/Source/WebKit/qt/docs/ |
D | qtwebkit.qdocconf | 192 ".subtitle { font-size: 0.8em }"\ 193 ".small-subtitle { font-size: 0.65em }"
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/ |
D | R.java | 16 public static final int subtitle = nextId++; field in R.id
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ |
D | ViewLoaderTest.java | 254 assertThat(mediaView.findViewById(R.id.subtitle).getVisibility(), equalTo(View.GONE)); in testViewVisibilityIsSet() 261 …assertThat(((TextView) mediaView.findViewById(R.id.subtitle)).getText().toString(), equalTo("Hello… in testTextViewTextIsSet()
|
/external/valgrind/main/docs/ |
D | README | 234 - concat titlepage + subtitle page in fo output
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 24 @c ==> Update edition number for settitle and subtitle, and in the 62 @subtitle The EXT2FS Library 63 @subtitle Version 1.41.14 64 @subtitle December 2010
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.texi | 79 @subtitle A fast scanner generator 80 @subtitle Edition @value{EDITION}, @value{UPDATED}
|