OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StarView
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/location_bar/
star_view.cc
18
StarView
::
StarView
(CommandUpdater* command_updater)
24
StarView
::~
StarView
() {}
26
void
StarView
::SetToggled(bool on) {
33
bool
StarView
::IsBubbleShowing() const {
37
void
StarView
::OnExecuting(
star_view.h
13
class
StarView
: public BubbleIconView {
15
explicit
StarView
(CommandUpdater* command_updater);
16
virtual ~
StarView
();
28
DISALLOW_COPY_AND_ASSIGN(
StarView
);
/external/chromium/chrome/browser/ui/views/location_bar/
star_view.h
20
class
StarView
: public views::ImageView, public BubbleDelegate {
22
explicit
StarView
(CommandUpdater* command_updater);
23
virtual ~
StarView
();
45
DISALLOW_IMPLICIT_CONSTRUCTORS(
StarView
);
star_view.cc
18
StarView
::
StarView
(CommandUpdater* command_updater)
25
StarView
::~
StarView
() {
28
void
StarView
::SetToggled(bool on) {
35
void
StarView
::GetAccessibleState(ui::AccessibleViewState* state) {
40
bool
StarView
::GetTooltipText(const gfx::Point& p, std::wstring* tooltip) {
48
bool
StarView
::OnMousePressed(const views::MouseEvent& event) {
54
void
StarView
::OnMouseReleased(const views::MouseEvent& event) {
59
bool
StarView
::OnKeyPressed(const views::KeyEvent& event)
[
all
...]
Completed in 50 milliseconds