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

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

Issue 2587913002: Rename activeDOMObjectsAreSuspended to isContextSuspended (Closed)
Patch Set: temp 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
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 long height, 251 long height,
252 Document*, 252 Document*,
253 ExceptionState&); 253 ExceptionState&);
254 254
255 int lastSpellCheckRequestSequence(Document*, ExceptionState&); 255 int lastSpellCheckRequestSequence(Document*, ExceptionState&);
256 int lastSpellCheckProcessedSequence(Document*, ExceptionState&); 256 int lastSpellCheckProcessedSequence(Document*, ExceptionState&);
257 257
258 Vector<AtomicString> userPreferredLanguages() const; 258 Vector<AtomicString> userPreferredLanguages() const;
259 void setUserPreferredLanguages(const Vector<String>&); 259 void setUserPreferredLanguages(const Vector<String>&);
260 260
261 unsigned activeDOMObjectCount(Document*); 261 unsigned suspendableObjectCount(Document*);
262 unsigned wheelEventHandlerCount(Document*); 262 unsigned wheelEventHandlerCount(Document*);
263 unsigned scrollEventHandlerCount(Document*); 263 unsigned scrollEventHandlerCount(Document*);
264 unsigned touchStartOrMoveEventHandlerCount(Document*); 264 unsigned touchStartOrMoveEventHandlerCount(Document*);
265 unsigned touchEndOrCancelEventHandlerCount(Document*); 265 unsigned touchEndOrCancelEventHandlerCount(Document*);
266 LayerRectList* touchEventTargetLayerRects(Document*, ExceptionState&); 266 LayerRectList* touchEventTargetLayerRects(Document*, ExceptionState&);
267 267
268 bool executeCommand(Document*, 268 bool executeCommand(Document*,
269 const String& name, 269 const String& name,
270 const String& value, 270 const String& value,
271 ExceptionState&); 271 ExceptionState&);
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 ExceptionState&); 541 ExceptionState&);
542 Member<InternalRuntimeFlags> m_runtimeFlags; 542 Member<InternalRuntimeFlags> m_runtimeFlags;
543 Member<Document> m_document; 543 Member<Document> m_document;
544 544
545 IterationSource* startIteration(ScriptState*, ExceptionState&) override; 545 IterationSource* startIteration(ScriptState*, ExceptionState&) override;
546 }; 546 };
547 547
548 } // namespace blink 548 } // namespace blink
549 549
550 #endif // Internals_h 550 #endif // Internals_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698