| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2009 Google Inc. All rights reserved. | 2 * Copyright (C) 2009 Google Inc. All rights reserved. |
| 3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). | 3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
| 7 * met: | 7 * met: |
| 8 * | 8 * |
| 9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 #include "web/ChromeClientImpl.h" | 32 #include "web/ChromeClientImpl.h" |
| 33 | 33 |
| 34 #include <memory> | 34 #include <memory> |
| 35 #include "bindings/core/v8/ScriptController.h" | 35 #include "bindings/core/v8/ScriptController.h" |
| 36 #include "core/HTMLNames.h" | 36 #include "core/HTMLNames.h" |
| 37 #include "core/dom/AXObjectCache.h" | 37 #include "core/dom/AXObjectCache.h" |
| 38 #include "core/dom/Document.h" | 38 #include "core/dom/Document.h" |
| 39 #include "core/dom/Fullscreen.h" | 39 #include "core/dom/Fullscreen.h" |
| 40 #include "core/dom/Node.h" | 40 #include "core/dom/Node.h" |
| 41 #include "core/events/UIEventWithKeyState.h" | 41 #include "core/events/UIEventWithKeyState.h" |
| 42 #include "core/events/WebInputEventConversion.h" |
| 42 #include "core/exported/WebFileChooserCompletionImpl.h" | 43 #include "core/exported/WebFileChooserCompletionImpl.h" |
| 43 #include "core/exported/WebViewBase.h" | 44 #include "core/exported/WebViewBase.h" |
| 44 #include "core/frame/FrameView.h" | 45 #include "core/frame/FrameView.h" |
| 45 #include "core/frame/Settings.h" | 46 #include "core/frame/Settings.h" |
| 46 #include "core/frame/VisualViewport.h" | 47 #include "core/frame/VisualViewport.h" |
| 47 #include "core/html/HTMLInputElement.h" | 48 #include "core/html/HTMLInputElement.h" |
| 48 #include "core/html/forms/ColorChooser.h" | 49 #include "core/html/forms/ColorChooser.h" |
| 49 #include "core/html/forms/ColorChooserClient.h" | 50 #include "core/html/forms/ColorChooserClient.h" |
| 50 #include "core/html/forms/DateTimeChooser.h" | 51 #include "core/html/forms/DateTimeChooser.h" |
| 51 #include "core/layout/HitTestResult.h" | 52 #include "core/layout/HitTestResult.h" |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 #include "web/ColorChooserUIController.h" | 114 #include "web/ColorChooserUIController.h" |
| 114 #include "web/DateTimeChooserImpl.h" | 115 #include "web/DateTimeChooserImpl.h" |
| 115 #include "web/DevToolsEmulator.h" | 116 #include "web/DevToolsEmulator.h" |
| 116 #include "web/ExternalDateTimeChooser.h" | 117 #include "web/ExternalDateTimeChooser.h" |
| 117 #include "web/ExternalPopupMenu.h" | 118 #include "web/ExternalPopupMenu.h" |
| 118 #include "web/IndexedDBClientImpl.h" | 119 #include "web/IndexedDBClientImpl.h" |
| 119 #include "web/LocalFileSystemClient.h" | 120 #include "web/LocalFileSystemClient.h" |
| 120 #include "web/NavigatorContentUtilsClientImpl.h" | 121 #include "web/NavigatorContentUtilsClientImpl.h" |
| 121 #include "web/PopupMenuImpl.h" | 122 #include "web/PopupMenuImpl.h" |
| 122 #include "web/WebFrameWidgetImpl.h" | 123 #include "web/WebFrameWidgetImpl.h" |
| 123 #include "web/WebInputEventConversion.h" | |
| 124 #include "web/WebLocalFrameImpl.h" | 124 #include "web/WebLocalFrameImpl.h" |
| 125 #include "web/WebPluginContainerImpl.h" | 125 #include "web/WebPluginContainerImpl.h" |
| 126 #include "web/WebRemoteFrameImpl.h" | 126 #include "web/WebRemoteFrameImpl.h" |
| 127 #include "web/WebSettingsImpl.h" | 127 #include "web/WebSettingsImpl.h" |
| 128 | 128 |
| 129 namespace blink { | 129 namespace blink { |
| 130 | 130 |
| 131 namespace { | 131 namespace { |
| 132 | 132 |
| 133 const char* DialogTypeToString(ChromeClient::DialogType dialog_type) { | 133 const char* DialogTypeToString(ChromeClient::DialogType dialog_type) { |
| (...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1254 if (RuntimeEnabledFeatures::presentationEnabled()) | 1254 if (RuntimeEnabledFeatures::presentationEnabled()) |
| 1255 PresentationController::ProvideTo(frame, client->PresentationClient()); | 1255 PresentationController::ProvideTo(frame, client->PresentationClient()); |
| 1256 if (RuntimeEnabledFeatures::audioOutputDevicesEnabled()) { | 1256 if (RuntimeEnabledFeatures::audioOutputDevicesEnabled()) { |
| 1257 ProvideAudioOutputDeviceClientTo(frame, | 1257 ProvideAudioOutputDeviceClientTo(frame, |
| 1258 new AudioOutputDeviceClientImpl(frame)); | 1258 new AudioOutputDeviceClientImpl(frame)); |
| 1259 } | 1259 } |
| 1260 InstalledAppController::ProvideTo(frame, client->GetRelatedAppsFetcher()); | 1260 InstalledAppController::ProvideTo(frame, client->GetRelatedAppsFetcher()); |
| 1261 } | 1261 } |
| 1262 | 1262 |
| 1263 } // namespace blink | 1263 } // namespace blink |
| OLD | NEW |