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

Side by Side Diff: Source/WebKit/chromium/src/WebSettingsImpl.h

Issue 13811041: expose spatial navigation to chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 7 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
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 virtual void setShouldDisplayCaptions(bool); 138 virtual void setShouldDisplayCaptions(bool);
139 virtual void setShouldDisplaySubtitles(bool); 139 virtual void setShouldDisplaySubtitles(bool);
140 virtual void setShouldDisplayTextDescriptions(bool); 140 virtual void setShouldDisplayTextDescriptions(bool);
141 virtual void setShouldPrintBackgrounds(bool); 141 virtual void setShouldPrintBackgrounds(bool);
142 virtual void setShouldRespectImageOrientation(bool); 142 virtual void setShouldRespectImageOrientation(bool);
143 virtual void setShowDebugBorders(bool); 143 virtual void setShowDebugBorders(bool);
144 virtual void setShowFPSCounter(bool); 144 virtual void setShowFPSCounter(bool);
145 virtual void setShowPaintRects(bool); 145 virtual void setShowPaintRects(bool);
146 virtual void setShrinksStandaloneImagesToFit(bool); 146 virtual void setShrinksStandaloneImagesToFit(bool);
147 virtual void setSmartInsertDeleteEnabled(bool); 147 virtual void setSmartInsertDeleteEnabled(bool);
148 virtual void setSpatialNavigationEnabled(bool);
148 virtual void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_C OMMON); 149 virtual void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_C OMMON);
149 virtual void setSupportDeprecatedTargetDensityDPI(bool); 150 virtual void setSupportDeprecatedTargetDensityDPI(bool);
150 virtual void setSupportsMultipleWindows(bool); 151 virtual void setSupportsMultipleWindows(bool);
151 virtual void setSyncXHRInDocumentsEnabled(bool); 152 virtual void setSyncXHRInDocumentsEnabled(bool);
152 virtual void setTextAreasAreResizable(bool); 153 virtual void setTextAreasAreResizable(bool);
153 virtual void setTextAutosizingEnabled(bool); 154 virtual void setTextAutosizingEnabled(bool);
154 virtual void setTextAutosizingFontScaleFactor(float); 155 virtual void setTextAutosizingFontScaleFactor(float);
155 virtual void setTextDirectionSubmenuInclusionBehaviorNeverIncluded(); 156 virtual void setTextDirectionSubmenuInclusionBehaviorNeverIncluded();
156 virtual void setTouchDragDropEnabled(bool); 157 virtual void setTouchDragDropEnabled(bool);
157 virtual void setThreadedHTMLParser(bool); 158 virtual void setThreadedHTMLParser(bool);
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 bool m_autoZoomFocusedNodeToLegibleScale; 193 bool m_autoZoomFocusedNodeToLegibleScale;
193 bool m_deferredImageDecodingEnabled; 194 bool m_deferredImageDecodingEnabled;
194 bool m_doubleTapToZoomEnabled; 195 bool m_doubleTapToZoomEnabled;
195 bool m_perTilePaintingEnabled; 196 bool m_perTilePaintingEnabled;
196 bool m_supportDeprecatedTargetDensityDPI; 197 bool m_supportDeprecatedTargetDensityDPI;
197 }; 198 };
198 199
199 } // namespace WebKit 200 } // namespace WebKit
200 201
201 #endif 202 #endif
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/public/WebSettings.h ('k') | Source/WebKit/chromium/src/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698