/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
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);
|
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 {
|
elementsPanel.css | 245 .styles-section .header .title .media .subtitle { 250 .styles-section .header .subtitle { 260 .styles-section .header .subtitle a { 519 .event-bars .event-bar .header .subtitle { 618 .sidebar-pane.composite .sidebar-pane-toolbar > .sidebar-pane-subtitle {
|
CookieItemsView.js | 104 this._treeElement.subtitle = String.sprintf(WebInspector.UIString("%d cookies (%s)"), this._cookies.length,
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTest.java | 838 // Waits until at least one subtitle is fired. Timeout is 1 sec. [all...] |
/packages/apps/Settings/src/com/android/settings/print/ |
PrintServiceSettingsFragment.java | 615 CharSequence subtitle = null; 620 subtitle = packageInfo.applicationInfo.loadLabel(getPackageManager()); 629 TextView subtitleView = (TextView) convertView.findViewById(R.id.subtitle); 630 if (!TextUtils.isEmpty(subtitle)) { 631 subtitleView.setText(subtitle);
|
/external/chromium_org/ui/views/controls/menu/ |
menu_item_view.h | 240 // Sets the subtitle. 241 void SetSubtitle(const string16& subtitle); 469 // Subtitle/sublabel.
|
/packages/apps/Browser/src/com/android/browser/ |
SuggestionsAdapter.java | 480 * Provides the subtitle (text line 2) for a browser suggestion, which should be the 482 * instead, and the subtitle should be empty, so this would return null. 484 * @return the subtitle string to use, or null if none
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChat.java | 238 private final void setStatus(CharSequence subTitle) { 240 actionBar.setSubtitle(subTitle);
|
/external/chromium_org/chrome/browser/notifications/ |
notification_ui_manager_mac.mm | 33 @property(copy) NSString* subtitle; 155 ns_notification.subtitle =
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
model_unittests.js | 33 "<subtitle>Mirror of the Chromium Blink repository.</subtitle>\n" +
|
svn-log_unittests.js | 33 "<subtitle>Mirror of the Chromium Blink repository.</subtitle>\n" +
|
/frameworks/base/core/java/com/android/internal/widget/ |
ActionBarView.java | 536 public void setSubtitle(CharSequence subtitle) { 538 mSubtitle = subtitle; 540 mSubtitleView.setText(subtitle); 541 mSubtitleView.setVisibility(subtitle != null ? VISIBLE : GONE); 585 * <p>As this encompasses the icon/logo, title and subtitle all in one, we need 601 final CharSequence subtitle = getSubtitle(); local 604 if (!TextUtils.isEmpty(subtitle)) { 607 title, subtitle, homeDesc); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBarImplICS.java | 143 public void setSubtitle(CharSequence subtitle) { 144 mActionBar.setSubtitle(subtitle);
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ActionBarContextView.java | 153 public void setSubtitle(CharSequence subtitle) { 154 mSubtitle = subtitle;
|
/frameworks/base/core/res/res/values/ |
styles.xml | [all...] |
/docs/source.android.com/ |
DoxygenLayout.xml | 60 <related title="" subtitle=""/>
|
/external/chromium_org/ppapi/c/documentation/ |
DoxygenLayout.xml | 64 <related title="" subtitle=""/>
|
/external/chromium_org/ppapi/cpp/documentation/ |
DoxygenLayout.xml | 61 <related title="" subtitle=""/>
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
avisynth.php | 89 'ShowFiveVersions', 'ShowFrameNumber', 'ShowSMPTE', 'ShowTime', 'StackHorizontal', 'StackVertical', 'Subtitle',
|
mpasm.php | 57 'MESSG', 'NOLIST', 'ORG', 'PAGE', 'PROCESSOR', 'RADIX', 'SET', 'SPACE', 'SUBTITLE',
|
/frameworks/av/media/libstagefright/timedtext/ |
TimedTextDriver.cpp | 203 // To support local subtitle file only for now
|
/frameworks/base/core/java/com/android/internal/app/ |
ActionBarImpl.java | 393 public void setSubtitle(CharSequence subtitle) { 394 mActionView.setSubtitle(subtitle); 922 public void setSubtitle(CharSequence subtitle) { 923 mContextView.setSubtitle(subtitle); [all...] |
/frameworks/opt/mailcommon/res/values/ |
styles.xml | 160 <style name="AccountSpinnerAnchorTextSecondary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Subtitle">
|