OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ZoomView
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_view.h
16
class
ZoomView
: public views::ImageView {
18
// Clicking on the
ZoomView
shows a ZoomBubbleView, which requires the current
23
explicit
ZoomView
(LocationBarView::Delegate* location_bar_delegate);
24
virtual ~
ZoomView
();
49
DISALLOW_COPY_AND_ASSIGN(
ZoomView
);
zoom_view.cc
19
ZoomView
::
ZoomView
(LocationBarView::Delegate* location_bar_delegate)
26
ZoomView
::~
ZoomView
() {
29
void
ZoomView
::Update(ZoomController* zoom_controller) {
44
void
ZoomView
::GetAccessibleState(ui::AccessibleViewState* state) {
49
bool
ZoomView
::GetTooltipText(const gfx::Point& p,
55
bool
ZoomView
::OnMousePressed(const ui::MouseEvent& event) {
60
void
ZoomView
::OnMouseReleased(const ui::MouseEvent& event) {
65
bool
ZoomView
::OnKeyPressed(const ui::KeyEvent& event)
[
all
...]
/packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java
36
public class
ZoomView
extends ImageView {
38
private static final String TAG = "
ZoomView
";
149
public
ZoomView
(Context context) {
/external/chromium/chrome/browser/ui/views/
wrench_menu.cc
372
//
ZoomView
--------------------------------------------------------------------
377
//
ZoomView
contains the various zoom controls: two buttons to increase/decrease
380
class WrenchMenu::
ZoomView
: public WrenchMenuView,
383
ZoomView
(WrenchMenu* menu,
559
DISALLOW_COPY_AND_ASSIGN(
ZoomView
);
676
new
ZoomView
(this, model, index, index + 1, index + 2));
/external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc
583
//
ZoomView
--------------------------------------------------------------------
589
//
ZoomView
contains the various zoom controls: two buttons to increase/decrease
592
class WrenchMenu::
ZoomView
: public WrenchMenuView {
594
ZoomView
(WrenchMenu* menu,
609
base::Bind(&WrenchMenu::
ZoomView
::OnZoomLevelChanged,
692
virtual ~
ZoomView
() {}
820
DISALLOW_COPY_AND_ASSIGN(
ZoomView
);
[
all
...]
Completed in 577 milliseconds