Searched refs:zoomer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DPopupZoomer.java62 public void onPopupZoomerShown(PopupZoomer zoomer); argument
63 public void onPopupZoomerHidden(PopupZoomer zoomer); argument
86 // This is used in the case that the zoomer is cancelled while it is still animating outwards,
529 * Returns true if the point is inside the final drawable area for this popup zoomer.
H A DContentViewCore.java787 public void onPopupZoomerShown(final PopupZoomer zoomer) {
791 if (mContainerView.indexOfChild(zoomer) == -1) {
792 mContainerView.addView(zoomer);
801 public void onPopupZoomerHidden(final PopupZoomer zoomer) {
805 if (mContainerView.indexOfChild(zoomer) != -1) {
806 mContainerView.removeView(zoomer);
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc1101 RenderViewZoomer zoomer(scheme, host, zoom_level);
1102 RenderView::ForEach(&zoomer);

Completed in 158 milliseconds