Searched defs:progress_bar (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome_frame/test/
H A Ddelete_chrome_history_test.cc249 // 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/
H A Dnative_theme.h198 ProgressBarExtraParams progress_bar; member in union:ui::NativeTheme::ExtraParams
/external/chromium_org/v8/src/
H A Dspaces.h504 int progress_bar() { function in class:v8::internal::MemoryChunk
509 void set_progress_bar(int progress_bar) { argument
511 progress_bar_ = progress_bar;
525 progress_bar();

Completed in 124 milliseconds