Searched refs:subtitle (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DPropertiesSection.js34 * @param {string=} subtitle
36 WebInspector.PropertiesSection = function(title, subtitle)
38 WebInspector.Section.call(this, title, subtitle);
H A DSection.js33 * @param {string=} subtitle
35 WebInspector.Section = function(title, subtitle)
48 this.subtitleElement.className = "subtitle";
57 this.subtitle = subtitle;
80 get subtitle()
85 set subtitle(x)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSidebarTreeElement.js78 * @param {string=} subtitle
82 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildren)
96 this.subtitleElement = this.titlesElement.createChild("span", "subtitle");
100 this.subtitle = subtitle;
127 get subtitle()
132 set subtitle(x)
149 var subtitle = this.subtitle;
150 if (subtitle) {
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DPlacard.js30 * @param {string} subtitle
32 WebInspector.Placard = function(title, subtitle)
37 this.subtitleElement = this.element.createChild("div", "subtitle");
42 this.subtitle = subtitle;
62 get subtitle()
67 set subtitle(x)
H A DScopeChainSidebarPane.js72 var subtitle = scope.object.description;
82 subtitle = undefined;
102 subtitle = undefined;
107 subtitle = undefined;
120 if (!title || title === subtitle)
121 subtitle = undefined;
129 var section = new WebInspector.ObjectPropertiesSection(scopeObject, title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement);
179 this._propertyIdentifier = section.title + ":" + (section.subtitle ? section.subtitle + ":" : "") + this.propertyPath();
H A DThreadsSidebarPane.js79 placard.subtitle = target.debuggerModel.isPaused() ? WebInspector.UIString("paused") : WebInspector.UIString("");
H A DCallStackSidebarPane.js354 text += placard.title + " (" + placard.subtitle + ")\n";
416 this.subtitle = text.trimMiddle(30);
/external/okhttp/website/static/
H A Dapp-theme.css6 #subtitle,
/external/bison/lib/
H A Dbitsetv.c141 bitsetv_dump (FILE *file, char const *title, char const *subtitle, argument
149 fprintf (file, "%s %lu\n", subtitle, (unsigned long int) i);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DHelpActivity.java127 CharSequence subtitle = TextUtils.concat(appName, " ", versionName);
128 getActionBar().setSubtitle(subtitle);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAppWidgetManagerTest.java44 assertEquals("Hola", ((TextView) widgetView.findViewById(R.id.subtitle)).getText());
104 remoteViews.setTextViewText(R.id.subtitle, "Hola");
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dnetwork_list.js171 * Element for the control's subtitle.
200 * Text label for the subtitle.
203 set subtitle(text) {
290 this.subtitle_.className = 'network-subtitle';
320 this.subtitle = null;
425 this.subtitle = loadTimeData.getString('OncConnectionStateNotConnected');
432 this.subtitle = getNetworkName(networkDetails);
722 * @param {{key: string, subtitle: string, command: Function}} data
739 if (this.data.subtitle)
740 this.subtitle
[all...]
H A Dinternet_detail.css23 #network-details-subtitle-status {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DProfilesPanel.js315 * @param {?string} subtitle
318 WebInspector.ProfileHeader.StatusUpdate = function(subtitle, wait)
321 this.subtitle = subtitle;
349 * @param {?string} subtitle
352 updateStatus: function(subtitle, wait)
354 this.dispatchEventToListeners(WebInspector.ProfileHeader.Events.UpdateStatus, new WebInspector.ProfileHeader.StatusUpdate(subtitle, wait));
1188 if (statusUpdate.subtitle !== null)
1189 this.subtitle = statusUpdate.subtitle;
[all...]
H A DCPUProfileView.js721 var subtitle;
724 subtitle = WebInspector.UIString("'%s' not found.", reader.fileName());
727 subtitle = WebInspector.UIString("'%s' is not readable", reader.fileName());
732 subtitle = WebInspector.UIString("'%s' error %d", reader.fileName(), e.target.error.code);
734 this.updateStatus(subtitle);
H A DHeapSnapshotView.js1525 var subtitle = /** @type {string} */ (data);
1526 this.updateStatus(subtitle);
1684 var subtitle;
1687 subtitle = WebInspector.UIString("'%s' not found.", reader.fileName());
1690 subtitle = WebInspector.UIString("'%s' is not readable", reader.fileName());
1695 subtitle = WebInspector.UIString("'%s' error %d", reader.fileName(), e.target.error.code);
1697 this._snapshotHeader.updateStatus(subtitle);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DnetworkLogView.css116 .network-cell-subtitle {
122 .network-error-row .network-cell-subtitle {
130 .network-log-grid.data-grid tr.selected .network-cell-subtitle {
143 .network-header-subtitle {
147 .network-log-grid.data-grid.small .network-cell-subtitle,
148 .network-log-grid.data-grid.small .network-header-subtitle {
H A DelementsPanel.css263 .styles-section .header .title .media .subtitle {
268 .styles-section .header .subtitle {
278 .styles-section .header .subtitle a {
535 .event-bars .event-bar .header .subtitle {
H A DresourcesPanel.css94 li.selected .base-storage-tree-element-subtitle {
98 .base-storage-tree-element-subtitle {
H A DinspectorStyle.css1444 .placard .subtitle {
1452 .placard .subtitle a {
1461 .placard-label .subtitle {
1533 .section > .header .subtitle,
1534 .event-bar .header .subtitle {
1542 .section > .header .subtitle a {
2048 .sidebar-tree-item .titles.no-subtitle {
2065 .sidebar-tree-item .subtitle {
2069 .sidebar-tree.small .sidebar-tree-item .subtitle,
2070 .sidebar-tree .children.small .sidebar-tree-item .subtitle,
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DCookieItemsView.js104 this._treeElement.subtitle = String.sprintf(WebInspector.UIString("%d cookies (%s)"), this._cookies.length,
/external/nanopb-c/docs/
H A Dlsr.css96 h2.subtitle {
236 p.sidebar-subtitle {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DResourceTreeModel.js724 var subtitle = new WebInspector.ParsedURL(this._url).displayName;
725 if (subtitle) {
727 return subtitle;
728 return this._name + "( " + subtitle + " )";
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DR.java16 public static final int subtitle = nextId++; field in class:R.id
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.h226 // Sets the subtitle.
227 void SetSubtitle(const base::string16& subtitle);

Completed in 791 milliseconds

12