OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:progress_timer_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h
214
base::RepeatingTimer<DownloadItemGtk>
progress_timer_
;
member in class:DownloadItemGtk
download_item_gtk.cc
507
if (
progress_timer_
.IsRunning())
509
progress_timer_
.Start(
515
progress_timer_
.Stop();
[
all
...]
/external/chromium/chrome/browser/ui/views/download/
download_item_view.h
253
base::RepeatingTimer<DownloadItemView>
progress_timer_
;
member in class:DownloadItemView
download_item_view.cc
354
if (
progress_timer_
.IsRunning())
356
progress_timer_
.Start(
362
progress_timer_
.Stop();
[
all
...]
Completed in 163 milliseconds