OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:throbber
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/resources/
optimize-png-files.sh
52
# Show
throbber
character at current cursor position.
53
function
throbber
{
function
67
throbber
73
throbber
141
throbber
161
throbber
178
throbber
183
throbber
/external/chromium/chrome/browser/chromeos/login/
helper.cc
22
#include "views/controls/
throbber
.h"
32
// Time in ms per
throbber
frame.
35
// Time in ms before smoothed
throbber
is shown.
91
LOG(WARNING) << "Failed to start the
throbber
: no Widget";
99
LOG(WARNING) << "Failed to start the
throbber
: no GtkWindow";
103
views::SmoothedThrobber*
throbber
= CreateDefaultSmoothedThrobber();
local
104
throbber
->set_stop_delay_ms(0);
105
gfx::Rect throbber_bounds = CalculateThrobberBounds(
throbber
);
114
throbber_widget_->SetContentsView(
throbber
);
121
throbber
->Start()
140
views::SmoothedThrobber*
throbber
=
local
149
views::Throbber*
throbber
= new views::Throbber(kThrobberFrameMs, false);
local
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
406
// we display the
throbber
.
1048
gfx::Image
throbber
= theme_service_->GetImageNamed(id);
local
[
all
...]
Completed in 72 milliseconds