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

Side by Side Diff: Source/core/testing/Internals.h

Issue 23819053: Rename usesOverlayScrollbars of settings to mockScrollbarsUseOverlay (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: mockScrollbarsUses... -> mockScrollbarsUse... Created 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/testing/InternalSettings.idl ('k') | Source/core/testing/Internals.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) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 * Copyright (C) 2013 Apple Inc. All rights reserved.
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 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 PassRefPtr<TypeConversions> typeConversions() const; 271 PassRefPtr<TypeConversions> typeConversions() const;
272 272
273 Vector<String> getReferencedFilePaths() const; 273 Vector<String> getReferencedFilePaths() const;
274 274
275 void startTrackingRepaints(Document*, ExceptionState&); 275 void startTrackingRepaints(Document*, ExceptionState&);
276 void stopTrackingRepaints(Document*, ExceptionState&); 276 void stopTrackingRepaints(Document*, ExceptionState&);
277 277
278 PassRefPtr<ArrayBuffer> serializeObject(PassRefPtr<SerializedScriptValue>) c onst; 278 PassRefPtr<ArrayBuffer> serializeObject(PassRefPtr<SerializedScriptValue>) c onst;
279 PassRefPtr<SerializedScriptValue> deserializeBuffer(PassRefPtr<ArrayBuffer>) const; 279 PassRefPtr<SerializedScriptValue> deserializeBuffer(PassRefPtr<ArrayBuffer>) const;
280 280
281 void setUsesOverlayScrollbars(bool enabled);
282
283 String getCurrentCursorInfo(Document*, ExceptionState&); 281 String getCurrentCursorInfo(Document*, ExceptionState&);
284 282
285 String markerTextForListItem(Element*, ExceptionState&); 283 String markerTextForListItem(Element*, ExceptionState&);
286 284
287 void forceReload(bool endToEnd); 285 void forceReload(bool endToEnd);
288 286
289 void enableMockSpeechSynthesizer(); 287 void enableMockSpeechSynthesizer();
290 288
291 String getImageSourceURL(Element*, ExceptionState&); 289 String getImageSourceURL(Element*, ExceptionState&);
292 290
(...skipping 14 matching lines...) Expand all
307 RefPtr<DOMWindow> m_frontendWindow; 305 RefPtr<DOMWindow> m_frontendWindow;
308 OwnPtr<InspectorFrontendChannelDummy> m_frontendChannel; 306 OwnPtr<InspectorFrontendChannelDummy> m_frontendChannel;
309 RefPtr<InternalRuntimeFlags> m_runtimeFlags; 307 RefPtr<InternalRuntimeFlags> m_runtimeFlags;
310 RefPtr<ScrollingCoordinator> m_scrollingCoordinator; 308 RefPtr<ScrollingCoordinator> m_scrollingCoordinator;
311 RefPtr<InternalProfilers> m_profilers; 309 RefPtr<InternalProfilers> m_profilers;
312 }; 310 };
313 311
314 } // namespace WebCore 312 } // namespace WebCore
315 313
316 #endif 314 #endif
OLDNEW
« no previous file with comments | « Source/core/testing/InternalSettings.idl ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698