Home
last modified time | relevance | path

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

12

/external/webkit/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.js53 var subtitle = scopeObjectProxy.description;
61 subtitle = null;
67 subtitle = null;
77 if (!title || title === subtitle)
78 subtitle = null;
80 …ion = new WebInspector.ObjectPropertiesSection(scopeObjectProxy, title, subtitle, emptyPlaceholder…
123 …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
DSection.js30 WebInspector.Section = function(title, subtitle) argument
51 this.subtitle = subtitle;
74 get subtitle() getter in WebInspector.Section
79 set subtitle(x) setter in WebInspector.Section
DCallStackSidebarPane.js58 var subtitle;
73subtitle = WebInspector.displayNameForURL(scriptOrResource.sourceURL || scriptOrResource.url);
76 if (subtitle)
77 subtitle += ":" + callFrame.line;
79 subtitle = WebInspector.UIString("line %d", callFrame.line);
82 var placard = new WebInspector.Placard(title, subtitle);
DStylesSidebarPane.js149 … attrStyle.subtitle = WebInspector.UIString("element’s “%s” attribute", attr.name);
161 inlineStyle.subtitle = WebInspector.UIString("element’s “%s” attribute", "style");
281 var subtitle = styleRule.subtitle;
282 delete styleRule.subtitle;
300 …var section = new WebInspector.StylePropertiesSection(styleRule, subtitle, computedStyle, (ruleUse…
378 WebInspector.StylePropertiesSection = function(styleRule, subtitle, computedStyle, usedProperties, … argument
428 if (!subtitle) {
431 subtitle = WebInspector.linkifyURL(url, WebInspector.displayNameForURL(url));
434 subtitle = WebInspector.UIString("user agent stylesheet");
436 subtitle = WebInspector.UIString("user stylesheet");
[all …]
DStoragePanel.js399 get subtitle() getter in WebInspector.DatabaseSidebarTreeElement
404 set subtitle(x) setter in WebInspector.DatabaseSidebarTreeElement
455 get subtitle() getter in WebInspector.DOMStorageSidebarTreeElement
460 set subtitle(x) setter in WebInspector.DOMStorageSidebarTreeElement
493 get subtitle() getter in WebInspector.CookieSidebarTreeElement
498 set subtitle(x) setter in WebInspector.CookieSidebarTreeElement
DPropertiesSection.js30 WebInspector.PropertiesSection = function(title, subtitle) argument
32 WebInspector.Section.call(this, title, subtitle);
DProfilesPanel.js530 get subtitle() getter in WebInspector.ProfileSidebarTreeElement
535 set subtitle(x) setter in WebInspector.ProfileSidebarTreeElement
557 WebInspector.ProfileGroupSidebarTreeElement = function(title, subtitle) argument
559 …WebInspector.SidebarTreeElement.call(this, "profile-group-sidebar-tree-item", title, subtitle, nul…
DObjectPropertiesSection.js27 WebInspector.ObjectPropertiesSection = function(object, title, subtitle, emptyPlaceholder, ignoreHa… argument
36 WebInspector.PropertiesSection.call(this, title, subtitle);
DResourcesPanel.js1009 get subtitle() getter in WebInspector.ResourceSidebarTreeElement
1011 var subtitle = this.resource.displayDomain;
1016 subtitle += this.resource.path.substring(0, lastPathComponentIndex);
1019 return subtitle;
1022 set subtitle(x) setter in WebInspector.ResourceSidebarTreeElement
Dinspector.css1234 .placard .subtitle {
1244 .placard.selected .subtitle {
1248 .placard .subtitle a {
1332 .section .header .subtitle, .event-bar .header .subtitle {
1342 .section .header .subtitle a {
1458 .event-bars .event-bar .header .subtitle {
3099 .sidebar-tree-item .titles.no-subtitle {
3113 .sidebar-tree-item .subtitle {
3118 …all .sidebar-tree-item .subtitle, .sidebar-tree .children.small .sidebar-tree-item .subtitle, .sid…
3122 .sidebar-tree-item.selected .subtitle {
DCookieItemsView.js97 …this._treeElement.subtitle = String.sprintf(WebInspector.UIString("%d cookies (%s)"), this._cookie…
/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/webkit/WebKit/chromium/src/js/
DProfilerAgent.js110 processingIcon.subtitle = " ";
114 processingIcon.subtitle = WebInspector.UIString("%d ticks processed", ticksCount);
/external/webkit/WebKit/qt/docs/
Dqtwebkit.qdocconf192 ".subtitle { font-size: 0.8em }"\
193 ".small-subtitle { font-size: 0.65em }"
/external/v8/benchmarks/
Dstyle.css37 div.subtitle {
/external/e2fsprogs/doc/
Dlibext2fs.texinfo26 @c ==> Update edition number for settitle and subtitle, and in the
63 @subtitle The EXT2FS Library
64 @subtitle Version 1.40.8
65 @subtitle March 2008
Dtexinfo.tex1413 % Now you can put text using @subtitle.
1414 \def\subtitle{\parsearg\subtitlezzz}%
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.texi79 @subtitle A fast scanner generator
80 @subtitle Edition @value{EDITION}, @value{UPDATED}
/external/webkit/WebCore/
DChangeLog2855 (WebInspector.CookieSidebarTreeElement.prototype.get subtitle):
2856 (WebInspector.CookieSidebarTreeElement.prototype.set subtitle):
/external/grub/docs/
Dgrub.texi64 @subtitle The GRand Unified Bootloader, version @value{VERSION}, @value{UPDATED}.
Dtexinfo.tex2137 \parseargdef\subtitle{%
/external/bison/doc/
Dbison.texinfo62 @subtitle The Yacc-compatible Parser Generator
63 @subtitle @value{UPDATED}, Bison Version @value{VERSION}
/external/libffi/
Dtexinfo.tex2419 \parseargdef\subtitle{%

12