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

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

Issue 2500273003: Presentation API: add settings for presentation.receiver being exposed. (Closed)
Patch Set: update property-access-tests and rebase Created 4 years 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/WebSettingsImpl.cpp ('k') | no next file » | 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 virtual void setMockScrollbarsEnabled(bool) = 0; 209 virtual void setMockScrollbarsEnabled(bool) = 0;
210 virtual void setHideScrollbars(bool) = 0; 210 virtual void setHideScrollbars(bool) = 0;
211 virtual void setOfflineWebApplicationCacheEnabled(bool) = 0; 211 virtual void setOfflineWebApplicationCacheEnabled(bool) = 0;
212 virtual void setPassiveEventListenerDefault(PassiveEventListenerDefault) = 0; 212 virtual void setPassiveEventListenerDefault(PassiveEventListenerDefault) = 0;
213 virtual void setPasswordEchoDurationInSeconds(double) = 0; 213 virtual void setPasswordEchoDurationInSeconds(double) = 0;
214 virtual void setPasswordEchoEnabled(bool) = 0; 214 virtual void setPasswordEchoEnabled(bool) = 0;
215 virtual void setPerTilePaintingEnabled(bool) = 0; 215 virtual void setPerTilePaintingEnabled(bool) = 0;
216 virtual void setPictographFontFamily(const WebString&, 216 virtual void setPictographFontFamily(const WebString&,
217 UScriptCode = USCRIPT_COMMON) = 0; 217 UScriptCode = USCRIPT_COMMON) = 0;
218 virtual void setPluginsEnabled(bool) = 0; 218 virtual void setPluginsEnabled(bool) = 0;
219 virtual void setPresentationReceiver(bool) = 0;
219 virtual void setAvailablePointerTypes(int) = 0; 220 virtual void setAvailablePointerTypes(int) = 0;
220 virtual void setPrimaryPointerType(PointerType) = 0; 221 virtual void setPrimaryPointerType(PointerType) = 0;
221 virtual void setAvailableHoverTypes(int) = 0; 222 virtual void setAvailableHoverTypes(int) = 0;
222 virtual void setPrimaryHoverType(HoverType) = 0; 223 virtual void setPrimaryHoverType(HoverType) = 0;
223 virtual void setPreferHiddenVolumeControls(bool) = 0; 224 virtual void setPreferHiddenVolumeControls(bool) = 0;
224 virtual void setRenderVSyncNotificationEnabled(bool) = 0; 225 virtual void setRenderVSyncNotificationEnabled(bool) = 0;
225 virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) = 0; 226 virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) = 0;
226 virtual void setRubberBandingOnCompositorThread(bool) = 0; 227 virtual void setRubberBandingOnCompositorThread(bool) = 0;
227 virtual void setSansSerifFontFamily(const WebString&, 228 virtual void setSansSerifFontFamily(const WebString&,
228 UScriptCode = USCRIPT_COMMON) = 0; 229 UScriptCode = USCRIPT_COMMON) = 0;
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 virtual void setExpensiveBackgroundThrottlingMaxBudget(float) = 0; 296 virtual void setExpensiveBackgroundThrottlingMaxBudget(float) = 0;
296 virtual void setExpensiveBackgroundThrottlingMaxDelay(float) = 0; 297 virtual void setExpensiveBackgroundThrottlingMaxDelay(float) = 0;
297 298
298 protected: 299 protected:
299 ~WebSettings() {} 300 ~WebSettings() {}
300 }; 301 };
301 302
302 } // namespace blink 303 } // namespace blink
303 304
304 #endif 305 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698