/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Placard.js | 30 * @param {string} subtitle 32 WebInspector.Placard = function(title, subtitle) 37 this.subtitleElement = this.element.createChild("div", "subtitle"); 41 this.subtitle = subtitle; 61 get subtitle() 66 set subtitle(x)
|
PropertiesSection.js | 34 * @param {string=} subtitle 36 WebInspector.PropertiesSection = function(title, subtitle) 38 WebInspector.Section.call(this, title, subtitle);
|
SidebarTreeElement.js | 81 * @param {string=} subtitle 85 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildren) 110 this.subtitleElement.className = "subtitle"; 115 this.subtitle = subtitle; 147 get subtitle() 152 set subtitle(x) 172 var subtitle = this.subtitle; 173 if (subtitle) { [all...] |
ScopeChainSidebarPane.js | 72 var subtitle = scope.object.description; 82 subtitle = undefined; 100 subtitle = undefined; 105 subtitle = undefined; 118 if (!title || title === subtitle) 119 subtitle = undefined; 123 var section = new WebInspector.ObjectPropertiesSection(scopeObject, title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement); 173 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 | 180 .sidebar-pane-subtitle { 185 body.platform-windows .sidebar-pane-subtitle { 189 .sidebar-pane-subtitle input,
|
RuntimeModel.js | 463 var subtitle = new WebInspector.ParsedURL(this._frame.url).displayName; 464 if (subtitle) { 466 return subtitle; 467 return name + "( " + subtitle + " )";
|
networkLogView.css | 135 .network-cell-subtitle { 141 .network-error-row .network-cell-subtitle { 149 .network-log-grid.data-grid tr.selected .network-cell-subtitle { 162 .network-header-subtitle { 166 .network-log-grid.data-grid.small .network-cell-subtitle, 167 .network-log-grid.data-grid.small .network-header-subtitle {
|
CPUProfileView.js | 857 this.sidebarElement.subtitle = WebInspector.UIString("Loading\u2026 %s", Number.bytesToString(this._jsonifiedProfile.length)); 865 this.sidebarElement.subtitle = WebInspector.UIString("Loading\u2026 %d\%", Number.bytesToString(this._jsonifiedProfile.length)); 870 this.sidebarElement.subtitle = WebInspector.UIString("Parsing\u2026"); 873 this.sidebarElement.subtitle = WebInspector.UIString("Loaded"); 886 this.sidebarElement.subtitle = WebInspector.UIString("'%s' not found.", reader.fileName()); 889 this.sidebarElement.subtitle = WebInspector.UIString("'%s' is not readable", reader.fileName()); 894 this.sidebarElement.subtitle = WebInspector.UIString("'%s' error %d", reader.fileName(), e.target.error.code); [all...] |
CallStackSidebarPane.js | 224 text += this.placards[i].title + " (" + this.placards[i].subtitle + ")\n"; 284 this.subtitle = uiLocation.linkText().trimMiddle(100);
|
/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...] |
/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:__anon37853
|
/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:__anon39444
|
/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:__anon40958
|
/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 {
|