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

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

Issue 1083093004: Removing unnecessary blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: trybot fixing Created 5 years, 8 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
« no previous file with comments | « Source/modules/netinfo/NetworkInformation.cpp ('k') | Source/web/InspectorOverlayImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 // Pass 0 as the GraphicsLayer to detatch the root layer. 134 // Pass 0 as the GraphicsLayer to detatch the root layer.
135 virtual void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override; 135 virtual void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override;
136 136
137 virtual void attachCompositorAnimationTimeline(WebCompositorAnimationTimelin e*, LocalFrame* localRoot) override; 137 virtual void attachCompositorAnimationTimeline(WebCompositorAnimationTimelin e*, LocalFrame* localRoot) override;
138 virtual void detachCompositorAnimationTimeline(WebCompositorAnimationTimelin e*, LocalFrame* localRoot) override; 138 virtual void detachCompositorAnimationTimeline(WebCompositorAnimationTimelin e*, LocalFrame* localRoot) override;
139 139
140 virtual void enterFullScreenForElement(Element*) override; 140 virtual void enterFullScreenForElement(Element*) override;
141 virtual void exitFullScreenForElement(Element*) override; 141 virtual void exitFullScreenForElement(Element*) override;
142 142
143 virtual void clearCompositedSelection() override; 143 virtual void clearCompositedSelection() override;
144 virtual void updateCompositedSelection(const blink::CompositedSelection&) ov erride; 144 virtual void updateCompositedSelection(const CompositedSelection&) override;
145 145
146 // ChromeClient methods: 146 // ChromeClient methods:
147 virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotif ication) override; 147 virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotif ication) override;
148 virtual String acceptLanguages() override; 148 virtual String acceptLanguages() override;
149 149
150 // ChromeClientImpl: 150 // ChromeClientImpl:
151 void setCursorForPlugin(const WebCursorInfo&); 151 void setCursorForPlugin(const WebCursorInfo&);
152 void setNewWindowNavigationPolicy(WebNavigationPolicy); 152 void setNewWindowNavigationPolicy(WebNavigationPolicy);
153 153
154 virtual bool hasOpenedPopup() const override; 154 virtual bool hasOpenedPopup() const override;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 WindowFeatures m_windowFeatures; 191 WindowFeatures m_windowFeatures;
192 192
193 PagePopupDriver* m_pagePopupDriver; 193 PagePopupDriver* m_pagePopupDriver;
194 }; 194 };
195 195
196 DEFINE_TYPE_CASTS(ChromeClientImpl, ChromeClient, client, client->isChromeClient Impl(), client.isChromeClientImpl()); 196 DEFINE_TYPE_CASTS(ChromeClientImpl, ChromeClient, client, client->isChromeClient Impl(), client.isChromeClientImpl());
197 197
198 } // namespace blink 198 } // namespace blink
199 199
200 #endif 200 #endif
OLDNEW
« no previous file with comments | « Source/modules/netinfo/NetworkInformation.cpp ('k') | Source/web/InspectorOverlayImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698