HomeSort by relevance Sort by last modified time
    Searched refs:ZoomController (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/ui/zoom/
zoom_controller.cc 22 DEFINE_WEB_CONTENTS_USER_DATA_KEY(ZoomController);
24 ZoomController::ZoomController(content::WebContents* web_contents)
32 base::Bind(&ZoomController::UpdateState,
38 base::Bind(&ZoomController::OnZoomLevelChanged,
44 ZoomController::~ZoomController() {}
46 bool ZoomController::IsAtDefaultZoom() const {
51 int ZoomController::GetResourceForZoomLevel() const {
58 void ZoomController::DidNavigateMainFrame
    [all...]
zoom_controller.h 22 class ZoomController : public content::WebContentsObserver,
23 public content::WebContentsUserData<ZoomController> {
25 virtual ~ZoomController();
43 explicit ZoomController(content::WebContents* web_contents);
44 friend class content::WebContentsUserData<ZoomController>;
68 DISALLOW_COPY_AND_ASSIGN(ZoomController);
zoom_controller_unittest.cc 31 zoom_controller_.reset(new ZoomController(web_contents()));
41 scoped_ptr<ZoomController> zoom_controller_;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_view.h 13 class ZoomController;
28 void Update(ZoomController* zoom_controller);
zoom_bubble_view.cc 153 ZoomController* zoom_controller =
154 ZoomController::FromWebContents(web_contents_);
214 ZoomController* zoom_controller =
215 ZoomController::FromWebContents(web_contents_);
zoom_view.cc 29 void ZoomView::Update(ZoomController* zoom_controller) {
location_bar_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
zoom_decoration.h 16 class ZoomController;
29 void Update(ZoomController* zoom_controller);
  /external/chromium_org/chrome/browser/ui/gtk/
zoom_bubble_gtk.cc 102 ZoomController* zoom_controller =
103 ZoomController::FromWebContents(web_contents_);
178 ZoomController* zoom_controller =
179 ZoomController::FromWebContents(web_contents_);
location_bar_view_gtk_browsertest.cc 80 ZoomController* zoom_controller = ZoomController::FromWebContents(contents);
location_bar_view_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser_tab_contents.cc 165 ZoomController::CreateForWebContents(web_contents);
browser.cc     [all...]

Completed in 226 milliseconds