Home
last modified time | relevance | path

Searched refs:subtitle (Results 1 – 25 of 40) sorted by relevance

12

/external/webkit/Source/WebCore/inspector/front-end/
DSidebarTreeElement.js66 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;
DScopeChainSidebarPane.js64 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 + ":" : "") …
DPlacard.js26 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
DCallStackSidebarPane.js53 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);
DSection.js30 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
DPropertiesSection.js30 WebInspector.PropertiesSection = function(title, subtitle) argument
32 WebInspector.Section.call(this, title, subtitle);
DProfilesPanel.js457 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…
DResourcesPanel.js199 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 …]
DStylesSidebarPane.js642 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;
DObjectPropertiesSection.js27 WebInspector.ObjectPropertiesSection = function(object, title, subtitle, emptyPlaceholder, ignoreHa… argument
36 WebInspector.PropertiesSection.call(this, title, subtitle);
DnetworkPanel.css114 .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
Dinspector.css1292 .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 …]
DNetworkPanel.js189 _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);
DCookieItemsView.js103 …this._treeElement.subtitle = String.sprintf(WebInspector.UIString("%d cookies (%s)"), this._cookie…
DApplicationCacheItemsView.js171 … this._treeElement.subtitle = WebInspector.UIString("%s (%s)", lastPathComponent, totalSizeString);
DDetailedHeapshotView.js768 profile.sideBarElement.subtitle = Number.bytesToString(s.totalSize);
/external/bison/lib/
Dbitsetv.c141 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/
DAppWidgetManagerTest.java44 assertEquals("Hola", ((TextView) widgetView.findViewById(R.id.subtitle)).getText()); in createWidget_shouldInflateViewAndAssignId()
104 remoteViews.setTextViewText(R.id.subtitle, "Hola"); in onUpdate()
/external/v8/benchmarks/
Dstyle.css37 div.subtitle {
/external/webkit/Source/WebKit/qt/docs/
Dqtwebkit.qdocconf192 ".subtitle { font-size: 0.8em }"\
193 ".small-subtitle { font-size: 0.65em }"
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
DR.java16 public static final int subtitle = nextId++; field in R.id
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
DViewLoaderTest.java254 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/
DREADME234 - concat titlepage + subtitle page in fo output
/external/e2fsprogs/doc/
Dlibext2fs.texinfo24 @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/
Dflex.texi79 @subtitle A fast scanner generator
80 @subtitle Edition @value{EDITION}, @value{UPDATED}

12