OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThrobberView
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/system/tray/
throbber_view.cc
46
ThrobberView
::
ThrobberView
() {
58
ThrobberView
::~
ThrobberView
() {
61
gfx::Size
ThrobberView
::GetPreferredSize() {
65
void
ThrobberView
::Layout() {
74
bool
ThrobberView
::GetTooltipText(const gfx::Point& p,
83
void
ThrobberView
::Start() {
88
void
ThrobberView
::Stop() {
93
void
ThrobberView
::SetTooltipText(const base::string16& tooltip_text)
[
all
...]
throbber_view.h
35
class
ThrobberView
: public views::View {
37
ThrobberView
();
38
virtual ~
ThrobberView
();
59
DISALLOW_COPY_AND_ASSIGN(
ThrobberView
);
special_popup_row.h
18
class
ThrobberView
;
34
void AddThrobber(
ThrobberView
* throbber);
special_popup_row.cc
93
void SpecialPopupRow::AddThrobber(
ThrobberView
* throbber) {
/external/chromium_org/ui/views/examples/
throbber_example.cc
19
class
ThrobberView
: public View {
21
ThrobberView
() {
44
DISALLOW_COPY_AND_ASSIGN(
ThrobberView
);
57
container->AddChildView(new
ThrobberView
());
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
throbber_view.h
23
@interface
ThrobberView
: NSView {
/external/chromium/chrome/browser/ui/cocoa/tabs/
throbber_view.h
26
@interface
ThrobberView
: NSView {
/external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc
202
throbber_ = new
ThrobberView
;
395
ThrobberView
* throbber_;
Completed in 2161 milliseconds