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

Side by Side Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2887633002: Break dependency on ChromeClientImpl for WebPluginContainerImpl. (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 void FullscreenElementChanged(Element*, Element*) override; 169 void FullscreenElementChanged(Element*, Element*) override;
170 170
171 void ClearCompositedSelection(LocalFrame*) override; 171 void ClearCompositedSelection(LocalFrame*) override;
172 void UpdateCompositedSelection(LocalFrame*, 172 void UpdateCompositedSelection(LocalFrame*,
173 const CompositedSelection&) override; 173 const CompositedSelection&) override;
174 174
175 // ChromeClient methods: 175 // ChromeClient methods:
176 void PostAccessibilityNotification(AXObjectImpl*, 176 void PostAccessibilityNotification(AXObjectImpl*,
177 AXObjectCache::AXNotification) override; 177 AXObjectCache::AXNotification) override;
178 String AcceptLanguages() override; 178 String AcceptLanguages() override;
179 void SetCursorForPlugin(const WebCursorInfo&, LocalFrame*) override;
179 180
180 // ChromeClientImpl: 181 // ChromeClientImpl:
181 void SetCursorForPlugin(const WebCursorInfo&, LocalFrame*);
182 void SetNewWindowNavigationPolicy(WebNavigationPolicy); 182 void SetNewWindowNavigationPolicy(WebNavigationPolicy);
183 void SetCursorOverridden(bool); 183 void SetCursorOverridden(bool);
184 184
185 bool HasOpenedPopup() const override; 185 bool HasOpenedPopup() const override;
186 PopupMenu* OpenPopupMenu(LocalFrame&, HTMLSelectElement&) override; 186 PopupMenu* OpenPopupMenu(LocalFrame&, HTMLSelectElement&) override;
187 PagePopup* OpenPagePopup(PagePopupClient*) override; 187 PagePopup* OpenPagePopup(PagePopupClient*) override;
188 void ClosePagePopup(PagePopup*) override; 188 void ClosePagePopup(PagePopup*) override;
189 DOMWindow* PagePopupWindowForTesting() const override; 189 DOMWindow* PagePopupWindowForTesting() const override;
190 190
191 bool ShouldOpenModalDialogDuringPageDismissal( 191 bool ShouldOpenModalDialogDuringPageDismissal(
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 258
259 DEFINE_TYPE_CASTS(ChromeClientImpl, 259 DEFINE_TYPE_CASTS(ChromeClientImpl,
260 ChromeClient, 260 ChromeClient,
261 client, 261 client,
262 client->IsChromeClientImpl(), 262 client->IsChromeClientImpl(),
263 client.IsChromeClientImpl()); 263 client.IsChromeClientImpl());
264 264
265 } // namespace blink 265 } // namespace blink
266 266
267 #endif 267 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698