HomeSort by relevance Sort by last modified time
    Searched defs:ZoomView (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_view.h 17 class ZoomView : public views::ImageView {
19 // Clicking on the ZoomView shows a ZoomBubbleView, which requires the current
24 ZoomView(ToolbarModel* toolbar_model,
26 virtual ~ZoomView();
54 DISALLOW_COPY_AND_ASSIGN(ZoomView);
zoom_view.cc 19 ZoomView::ZoomView(ToolbarModel* toolbar_model,
28 ZoomView::~ZoomView() {
31 void ZoomView::Update(ZoomController* zoom_controller) {
46 void ZoomView::GetAccessibleState(ui::AccessibleViewState* state) {
51 bool ZoomView::GetTooltipText(const gfx::Point& p, string16* tooltip) const {
56 bool ZoomView::OnMousePressed(const ui::MouseEvent& event) {
61 void ZoomView::OnMouseReleased(const ui::MouseEvent& event) {
66 bool ZoomView::OnKeyPressed(const ui::KeyEvent& event)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 487 // ZoomView --------------------------------------------------------------------
493 // ZoomView contains the various zoom controls: two buttons to increase/decrease
496 class WrenchMenu::ZoomView : public WrenchMenuView {
498 ZoomView(WrenchMenu* menu,
506 zoom_callback_(base::Bind(&WrenchMenu::ZoomView::OnZoomLevelChanged,
593 virtual ~ZoomView() {
719 DISALLOW_COPY_AND_ASSIGN(ZoomView);
    [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));

Completed in 660 milliseconds