/external/chromium_org/ui/base/l10n/ |
D | time_format_unittest.cc | 79 TimeFormat::FORMAT_DURATION, TimeFormat::LENGTH_SHORT, delta_1s_)); in TestStrings() 81 TimeFormat::FORMAT_DURATION, TimeFormat::LENGTH_SHORT, delta_1m_)); in TestStrings() 83 TimeFormat::FORMAT_DURATION, TimeFormat::LENGTH_SHORT, delta_1h_)); in TestStrings() 85 TimeFormat::FORMAT_DURATION, TimeFormat::LENGTH_SHORT, delta_1d_)); in TestStrings() 95 TimeFormat::FORMAT_REMAINING, TimeFormat::LENGTH_SHORT, delta_1s_)); in TestStrings() 97 TimeFormat::FORMAT_REMAINING, TimeFormat::LENGTH_SHORT, delta_1m_)); in TestStrings() 99 TimeFormat::FORMAT_REMAINING, TimeFormat::LENGTH_SHORT, delta_1h_)); in TestStrings() 101 TimeFormat::FORMAT_REMAINING, TimeFormat::LENGTH_SHORT, delta_1d_)); in TestStrings() 111 TimeFormat::FORMAT_ELAPSED, TimeFormat::LENGTH_SHORT, delta_1s_)); in TestStrings() 113 TimeFormat::FORMAT_ELAPSED, TimeFormat::LENGTH_SHORT, delta_1m_)); in TestStrings() [all …]
|
D | formatter.cc | 285 formatter_[TimeFormat::FORMAT_ELAPSED][TimeFormat::LENGTH_SHORT].reset( in Initialize() 291 formatter_[TimeFormat::FORMAT_REMAINING][TimeFormat::LENGTH_SHORT].reset( in Initialize() 301 formatter_[TimeFormat::FORMAT_DURATION][TimeFormat::LENGTH_SHORT].reset( in Initialize()
|
D | time_format.h | 30 LENGTH_SHORT, // Short format, e.g. in English: sec/min/hour/day. enumerator
|
D | l10n_util_android.cc | 107 ui::TimeFormat::FORMAT_REMAINING, ui::TimeFormat::LENGTH_SHORT, in GetDurationString()
|
/external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/tests/ |
D | DebugService.java | 57 Toast.makeText(this, "Failed to start", Toast.LENGTH_SHORT).show(); in start() 64 Toast.makeText(this, "Service started", Toast.LENGTH_SHORT).show(); in start() 76 Toast.makeText(this, "Service stopped", Toast.LENGTH_SHORT).show(); in stop()
|
/external/chromium_org/remoting/android/cast/src/org/chromium/chromoting/ |
D | CastExtensionHandler.java | 144 showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT); in onResult() 147 showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT); in onResult() 219 showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT); in onApplicationStatusChanged() 335 showToast(R.string.connection_to_cast_closed, Toast.LENGTH_SHORT); in onActivityOptionsItemSelected() 438 showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT); in reconnectChannels() 440 showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT); in reconnectChannels()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ToastTest.java | 19 Toast.LENGTH_SHORT); in shouldHaveShortDuration() 21 assertEquals(Toast.LENGTH_SHORT, toast.getDuration()); in shouldHaveShortDuration()
|
/external/chromium_org/chrome/common/ |
D | time_format_browsertest.cc | 39 ui::TimeFormat::LENGTH_SHORT, in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | TracingControllerAndroid.java | 262 if (mShowToasts) Toast.makeText(mContext, str, Toast.LENGTH_SHORT).show(); in logAndToastError() 271 if (mShowToasts) Toast.makeText(mContext, str, Toast.LENGTH_SHORT).show(); in showToast()
|
/external/chromium_org/chrome/test/chromedriver/test/webview_shell/java/src/org/chromium/chromedriver_webview_shell/ |
D | Main.java | 43 Toast.makeText(activity, "Error: " + description, Toast.LENGTH_SHORT).show(); in onCreate()
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
D | HostListAdapter.java | 55 Toast.LENGTH_SHORT).show(); in getView()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | SetPreferencesActivity.java | 76 Toast.LENGTH_SHORT).show(); in onDialogClosed()
|
D | DiaryActivity.java | 71 …bject.sSystemRegistry.customToastSystem.toast(getString(R.string.diary_found), Toast.LENGTH_SHORT); in onCreate()
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/ |
D | Clipboard.java | 162 Toast.makeText(mContext, text, Toast.LENGTH_SHORT).show(); in setPrimaryClipNoException()
|
D | WindowAndroid.java | 159 Toast.makeText(mApplicationContext, error, Toast.LENGTH_SHORT).show(); in showError()
|
/external/chromium_org/chrome/browser/download/ |
D | download_item_model.cc | 342 ui::TimeFormat::LENGTH_SHORT, in GetTabProgressStatusText() 669 ui::TimeFormat::LENGTH_SHORT, time_remaining)); in GetInProgressStatusString() 677 ui::TimeFormat::LENGTH_SHORT, time_remaining)); in GetInProgressStatusString()
|
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/ |
D | ChromeShellActivity.java | 119 Toast.LENGTH_SHORT).show(); in onCreate() 304 Toast.makeText(this, R.string.signin_no_account, Toast.LENGTH_SHORT).show(); in onOptionsItemSelected()
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
D | foreign_session_handler.cc | 225 ui::TimeFormat::FORMAT_ELAPSED, ui::TimeFormat::LENGTH_SHORT, in FormatSessionTime() 412 ui::TimeFormat::LENGTH_SHORT, last_synced)); in SessionWindowToValue()
|
/external/chromium_org/components/cronet/android/sample/src/org/chromium/cronet_sample_apk/ |
D | CronetSampleActivity.java | 76 Toast.LENGTH_SHORT); in onRequestComplete()
|
/external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ |
D | ContentShellActivity.java | 120 Toast.LENGTH_SHORT).show(); in initializationFailed()
|
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/ |
D | CastShellActivity.java | 67 Toast.LENGTH_SHORT).show(); in onCreate()
|
/external/skia/platform_tools/android/app/src/com/skia/ |
D | SkiaSampleActivity.java | 217 Toast.LENGTH_SHORT).show();
|
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/ |
D | SkiaSampleActivity.java | 217 Toast.LENGTH_SHORT).show();
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/ |
D | imageburner_ui.cc | 173 ui::TimeFormat::LENGTH_SHORT, time_remaining)); in OnProgressWithRemainingTime()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | policy_ui.cc | 192 ui::TimeFormat::LENGTH_SHORT, in GetStatusFromCore() 197 ui::TimeFormat::LENGTH_SHORT, in GetStatusFromCore()
|