OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReloadButton
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/
reload_button.cc
17
//
ReloadButton
, public:
19
ReloadButton
::
ReloadButton
(LocationBarView* location_bar, Browser* browser)
32
ReloadButton
::~
ReloadButton
() {
35
void
ReloadButton
::ChangeMode(Mode mode, bool force) {
61
&
ReloadButton
::OnStopToReloadTimer);
67
//
ReloadButton
, views::ButtonListener implementation:
69
void
ReloadButton
::ButtonPressed(views::Button* /* button */,
107
&
ReloadButton
::OnDoubleClickTimer)
[
all
...]
reload_button.h
19
//
ReloadButton
28
class
ReloadButton
: public views::ToggleImageButton,
33
ReloadButton
(LocationBarView* location_bar, Browser* Browser);
34
virtual ~
ReloadButton
();
55
base::OneShotTimer<
ReloadButton
> double_click_timer_;
56
base::OneShotTimer<
ReloadButton
> stop_to_reload_timer_;
80
DISALLOW_IMPLICIT_CONSTRUCTORS(
ReloadButton
);
/external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button.cc
35
//
ReloadButton
---------------------------------------------------------------
38
const char
ReloadButton
::kViewClassName[] = "
ReloadButton
";
40
ReloadButton
::
ReloadButton
(LocationBarView* location_bar,
55
ReloadButton
::~
ReloadButton
() {
58
void
ReloadButton
::ChangeMode(Mode mode, bool force) {
85
&
ReloadButton
::OnStopToReloadTimer);
90
void
ReloadButton
::LoadImages()
[
all
...]
reload_button.h
20
//
ReloadButton
29
class
ReloadButton
: public ToolbarButton,
38
ReloadButton
(LocationBarView* location_bar,
40
virtual ~
ReloadButton
();
84
base::OneShotTimer<
ReloadButton
> double_click_timer_;
85
base::OneShotTimer<
ReloadButton
> stop_to_reload_timer_;
112
DISALLOW_IMPLICIT_CONSTRUCTORS(
ReloadButton
);
Completed in 207 milliseconds