Home
last modified time | relevance | path

Searched refs:LENGTH_SHORT (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/ui/base/l10n/
Dtime_format_unittest.cc79 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 …]
Dformatter.cc285 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()
Dtime_format.h30 LENGTH_SHORT, // Short format, e.g. in English: sec/min/hour/day. enumerator
Dl10n_util_android.cc107 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/
DDebugService.java57 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/
DCastExtensionHandler.java144 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/
DToastTest.java19 Toast.LENGTH_SHORT); in shouldHaveShortDuration()
21 assertEquals(Toast.LENGTH_SHORT, toast.getDuration()); in shouldHaveShortDuration()
/external/chromium_org/chrome/common/
Dtime_format_browsertest.cc39 ui::TimeFormat::LENGTH_SHORT, in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DTracingControllerAndroid.java262 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/
DMain.java43 Toast.makeText(activity, "Error: " + description, Toast.LENGTH_SHORT).show(); in onCreate()
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DHostListAdapter.java55 Toast.LENGTH_SHORT).show(); in getView()
/external/replicaisland/src/com/replica/replicaisland/
DSetPreferencesActivity.java76 Toast.LENGTH_SHORT).show(); in onDialogClosed()
DDiaryActivity.java71 …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/
DClipboard.java162 Toast.makeText(mContext, text, Toast.LENGTH_SHORT).show(); in setPrimaryClipNoException()
DWindowAndroid.java159 Toast.makeText(mApplicationContext, error, Toast.LENGTH_SHORT).show(); in showError()
/external/chromium_org/chrome/browser/download/
Ddownload_item_model.cc342 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/
DChromeShellActivity.java119 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/
Dforeign_session_handler.cc225 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/
DCronetSampleActivity.java76 Toast.LENGTH_SHORT); in onRequestComplete()
/external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/
DContentShellActivity.java120 Toast.LENGTH_SHORT).show(); in initializationFailed()
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
DCastShellActivity.java67 Toast.LENGTH_SHORT).show(); in onCreate()
/external/skia/platform_tools/android/app/src/com/skia/
DSkiaSampleActivity.java217 Toast.LENGTH_SHORT).show();
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
DSkiaSampleActivity.java217 Toast.LENGTH_SHORT).show();
/external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
Dimageburner_ui.cc173 ui::TimeFormat::LENGTH_SHORT, time_remaining)); in OnProgressWithRemainingTime()
/external/chromium_org/chrome/browser/ui/webui/
Dpolicy_ui.cc192 ui::TimeFormat::LENGTH_SHORT, in GetStatusFromCore()
197 ui::TimeFormat::LENGTH_SHORT, in GetStatusFromCore()

12