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

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

Issue 2416803002: Remove unused Internals::setMemoryCacheCapacities() (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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 | « no previous file | third_party/WebKit/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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 String mainThreadScrollingReasons(Document*, ExceptionState&) const; 326 String mainThreadScrollingReasons(Document*, ExceptionState&) const;
327 ClientRectList* nonFastScrollableRects(Document*, ExceptionState&) const; 327 ClientRectList* nonFastScrollableRects(Document*, ExceptionState&) const;
328 328
329 void evictAllResources() const; 329 void evictAllResources() const;
330 330
331 unsigned numberOfLiveNodes() const; 331 unsigned numberOfLiveNodes() const;
332 unsigned numberOfLiveDocuments() const; 332 unsigned numberOfLiveDocuments() const;
333 String dumpRefCountedInstanceCounts() const; 333 String dumpRefCountedInstanceCounts() const;
334 LocalDOMWindow* openDummyInspectorFrontend(const String& url); 334 LocalDOMWindow* openDummyInspectorFrontend(const String& url);
335 void closeDummyInspectorFrontend(); 335 void closeDummyInspectorFrontend();
336 Vector<unsigned long> setMemoryCacheCapacities(unsigned long minDeadBytes,
337 unsigned long maxDeadBytes,
338 unsigned long totalBytes);
339 336
340 String counterValue(Element*); 337 String counterValue(Element*);
341 338
342 int pageNumber(Element*, float pageWidth, float pageHeight, ExceptionState&); 339 int pageNumber(Element*, float pageWidth, float pageHeight, ExceptionState&);
343 Vector<String> shortcutIconURLs(Document*) const; 340 Vector<String> shortcutIconURLs(Document*) const;
344 Vector<String> allIconURLs(Document*) const; 341 Vector<String> allIconURLs(Document*) const;
345 342
346 int numberOfPages(float pageWidthInPixels, 343 int numberOfPages(float pageWidthInPixels,
347 float pageHeightInPixels, 344 float pageHeightInPixels,
348 ExceptionState&); 345 ExceptionState&);
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 unsigned index, 539 unsigned index,
543 ExceptionState&); 540 ExceptionState&);
544 Member<InternalRuntimeFlags> m_runtimeFlags; 541 Member<InternalRuntimeFlags> m_runtimeFlags;
545 542
546 IterationSource* startIteration(ScriptState*, ExceptionState&) override; 543 IterationSource* startIteration(ScriptState*, ExceptionState&) override;
547 }; 544 };
548 545
549 } // namespace blink 546 } // namespace blink
550 547
551 #endif // Internals_h 548 #endif // Internals_h
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698