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

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

Issue 1287113006: Revert of Remove FOUC avoidance from BlockPainter and DeprecatedPaintLayerPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/paint/DeprecatedPaintLayerPainter.cpp ('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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 328
329 DECLARE_TRACE(); 329 DECLARE_TRACE();
330 330
331 void setValueForUser(Element*, const String&); 331 void setValueForUser(Element*, const String&);
332 332
333 String textSurroundingNode(Node*, int x, int y, unsigned long maxLength); 333 String textSurroundingNode(Node*, int x, int y, unsigned long maxLength);
334 334
335 void setFocused(bool); 335 void setFocused(bool);
336 void setInitialFocus(bool); 336 void setInitialFocus(bool);
337 337
338 bool ignoreLayoutWithPendingStylesheets(Document*);
339
338 void setNetworkStateNotifierTestOnly(bool); 340 void setNetworkStateNotifierTestOnly(bool);
339 // Test must call setNetworkStateNotifierTestOnly(true) before calling setNe tworkConnectionInfo. 341 // Test must call setNetworkStateNotifierTestOnly(true) before calling setNe tworkConnectionInfo.
340 void setNetworkConnectionInfo(const String&, ExceptionState&); 342 void setNetworkConnectionInfo(const String&, ExceptionState&);
341 343
342 ClientRect* boundsInViewportSpace(Element*); 344 ClientRect* boundsInViewportSpace(Element*);
343 345
344 unsigned countHitRegions(CanvasRenderingContext*); 346 unsigned countHitRegions(CanvasRenderingContext*);
345 347
346 bool isInCanvasFontCache(Document*, const String&); 348 bool isInCanvasFontCache(Document*, const String&);
347 unsigned canvasFontCacheMaxFonts(); 349 unsigned canvasFontCacheMaxFonts();
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 385
384 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, Ex ceptionState&); 386 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, Ex ceptionState&);
385 Member<InternalRuntimeFlags> m_runtimeFlags; 387 Member<InternalRuntimeFlags> m_runtimeFlags;
386 388
387 IterationSource* startIteration(ScriptState*, ExceptionState&) override; 389 IterationSource* startIteration(ScriptState*, ExceptionState&) override;
388 }; 390 };
389 391
390 } // namespace blink 392 } // namespace blink
391 393
392 #endif // Internals_h 394 #endif // Internals_h
OLDNEW
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerPainter.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698