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

Side by Side Diff: chrome/browser/web_contents_view_win.h

Issue 17455: Autofill popup dismissed when page loses focus (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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
« no previous file with comments | « chrome/browser/web_contents_view.cc ('k') | chrome/browser/web_contents_view_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_WEB_CONTENTS_VIEW_WIN_H_ 5 #ifndef CHROME_BROWSER_WEB_CONTENTS_VIEW_WIN_H_
6 #define CHROME_BROWSER_WEB_CONTENTS_VIEW_WIN_H_ 6 #define CHROME_BROWSER_WEB_CONTENTS_VIEW_WIN_H_
7 7
8 #include "base/gfx/size.h" 8 #include "base/gfx/size.h"
9 #include "base/scoped_ptr.h" 9 #include "base/scoped_ptr.h"
10 #include "chrome/browser/web_contents_view.h" 10 #include "chrome/browser/web_contents_view.h"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 bool find_next, bool forward_direction); 43 bool find_next, bool forward_direction);
44 virtual void HideFindBar(bool end_session); 44 virtual void HideFindBar(bool end_session);
45 virtual void ReparentFindWindow(Browser* new_browser) const; 45 virtual void ReparentFindWindow(Browser* new_browser) const;
46 virtual bool GetFindBarWindowInfo(gfx::Point* position, 46 virtual bool GetFindBarWindowInfo(gfx::Point* position,
47 bool* fully_visible) const; 47 bool* fully_visible) const;
48 48
49 // Backend implementation of RenderViewHostDelegate::View. 49 // Backend implementation of RenderViewHostDelegate::View.
50 virtual WebContents* CreateNewWindowInternal( 50 virtual WebContents* CreateNewWindowInternal(
51 int route_id, HANDLE modal_dialog_event); 51 int route_id, HANDLE modal_dialog_event);
52 virtual RenderWidgetHostView* CreateNewWidgetInternal(int route_id, 52 virtual RenderWidgetHostView* CreateNewWidgetInternal(int route_id,
53 bool focus_on_show); 53 bool activatable);
54 virtual void ShowCreatedWindowInternal(WebContents* new_web_contents, 54 virtual void ShowCreatedWindowInternal(WebContents* new_web_contents,
55 WindowOpenDisposition disposition, 55 WindowOpenDisposition disposition,
56 const gfx::Rect& initial_pos, 56 const gfx::Rect& initial_pos,
57 bool user_gesture); 57 bool user_gesture);
58 virtual void ShowCreatedWidgetInternal(RenderWidgetHostView* widget_host_view, 58 virtual void ShowCreatedWidgetInternal(RenderWidgetHostView* widget_host_view,
59 const gfx::Rect& initial_pos); 59 const gfx::Rect& initial_pos);
60 virtual void ShowContextMenu( 60 virtual void ShowContextMenu(
61 const ViewHostMsg_ContextMenu_Params& params); 61 const ViewHostMsg_ContextMenu_Params& params);
62 virtual void StartDragging(const WebDropData& drop_data); 62 virtual void StartDragging(const WebDropData& drop_data);
63 virtual void UpdateDragCursor(bool is_drop_target); 63 virtual void UpdateDragCursor(bool is_drop_target);
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 // visible. 119 // visible.
120 scoped_ptr<SadTabView> sad_tab_; 120 scoped_ptr<SadTabView> sad_tab_;
121 121
122 // Whether to ignore the next CHAR keyboard event. 122 // Whether to ignore the next CHAR keyboard event.
123 bool ignore_next_char_event_; 123 bool ignore_next_char_event_;
124 124
125 DISALLOW_COPY_AND_ASSIGN(WebContentsViewWin); 125 DISALLOW_COPY_AND_ASSIGN(WebContentsViewWin);
126 }; 126 };
127 127
128 #endif // CHROME_BROWSER_WEB_CONTENTS_VIEW_WIN_H_ 128 #endif // CHROME_BROWSER_WEB_CONTENTS_VIEW_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/web_contents_view.cc ('k') | chrome/browser/web_contents_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698