Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Side by Side Diff: chrome/browser/views/frame/aero_glass_frame.h

Issue 28126: Hide the autocomplete popup when the browser window is moved (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_VIEWS_FRAME_AERO_GLASS_FRAME_H_ 5 #ifndef CHROME_BROWSER_VIEWS_FRAME_AERO_GLASS_FRAME_H_
6 #define CHROME_BROWSER_VIEWS_FRAME_AERO_GLASS_FRAME_H_ 6 #define CHROME_BROWSER_VIEWS_FRAME_AERO_GLASS_FRAME_H_
7 7
8 #include "chrome/browser/views/frame/browser_frame.h" 8 #include "chrome/browser/views/frame/browser_frame.h"
9 #include "chrome/views/window.h" 9 #include "chrome/views/window.h"
10 10
(...skipping 26 matching lines...) Expand all
37 virtual gfx::Rect GetBoundsForTabStrip(TabStrip* tabstrip) const; 37 virtual gfx::Rect GetBoundsForTabStrip(TabStrip* tabstrip) const;
38 virtual void UpdateThrobber(bool running); 38 virtual void UpdateThrobber(bool running);
39 virtual views::Window* GetWindow(); 39 virtual views::Window* GetWindow();
40 virtual const views::Window* GetWindow() const; 40 virtual const views::Window* GetWindow() const;
41 41
42 protected: 42 protected:
43 // Overridden from views::WidgetWin: 43 // Overridden from views::WidgetWin:
44 virtual bool AcceleratorPressed(views::Accelerator* accelerator); 44 virtual bool AcceleratorPressed(views::Accelerator* accelerator);
45 virtual bool GetAccelerator(int cmd_id, views::Accelerator* accelerator); 45 virtual bool GetAccelerator(int cmd_id, views::Accelerator* accelerator);
46 virtual void OnInitMenuPopup(HMENU menu, UINT position, BOOL is_system_menu); 46 virtual void OnInitMenuPopup(HMENU menu, UINT position, BOOL is_system_menu);
47 virtual void OnEnterSizeMove();
47 virtual void OnEndSession(BOOL ending, UINT logoff); 48 virtual void OnEndSession(BOOL ending, UINT logoff);
48 virtual LRESULT OnMouseActivate(HWND window, 49 virtual LRESULT OnMouseActivate(HWND window,
49 UINT hittest_code, 50 UINT hittest_code,
50 UINT message); 51 UINT message);
51 virtual void OnMove(const CPoint& point); 52 virtual void OnMove(const CPoint& point);
52 virtual void OnMoving(UINT param, const RECT* new_bounds); 53 virtual void OnMoving(UINT param, const RECT* new_bounds);
53 virtual LRESULT OnNCActivate(BOOL active); 54 virtual LRESULT OnNCActivate(BOOL active);
54 virtual LRESULT OnNCCalcSize(BOOL mode, LPARAM l_param); 55 virtual LRESULT OnNCCalcSize(BOOL mode, LPARAM l_param);
55 virtual LRESULT OnNCHitTest(const CPoint& pt); 56 virtual LRESULT OnNCHitTest(const CPoint& pt);
56 57
(...skipping 28 matching lines...) Expand all
85 86
86 static const int kThrobberIconCount = 24; 87 static const int kThrobberIconCount = 24;
87 static HICON throbber_icons_[kThrobberIconCount]; 88 static HICON throbber_icons_[kThrobberIconCount];
88 static void InitThrobberIcons(); 89 static void InitThrobberIcons();
89 90
90 DISALLOW_EVIL_CONSTRUCTORS(AeroGlassFrame); 91 DISALLOW_EVIL_CONSTRUCTORS(AeroGlassFrame);
91 }; 92 };
92 93
93 #endif // #ifndef CHROME_BROWSER_VIEWS_FRAME_AERO_GLASS_FRAME_H_ 94 #endif // #ifndef CHROME_BROWSER_VIEWS_FRAME_AERO_GLASS_FRAME_H_
94 95
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/web_contents.h ('k') | chrome/browser/views/frame/aero_glass_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698