OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentsZoomChange
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel_host.h
70
virtual void
ContentsZoomChange
(bool zoom_in) OVERRIDE;
panel_host.cc
181
void PanelHost::
ContentsZoomChange
(bool zoom_in) {
/external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc
69
tab_contents->delegate()->
ContentsZoomChange
(false);
72
tab_contents->delegate()->
ContentsZoomChange
(true);
/external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.cc
85
tab_contents->delegate()->
ContentsZoomChange
(false);
88
tab_contents->delegate()->
ContentsZoomChange
(true);
tab_contents_view_views.cc
321
tab_contents()->delegate()->
ContentsZoomChange
(zoom_in);
/external/chromium/chrome/browser/
external_tab_container_win.h
132
virtual void
ContentsZoomChange
(bool zoom_in);
external_tab_container_win.cc
509
void ExternalTabContainer::
ContentsZoomChange
(bool zoom_in) {
[
all
...]
/external/chromium_org/content/public/browser/
web_contents_delegate.h
155
virtual void
ContentsZoomChange
(bool zoom_in) {}
/external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.h
117
virtual void
ContentsZoomChange
(bool zoom_in) OVERRIDE;
external_tab_container_win.cc
790
void ExternalTabContainerWin::
ContentsZoomChange
(bool zoom_in) {
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_view_gtk.cc
73
delegate->
ContentsZoomChange
(event->direction == GDK_SCROLL_UP);
web_contents_view_win.cc
430
web_contents_->GetDelegate()->
ContentsZoomChange
(distance > 0);
web_contents_impl.cc
[
all
...]
/external/chromium/chrome/browser/ui/
browser.h
783
virtual void
ContentsZoomChange
(bool zoom_in);
[
all
...]
browser.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser.h
560
virtual void
ContentsZoomChange
(bool zoom_in) OVERRIDE;
[
all
...]
browser.cc
[
all
...]
Completed in 412 milliseconds