| OLD | NEW |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 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_FRAME_IMPL_H_ | 5 #ifndef CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ |
| 6 #define CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ | 6 #define CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ |
| 7 | 7 |
| 8 #include <stddef.h> | 8 #include <stddef.h> |
| 9 #include <stdint.h> | 9 #include <stdint.h> |
| 10 | 10 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 #include "content/common/accessibility_mode_enums.h" | 28 #include "content/common/accessibility_mode_enums.h" |
| 29 #include "content/common/associated_interface_registry_impl.h" | 29 #include "content/common/associated_interface_registry_impl.h" |
| 30 #include "content/common/download/mhtml_save_status.h" | 30 #include "content/common/download/mhtml_save_status.h" |
| 31 #include "content/common/frame.mojom.h" | 31 #include "content/common/frame.mojom.h" |
| 32 #include "content/common/frame_message_enums.h" | 32 #include "content/common/frame_message_enums.h" |
| 33 #include "content/common/host_zoom.mojom.h" | 33 #include "content/common/host_zoom.mojom.h" |
| 34 #include "content/common/renderer.mojom.h" | 34 #include "content/common/renderer.mojom.h" |
| 35 #include "content/public/common/console_message_level.h" | 35 #include "content/public/common/console_message_level.h" |
| 36 #include "content/public/common/javascript_message_type.h" | 36 #include "content/public/common/javascript_message_type.h" |
| 37 #include "content/public/common/referrer.h" | 37 #include "content/public/common/referrer.h" |
| 38 #include "content/public/common/request_context_type.h" |
| 38 #include "content/public/common/stop_find_action.h" | 39 #include "content/public/common/stop_find_action.h" |
| 39 #include "content/public/renderer/render_frame.h" | 40 #include "content/public/renderer/render_frame.h" |
| 40 #include "content/renderer/frame_blame_context.h" | 41 #include "content/renderer/frame_blame_context.h" |
| 41 #include "content/renderer/mojo/blink_interface_provider_impl.h" | 42 #include "content/renderer/mojo/blink_interface_provider_impl.h" |
| 42 #include "content/renderer/renderer_webcookiejar_impl.h" | 43 #include "content/renderer/renderer_webcookiejar_impl.h" |
| 43 #include "ipc/ipc_message.h" | 44 #include "ipc/ipc_message.h" |
| 44 #include "ipc/ipc_platform_file.h" | 45 #include "ipc/ipc_platform_file.h" |
| 45 #include "media/blink/webmediaplayer_delegate.h" | 46 #include "media/blink/webmediaplayer_delegate.h" |
| 46 #include "media/blink/webmediaplayer_params.h" | 47 #include "media/blink/webmediaplayer_params.h" |
| 47 #include "media/mojo/interfaces/remoting.mojom.h" | 48 #include "media/mojo/interfaces/remoting.mojom.h" |
| (...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 869 const base::string16& search_text, | 870 const base::string16& search_text, |
| 870 const blink::WebFindOptions& options); | 871 const blink::WebFindOptions& options); |
| 871 void OnClearActiveFindMatch(); | 872 void OnClearActiveFindMatch(); |
| 872 void OnStopFinding(StopFindAction action); | 873 void OnStopFinding(StopFindAction action); |
| 873 void OnEnableViewSourceMode(); | 874 void OnEnableViewSourceMode(); |
| 874 void OnSuppressFurtherDialogs(); | 875 void OnSuppressFurtherDialogs(); |
| 875 void OnSetHasReceivedUserGesture(); | 876 void OnSetHasReceivedUserGesture(); |
| 876 void OnFileChooserResponse( | 877 void OnFileChooserResponse( |
| 877 const std::vector<content::FileChooserFileInfo>& files); | 878 const std::vector<content::FileChooserFileInfo>& files); |
| 878 void OnClearFocusedElement(); | 879 void OnClearFocusedElement(); |
| 880 void OnBlinkFeatureUsageReport(const std::set<int>& features); |
| 881 void OnMixedContentFoundByTheBrowser(const GURL& main_resource_url, |
| 882 const GURL& mixed_content_url, |
| 883 RequestContextType request_context_type, |
| 884 bool was_allowed, |
| 885 bool had_redirect); |
| 879 #if defined(OS_ANDROID) | 886 #if defined(OS_ANDROID) |
| 880 void OnActivateNearestFindResult(int request_id, float x, float y); | 887 void OnActivateNearestFindResult(int request_id, float x, float y); |
| 881 void OnGetNearestFindResult(int request_id, float x, float y); | 888 void OnGetNearestFindResult(int request_id, float x, float y); |
| 882 void OnFindMatchRects(int current_version); | 889 void OnFindMatchRects(int current_version); |
| 883 #endif | 890 #endif |
| 884 | 891 |
| 885 #if defined(USE_EXTERNAL_POPUP_MENU) | 892 #if defined(USE_EXTERNAL_POPUP_MENU) |
| 886 #if defined(OS_MACOSX) | 893 #if defined(OS_MACOSX) |
| 887 void OnSelectPopupMenuItem(int selected_index); | 894 void OnSelectPopupMenuItem(int selected_index); |
| 888 #else | 895 #else |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1358 bool browser_side_navigation_pending_ = false; | 1365 bool browser_side_navigation_pending_ = false; |
| 1359 | 1366 |
| 1360 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; | 1367 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; |
| 1361 | 1368 |
| 1362 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); | 1369 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); |
| 1363 }; | 1370 }; |
| 1364 | 1371 |
| 1365 } // namespace content | 1372 } // namespace content |
| 1366 | 1373 |
| 1367 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ | 1374 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ |
| OLD | NEW |