ImageWindowDelegate   18 content/browser/web_contents/aura/image_window_delegate.cc ImageWindowDelegate::ImageWindowDelegate()
ImageWindowDelegate   22 content/browser/web_contents/aura/image_window_delegate.cc ImageWindowDelegate::~ImageWindowDelegate() {
ImageWindowDelegate   25 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::SetImage(const gfx::Image& image) {
ImageWindowDelegate   31 content/browser/web_contents/aura/image_window_delegate.cc gfx::Size ImageWindowDelegate::GetMinimumSize() const {
ImageWindowDelegate   35 content/browser/web_contents/aura/image_window_delegate.cc gfx::Size ImageWindowDelegate::GetMaximumSize() const {
ImageWindowDelegate   39 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::OnBoundsChanged(const gfx::Rect& old_bounds,
ImageWindowDelegate   46 content/browser/web_contents/aura/image_window_delegate.cc gfx::NativeCursor ImageWindowDelegate::GetCursor(const gfx::Point& point) {
ImageWindowDelegate   50 content/browser/web_contents/aura/image_window_delegate.cc int ImageWindowDelegate::GetNonClientComponent(const gfx::Point& point) const {
ImageWindowDelegate   54 content/browser/web_contents/aura/image_window_delegate.cc bool ImageWindowDelegate::ShouldDescendIntoChildForEventHandling(
ImageWindowDelegate   60 content/browser/web_contents/aura/image_window_delegate.cc bool ImageWindowDelegate::CanFocus() {
ImageWindowDelegate   64 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::OnCaptureLost() {
ImageWindowDelegate   67 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::OnPaint(gfx::Canvas* canvas) {
ImageWindowDelegate   77 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::OnDeviceScaleFactorChanged(float scale_factor) {
ImageWindowDelegate   80 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::OnWindowDestroying(aura::Window* window) {
ImageWindowDelegate   83 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::OnWindowDestroyed(aura::Window* window) {
ImageWindowDelegate   87 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::OnWindowTargetVisibilityChanged(bool visible) {
ImageWindowDelegate   90 content/browser/web_contents/aura/image_window_delegate.cc bool ImageWindowDelegate::HasHitTestMask() const {
ImageWindowDelegate   94 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
ImageWindowDelegate   17 content/browser/web_contents/aura/image_window_delegate.h class CONTENT_EXPORT ImageWindowDelegate : public aura::WindowDelegate {
ImageWindowDelegate   19 content/browser/web_contents/aura/image_window_delegate.h   ImageWindowDelegate();
ImageWindowDelegate   25 content/browser/web_contents/aura/image_window_delegate.h   virtual ~ImageWindowDelegate();
ImageWindowDelegate   56 content/browser/web_contents/aura/image_window_delegate.h   DISALLOW_COPY_AND_ASSIGN(ImageWindowDelegate);
ImageWindowDelegate  138 content/browser/web_contents/aura/overscroll_navigation_overlay.cc     ImageWindowDelegate* delegate) {
ImageWindowDelegate   19 content/browser/web_contents/aura/overscroll_navigation_overlay.h class ImageWindowDelegate;
ImageWindowDelegate   47 content/browser/web_contents/aura/overscroll_navigation_overlay.h                         ImageWindowDelegate* delegate);
ImageWindowDelegate  105 content/browser/web_contents/aura/overscroll_navigation_overlay.h   ImageWindowDelegate* image_delegate_;
ImageWindowDelegate   98 content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc     ImageWindowDelegate* image_delegate = new ImageWindowDelegate();
ImageWindowDelegate  115 content/browser/web_contents/web_contents_view_aura.cc class OverscrollWindowDelegate : public ImageWindowDelegate {