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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
PropertiesSection.js 34 * @param {string=} subtitle
36 WebInspector.PropertiesSection = function(title, subtitle)
38 WebInspector.Section.call(this, title, subtitle);
Placard.js 29 * @param {string} subtitle
31 WebInspector.Placard = function(title, subtitle)
41 this.subtitleElement.className = "subtitle";
47 this.subtitle = subtitle;
67 get subtitle()
72 set subtitle(x)
SidebarTreeElement.js 79 * @param {string=} subtitle
83 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildren)
108 this.subtitleElement.className = "subtitle";
113 this.subtitle = subtitle;
145 get subtitle()
150 set subtitle(x)
187 var subtitle = this.subtitle;
188 if (subtitle) {
    [all...]
ScopeChainSidebarPane.js 69 var subtitle = scope.object.description;
79 subtitle = null;
96 subtitle = null;
101 subtitle = null;
114 if (!title || title === subtitle)
115 subtitle = null;
124 var section = new WebInspector.ObjectPropertiesSection(WebInspector.ScopeRemoteObject.fromPayload(scope.object, scopeRef), title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement);
174 this._propertyIdentifier = section.title + ":" + (section.subtitle ? section.subtitle + ":" : "") + this.propertyPath();
Section.js 33 * @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)
sidebarPane.css 167 .sidebar-pane-subtitle {
172 body.platform-windows .sidebar-pane-subtitle {
176 .sidebar-pane-subtitle input,
CallStackSidebarPane.js 131 text += this.placards[i].title + " (" + this.placards[i].subtitle + ")\n";
194 this.subtitle = uiLocation.linkText().trimMiddle(100);
RuntimeModel.js 447 var subtitle = new WebInspector.ParsedURL(this._frame.url).displayName;
448 if (subtitle) {
450 return subtitle;
451 return name + "( " + subtitle + " )";
  /frameworks/av/media/libstagefright/timedtext/test/
TimedTextSRTSource_test.cpp 39 * Subtitle number
41 * Text of subtitle (one or more lines)
114 AString subtitle; member in class:android::test::TimedTextSRTSourceTest
123 subtitle = StringPrintf("%d\n\n", i);
124 CheckDataEquals(parcel, subtitle.c_str());
130 subtitle = StringPrintf("6\n\n");
131 CheckDataEquals(parcel, subtitle.c_str());
136 subtitle = StringPrintf("7\n\n");
137 CheckDataEquals(parcel, subtitle.c_str());
142 subtitle = StringPrintf("8\n\n")
    [all...]
  /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/support/v7/appcompat/src/android/support/v7/view/
ActionMode.java 96 * Set the subtitle of the action mode. This method will have no visible effect if a custom view
99 * @param subtitle Subtitle string to set
103 public abstract void setSubtitle(CharSequence subtitle);
106 * Set the subtitle of the action mode. This method will have no visible effect if a custom view
109 * @param resId Resource ID of a string to set as the subtitle
116 * Set whether or not the title/subtitle display for this action mode is optional.
133 * @return true if this action mode has been given a hint to consider the title/subtitle display
143 * @return true if this action mode considers the title and subtitle fields as optional.
152 * subtitle. Useful for things like search boxes
    [all...]
  /external/chromium_org/chrome/browser/resources/ssl/
firefox.css 53 .subtitle {
fancy_firefox.css 66 .subtitle {
  /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:__anon39662
  /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:__anon41253
  /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:__anon42767
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AppWidgetManagerTest.java 44 assertEquals("Hola", ((TextView) widgetView.findViewById(R.id.subtitle)).getText());
104 remoteViews.setTextViewText(R.id.subtitle, "Hola");
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
ActionModeWrapper.java 70 public void setSubtitle(CharSequence subtitle) {
71 mWrappedObject.setSubtitle(subtitle);
  /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 149 CharSequence subtitle = action.getSubtitle();
150 text2.setText(subtitle);
151 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...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.css 23 #network-details-subtitle-status {

Completed in 1685 milliseconds

1 2 3 4