OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animation_frame_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
155
animation_frame_
(0) {
166
animation_frame_
(0) {
176
// different rate - the following reverses and scales the
animation_frame_
181
animation_frame_
= data_->loading_animation_frame_count -
182
(
animation_frame_
/ data_->waiting_to_loading_frame_count_ratio);
189
animation_frame_
= (
animation_frame_
+ 1) %
195
animation_frame_
= 0;
[
all
...]
tab_renderer_gtk.h
75
int animation_frame() const { return
animation_frame_
; }
102
int
animation_frame_
;
member in class:TabRendererGtk::LoadingAnimation
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
191
animation_frame_
(0) {
202
animation_frame_
(0) {
212
// different rate - the following reverses and scales the
animation_frame_
217
animation_frame_
= data_->loading_animation_frame_count -
218
(
animation_frame_
/ data_->waiting_to_loading_frame_count_ratio);
225
animation_frame_
= (
animation_frame_
+ 1) %
231
animation_frame_
= 0;
[
all
...]
tab_renderer_gtk.h
76
int animation_frame() const { return
animation_frame_
; }
96
int
animation_frame_
;
member in class:TabRendererGtk::LoadingAnimation
/external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc
407
// different rate - the following reverses and scales the
animation_frame_
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc
[
all
...]
Completed in 228 milliseconds