OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throbber_frame_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
tab_icon_view.cc
57
throbber_frame_
(0) {
83
throbber_frame_
= (
throbber_frame_
+ 1) % throbber_frame_count;
90
throbber_frame_
= 0;
99
PaintIcon(canvas, throbber,
throbber_frame_
* image_size, 0, image_size,
tab_icon_view.h
62
int
throbber_frame_
;
member in class:TabIconView
/external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h
107
int
throbber_frame_
;
member in class:GlassBrowserFrameView
glass_browser_frame_view.cc
85
throbber_frame_
(0) {
531
throbber_frame_
= 0;
535
reinterpret_cast<LPARAM>(throbber_icons_[
throbber_frame_
]));
568
throbber_frame_
= (
throbber_frame_
+ 1) % kThrobberIconCount;
571
reinterpret_cast<LPARAM>(throbber_icons_[
throbber_frame_
]));
Completed in 39 milliseconds