OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loading_animation_frame_count
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc
390
static int
loading_animation_frame_count
= 0;
local
397
loading_animation_frame_count
=
403
waiting_animation_frame_count /
loading_animation_frame_count
;
411
loading_animation_frame_ =
loading_animation_frame_count
-
418
waiting_animation_frame_count :
loading_animation_frame_count
);
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
103
loading_animation_frame_count
=
118
loading_animation_frame_count
;
131
loading_animation_frame_count
(loading),
181
animation_frame_ = data_->
loading_animation_frame_count
-
192
data_->
loading_animation_frame_count
);
[
all
...]
tab_renderer_gtk.h
57
int
loading_animation_frame_count
;
member in struct:TabRendererGtk::LoadingAnimation::Data
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h
60
int
loading_animation_frame_count
;
member in struct:TabRendererGtk::LoadingAnimation::Data
tab_renderer_gtk.cc
161
loading_animation_frame_count
=
176
loading_animation_frame_count
;
187
:
loading_animation_frame_count
(loading),
235
animation_frame_ = data_->
loading_animation_frame_count
-
246
data_->
loading_animation_frame_count
);
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc
1596
static int
loading_animation_frame_count
= 0;
local
[
all
...]
Completed in 493 milliseconds