HomeSort by relevance Sort by last modified time
    Searched refs:progress_bar (Results 1 - 19 of 19) sorted by null

  /external/chromium/webkit/glue/
webthemeengine_impl_linux.cc 146 native_theme_extra_params->progress_bar.determinate =
148 native_theme_extra_params->progress_bar.value_rect_x =
150 native_theme_extra_params->progress_bar.value_rect_y =
152 native_theme_extra_params->progress_bar.value_rect_width =
154 native_theme_extra_params->progress_bar.value_rect_height =
  /external/chromium_org/webkit/child/
webfallbackthemeengine_impl.cc 145 native_theme_extra_params->progress_bar.determinate =
147 native_theme_extra_params->progress_bar.value_rect_x =
149 native_theme_extra_params->progress_bar.value_rect_y =
151 native_theme_extra_params->progress_bar.value_rect_width =
153 native_theme_extra_params->progress_bar.value_rect_height =
webthemeengine_impl_android.cc 148 native_theme_extra_params->progress_bar.determinate =
150 native_theme_extra_params->progress_bar.value_rect_x =
152 native_theme_extra_params->progress_bar.value_rect_y =
154 native_theme_extra_params->progress_bar.value_rect_width =
156 native_theme_extra_params->progress_bar.value_rect_height =
webthemeengine_impl_default.cc 145 native_theme_extra_params->progress_bar.determinate =
147 native_theme_extra_params->progress_bar.value_rect_x =
149 native_theme_extra_params->progress_bar.value_rect_y =
151 native_theme_extra_params->progress_bar.value_rect_width =
153 native_theme_extra_params->progress_bar.value_rect_height =
webthemeengine_impl_win.cc 978 extra.progress_bar.animated_seconds = animatedSeconds;
979 extra.progress_bar.determinate = determinate;
980 extra.progress_bar.value_rect_x = valueRect.x;
981 extra.progress_bar.value_rect_y = valueRect.y;
982 extra.progress_bar.value_rect_width = valueRect.width;
983 extra.progress_bar.value_rect_height = valueRect.height;
    [all...]
  /external/chromium_org/chrome_frame/test/
delete_chrome_history_test.cc 249 // Store the dialog and progress_bar HWNDs for each iteration
252 HWND progress_bar[] = {NULL, NULL}; local
278 OnWindowOpen(_)).WillOnce(testing::SaveArg<0>(&progress_bar[i]));
286 OnWindowClose(testing::Eq(testing::ByRef(progress_bar[i]))))
294 OnWindowClose(testing::Eq(testing::ByRef(progress_bar[i]))))
  /external/chromium_org/ui/native_theme/
native_theme.h 198 ProgressBarExtraParams progress_bar; member in union:ui::NativeTheme::ExtraParams
native_theme_base.h 122 const ProgressBarExtraParams& progress_bar) const;
native_theme_base.cc 194 PaintProgressBar(canvas, state, rect, extra.progress_bar);
839 const ProgressBarExtraParams& progress_bar) const {
898 if (progress_bar.value_rect_width) {
906 progress_bar.value_rect_x,
907 progress_bar.value_rect_y,
908 progress_bar.value_rect_width,
909 progress_bar.value_rect_height);
    [all...]
native_theme_win.cc 468 PaintProgressBar(hdc, rect, extra.progress_bar);
630 adjusted_extra.progress_bar.value_rect_x = 0;
631 adjusted_extra.progress_bar.value_rect_y = 0;
    [all...]
  /packages/services/Telephony/tests/src/com/android/phone/tests/
OtaspTestActivity.java 67 mProgressBar = (ProgressBar) findViewById(R.id.progress_bar);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallAppProgress.java 155 mProgressBar = (ProgressBar) findViewById(R.id.progress_bar);
InstallAppProgress.java 255 mProgressBar = (ProgressBar) findViewById(R.id.progress_bar);
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 87 mProgressView = (ProgressBar) findViewById(R.id.progress_bar);
  /external/chromium_org/v8/src/
spaces.h 504 int progress_bar() { function in class:v8::internal::MemoryChunk
509 void set_progress_bar(int progress_bar) {
511 progress_bar_ = progress_bar;
525 progress_bar();
    [all...]
incremental-marking.cc 242 chunk->progress_bar());
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
SelectPrinterFragment.java 345 View progressBar = getActivity().findViewById(R.id.progress_bar);
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 413 ((ProgressBar) findViewById(R.id.progress_bar)).setIndeterminate(true);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 331 v.setProgressBar(R.id.progress_bar, 100, x, false);
    [all...]

Completed in 212 milliseconds