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

Side by Side Diff: trunk/src/content/renderer/render_view_impl.h

Issue 177263002: Revert 252883 "Remove tests and code for showModalDialog" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 // IPC::Listener implementation ---------------------------------------------- 372 // IPC::Listener implementation ----------------------------------------------
373 373
374 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; 374 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
375 375
376 // blink::WebWidgetClient implementation ------------------------------------ 376 // blink::WebWidgetClient implementation ------------------------------------
377 377
378 // Most methods are handled by RenderWidget. 378 // Most methods are handled by RenderWidget.
379 virtual void didFocus(); 379 virtual void didFocus();
380 virtual void didBlur(); 380 virtual void didBlur();
381 virtual void show(blink::WebNavigationPolicy policy); 381 virtual void show(blink::WebNavigationPolicy policy);
382 virtual void runModal();
382 virtual bool enterFullScreen(); 383 virtual bool enterFullScreen();
383 virtual void exitFullScreen(); 384 virtual void exitFullScreen();
384 virtual bool requestPointerLock(); 385 virtual bool requestPointerLock();
385 virtual void requestPointerUnlock(); 386 virtual void requestPointerUnlock();
386 virtual bool isPointerLocked(); 387 virtual bool isPointerLocked();
387 virtual void didActivateCompositor(int input_handler_identifier); 388 virtual void didActivateCompositor(int input_handler_identifier);
388 virtual void didHandleGestureEvent(const blink::WebGestureEvent& event, 389 virtual void didHandleGestureEvent(const blink::WebGestureEvent& event,
389 bool event_cancelled) OVERRIDE; 390 bool event_cancelled) OVERRIDE;
390 virtual void initializeLayerTreeView() OVERRIDE; 391 virtual void initializeLayerTreeView() OVERRIDE;
391 392
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
1460 // use the Observer interface to filter IPC messages and receive frame change 1461 // use the Observer interface to filter IPC messages and receive frame change
1461 // notifications. 1462 // notifications.
1462 // --------------------------------------------------------------------------- 1463 // ---------------------------------------------------------------------------
1463 1464
1464 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl); 1465 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl);
1465 }; 1466 };
1466 1467
1467 } // namespace content 1468 } // namespace content
1468 1469
1469 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 1470 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
OLDNEW
« no previous file with comments | « trunk/src/content/common/view_messages.h ('k') | trunk/src/content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698