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

1 2 3

  /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);
  /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 91 * Set the subtitle of the action mode. This method will have no visible effect if a custom view
94 * @param subtitle Subtitle string to set
98 public abstract void setSubtitle(CharSequence subtitle);
101 * Set the subtitle of the action mode. This method will have no visible effect if a custom view
104 * @param resId Resource ID of a string to set as the subtitle
111 * Set whether or not the title/subtitle display for this action mode is optional.
128 * @return true if this action mode has been given a hint to consider the title/subtitle display
138 * @return true if this action mode considers the title and subtitle fields as optional.
147 * 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:__anon26711
  /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:__anon28302
  /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:__anon29816
  /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/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 16 public static final int subtitle = nextId++; field in class:R.id
  /packages/apps/Gallery2/src/com/android/photos/
AlbumFragment.java 92 TextView subtitle = (TextView) mHeaderView.findViewById(R.id.album_header_subtitle); local
95 subtitle.setText(getActivity().getResources().getQuantityString(

Completed in 400 milliseconds

1 2 3