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

Side by Side Diff: third_party/WebKit/public/web/WebSettings.h

Issue 2293373002: Remove unused prefs/api/resource for setPageEncoding (Closed)
Patch Set: It's September! Created 4 years, 3 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 | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/web/WebView.h » ('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 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 virtual void setTextTrackMarginPercentage(float) = 0; 256 virtual void setTextTrackMarginPercentage(float) = 0;
257 virtual void setTextTrackTextColor(const WebString&) = 0; 257 virtual void setTextTrackTextColor(const WebString&) = 0;
258 virtual void setTextTrackTextShadow(const WebString&) = 0; 258 virtual void setTextTrackTextShadow(const WebString&) = 0;
259 virtual void setTextTrackTextSize(const WebString&) = 0; 259 virtual void setTextTrackTextSize(const WebString&) = 0;
260 virtual void setThreadedScrollingEnabled(bool) = 0; 260 virtual void setThreadedScrollingEnabled(bool) = 0;
261 virtual void setTouchDragDropEnabled(bool) = 0; 261 virtual void setTouchDragDropEnabled(bool) = 0;
262 virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool) = 0; 262 virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool) = 0;
263 virtual void setViewportStyle(WebViewportStyle) = 0; 263 virtual void setViewportStyle(WebViewportStyle) = 0;
264 virtual void setUseSolidColorScrollbars(bool) = 0; 264 virtual void setUseSolidColorScrollbars(bool) = 0;
265 virtual void setUseWideViewport(bool) = 0; 265 virtual void setUseWideViewport(bool) = 0;
266 virtual void setUsesEncodingDetector(bool) = 0;
267 virtual void setV8CacheOptions(V8CacheOptions) = 0; 266 virtual void setV8CacheOptions(V8CacheOptions) = 0;
268 virtual void setV8CacheStrategiesForCacheStorage(V8CacheStrategiesForCacheSt orage) = 0; 267 virtual void setV8CacheStrategiesForCacheStorage(V8CacheStrategiesForCacheSt orage) = 0;
269 virtual void setValidationMessageTimerMagnification(int) = 0; 268 virtual void setValidationMessageTimerMagnification(int) = 0;
270 virtual void setViewportEnabled(bool) = 0; 269 virtual void setViewportEnabled(bool) = 0;
271 virtual void setViewportMetaEnabled(bool) = 0; 270 virtual void setViewportMetaEnabled(bool) = 0;
272 virtual void setViewportMetaLayoutSizeQuirk(bool) = 0; 271 virtual void setViewportMetaLayoutSizeQuirk(bool) = 0;
273 virtual void setViewportMetaMergeContentQuirk(bool) = 0; 272 virtual void setViewportMetaMergeContentQuirk(bool) = 0;
274 virtual void setViewportMetaNonUserScalableQuirk(bool) = 0; 273 virtual void setViewportMetaNonUserScalableQuirk(bool) = 0;
275 virtual void setViewportMetaZeroValuesQuirk(bool) = 0; 274 virtual void setViewportMetaZeroValuesQuirk(bool) = 0;
276 virtual void setWebGLErrorsToConsoleEnabled(bool) = 0; 275 virtual void setWebGLErrorsToConsoleEnabled(bool) = 0;
277 virtual void setWebSecurityEnabled(bool) = 0; 276 virtual void setWebSecurityEnabled(bool) = 0;
278 virtual void setWideViewportQuirkEnabled(bool) = 0; 277 virtual void setWideViewportQuirkEnabled(bool) = 0;
279 virtual void setXSSAuditorEnabled(bool) = 0; 278 virtual void setXSSAuditorEnabled(bool) = 0;
280 279
281 protected: 280 protected:
282 ~WebSettings() { } 281 ~WebSettings() { }
283 }; 282 };
284 283
285 } // namespace blink 284 } // namespace blink
286 285
287 #endif 286 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698