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

1 2

  /external/webkit/Source/WebCore/inspector/front-end/
PropertiesSection.js 30 WebInspector.PropertiesSection = function(title, subtitle)
32 WebInspector.Section.call(this, title, subtitle);
SidebarTreeElement.js 66 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildren)
91 this.subtitleElement.className = "subtitle";
96 this.subtitle = subtitle;
128 get subtitle()
133 set subtitle(x)
162 var subtitle = this.subtitle;
163 if (subtitle) {
164 if (this.subtitleElement.textContent !== subtitle)
    [all...]
Placard.js 26 WebInspector.Placard = function(title, subtitle)
36 this.subtitleElement.className = "subtitle";
42 this.subtitle = subtitle;
60 get subtitle()
65 set subtitle(x)
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);
ScopeChainSidebarPane.js 64 var subtitle = scope.object.description;
73 subtitle = null;
80 subtitle = null;
93 if (!title || title === subtitle)
94 subtitle = null;
96 var section = new WebInspector.ObjectPropertiesSection(WebInspector.RemoteObject.fromPayload(scope.object), title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement);
139 this._propertyIdentifier = section.title + ":" + (section.subtitle ? section.subtitle + ":" : "") + this.propertyPath;
Section.js 30 WebInspector.Section = function(title, subtitle)
43 this.subtitleElement.className = "subtitle";
52 this.subtitle = subtitle;
75 get subtitle()
80 set subtitle(x)
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)
923 this.setTitles(title, subtitle);
    [all...]
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 / total) * 100);
902 WebInspector.ProfileGroupSidebarTreeElement = function(title, subtitle)
904 WebInspector.SidebarTreeElement.call(this, "profile-group-sidebar-tree-item", title, subtitle, null, true);
ObjectPropertiesSection.js 27 WebInspector.ObjectPropertiesSection = function(object, title, subtitle, emptyPlaceholder, ignoreHasOwnProperty, extraProperties, treeElementConstructor)
36 WebInspector.PropertiesSection.call(this, title, subtitle);
StylesSidebarPane.js 573 var showInheritedCheckbox = new WebInspector.Checkbox(WebInspector.UIString("Show inherited"), "sidebar-pane-subtitle");
642 var subtitle = ""; variable
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;
    [all...]
ApplicationCacheItemsView.js 171 this._treeElement.subtitle = WebInspector.UIString("%s (%s)", lastPathComponent, totalSizeString);
CookieItemsView.js 103 this._treeElement.subtitle = String.sprintf(WebInspector.UIString("%d cookies (%s)"), this._cookies.length,
  /frameworks/base/core/java/android/view/
ActionMode.java 86 * Set the subtitle of the action mode. This method will have no visible effect if
89 * @param subtitle Subtitle string to set
94 public abstract void setSubtitle(CharSequence subtitle);
97 * Set the subtitle of the action mode. This method will have no visible effect if
100 * @param resId Resource ID of a string to set as the subtitle
108 * Set whether or not the title/subtitle display for this action mode
128 * title/subtitle display to be optional.
138 * @return true if this action mode considers the title and subtitle fields
147 * the title and subtitle. Useful for things like search boxes
    [all...]
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 87 CharSequence subtitle = String.valueOf(System.currentTimeMillis()); local
88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent);
  /external/bison/lib/
bitsetv.c 141 bitsetv_dump (FILE *file, char const *title, char const *subtitle,
149 fprintf (file, "%s %lu\n", subtitle, (unsigned long int) i);
  /frameworks/base/core/java/com/android/internal/view/
StandaloneActionMode.java 60 public void setSubtitle(CharSequence subtitle) {
61 mContextView.setSubtitle(subtitle);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videotext.h 113 unsigned subtitle : 1; /* insert subtitle (C6) */ member in struct:__anon23434
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 113 unsigned subtitle : 1; /* insert subtitle (C6) */ member in struct:__anon25024
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 113 unsigned subtitle : 1; /* insert subtitle (C6) */ member in struct:__anon26536
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieOverlay.java 38 private static final String KEY_SUBTITLE = "subtitle";
82 * @param subTitle The sub title
86 String subTitle, int type) {
92 mSubtitle = subTitle;
183 * @return The subtitle
233 * @param subtitle The overlay subtitle
237 public static Bundle buildUserAttributes(int type, String title, String subtitle) {
241 userAttributes.putString(KEY_SUBTITLE, subtitle);
290 * @return The subtitle
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactListFragment.java 140 CharSequence subtitle = action.getSubtitle();
141 text2.setText(subtitle);
142 if (TextUtils.isEmpty(subtitle)) {
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 457 final TextView subtitle; local
470 subtitle = (TextView) view.findViewById(R.id.subtitle);
486 subtitle.setVisibility(View.VISIBLE);
487 subtitle.setText(subtitleText);
489 subtitle.setVisibility(View.GONE);
546 subtitle.setText(usage);
547 subtitle.setVisibility(View.VISIBLE);
559 subtitle.setText(R.string.geolocation_settings_page_summary_allowed);
562 subtitle.setText(R.string.geolocation_settings_page_summary_not_allowed)
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditLayout.java 117 public void setSubtitle(CharSequence subtitle) {
118 // Subtitle will not be shown.
123 // Subtitle will not be shown.
  /frameworks/base/core/java/android/app/
ActionBar.java 62 * and title text with an optional subtitle. Clicking any of these elements
115 * Show the activity title and subtitle, if present.
309 * Set the action bar's subtitle. This will only be displayed if
311 * subtitle entirely.
313 * @param subtitle Subtitle to set
318 public abstract void setSubtitle(CharSequence subtitle);
321 * Set the action bar's subtitle. This will only be displayed if
324 * @param resId Resource ID of subtitle string to set
397 * Set whether an activity title/subtitle should be displayed
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 386 public void setSubtitle(CharSequence subtitle) {
387 mActionView.setSubtitle(subtitle);
884 public void setSubtitle(CharSequence subtitle) {
885 mContextView.setSubtitle(subtitle);
    [all...]

Completed in 1766 milliseconds

1 2