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

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

Issue 2887613002: Revert of Rename AXObject to AXObjectImpl in modules/ and web/ (patchset #9 id:160001 of https://co… (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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 166
167 void EnterFullscreen(LocalFrame&) override; 167 void EnterFullscreen(LocalFrame&) override;
168 void ExitFullscreen(LocalFrame&) override; 168 void ExitFullscreen(LocalFrame&) override;
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(AXObject*,
177 AXObjectCache::AXNotification) override; 177 AXObjectCache::AXNotification) override;
178 String AcceptLanguages() override; 178 String AcceptLanguages() override;
179 179
180 // ChromeClientImpl: 180 // ChromeClientImpl:
181 void SetCursorForPlugin(const WebCursorInfo&, LocalFrame*); 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;
(...skipping 71 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/web/AssertMatchingEnums.cpp ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698