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

  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.h 14 // An ImageWindowDelegate paints an image for a Window. The delegate destroys
16 class ImageWindowDelegate : public aura::WindowDelegate {
18 ImageWindowDelegate();
24 virtual ~ImageWindowDelegate();
57 DISALLOW_COPY_AND_ASSIGN(ImageWindowDelegate);
image_window_delegate.cc 18 ImageWindowDelegate::ImageWindowDelegate()
22 ImageWindowDelegate::~ImageWindowDelegate() {
25 void ImageWindowDelegate::SetImage(const gfx::Image& image) {
31 gfx::Size ImageWindowDelegate::GetMinimumSize() const {
35 gfx::Size ImageWindowDelegate::GetMaximumSize() const {
39 void ImageWindowDelegate::OnBoundsChanged(const gfx::Rect& old_bounds,
46 gfx::NativeCursor ImageWindowDelegate::GetCursor(const gfx::Point& point) {
50 int ImageWindowDelegate::GetNonClientComponent(const gfx::Point& point) const
    [all...]

Completed in 27 milliseconds