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

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

Issue 2741723005: Move geometry interface files to geometry directory. (Closed)
Patch Set: Rebase Created 3 years, 9 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) 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 27 matching lines...) Expand all
38 #include "bindings/core/v8/SerializedScriptValueFactory.h" 38 #include "bindings/core/v8/SerializedScriptValueFactory.h"
39 #include "bindings/core/v8/V8IteratorResultValue.h" 39 #include "bindings/core/v8/V8IteratorResultValue.h"
40 #include "bindings/core/v8/V8ThrowException.h" 40 #include "bindings/core/v8/V8ThrowException.h"
41 #include "core/HTMLNames.h" 41 #include "core/HTMLNames.h"
42 #include "core/SVGNames.h" 42 #include "core/SVGNames.h"
43 #include "core/animation/DocumentTimeline.h" 43 #include "core/animation/DocumentTimeline.h"
44 #include "core/dom/ClientRect.h" 44 #include "core/dom/ClientRect.h"
45 #include "core/dom/ClientRectList.h" 45 #include "core/dom/ClientRectList.h"
46 #include "core/dom/DOMArrayBuffer.h" 46 #include "core/dom/DOMArrayBuffer.h"
47 #include "core/dom/DOMNodeIds.h" 47 #include "core/dom/DOMNodeIds.h"
48 #include "core/dom/DOMPoint.h"
49 #include "core/dom/DOMStringList.h" 48 #include "core/dom/DOMStringList.h"
50 #include "core/dom/Document.h" 49 #include "core/dom/Document.h"
51 #include "core/dom/Element.h" 50 #include "core/dom/Element.h"
52 #include "core/dom/ExceptionCode.h" 51 #include "core/dom/ExceptionCode.h"
53 #include "core/dom/Iterator.h" 52 #include "core/dom/Iterator.h"
54 #include "core/dom/NodeComputedStyle.h" 53 #include "core/dom/NodeComputedStyle.h"
55 #include "core/dom/PseudoElement.h" 54 #include "core/dom/PseudoElement.h"
56 #include "core/dom/Range.h" 55 #include "core/dom/Range.h"
57 #include "core/dom/StaticNodeList.h" 56 #include "core/dom/StaticNodeList.h"
58 #include "core/dom/StyleEngine.h" 57 #include "core/dom/StyleEngine.h"
(...skipping 14 matching lines...) Expand all
73 #include "core/editing/spellcheck/IdleSpellCheckCallback.h" 72 #include "core/editing/spellcheck/IdleSpellCheckCallback.h"
74 #include "core/editing/spellcheck/SpellCheckRequester.h" 73 #include "core/editing/spellcheck/SpellCheckRequester.h"
75 #include "core/editing/spellcheck/SpellChecker.h" 74 #include "core/editing/spellcheck/SpellChecker.h"
76 #include "core/frame/EventHandlerRegistry.h" 75 #include "core/frame/EventHandlerRegistry.h"
77 #include "core/frame/FrameConsole.h" 76 #include "core/frame/FrameConsole.h"
78 #include "core/frame/FrameView.h" 77 #include "core/frame/FrameView.h"
79 #include "core/frame/LocalDOMWindow.h" 78 #include "core/frame/LocalDOMWindow.h"
80 #include "core/frame/LocalFrame.h" 79 #include "core/frame/LocalFrame.h"
81 #include "core/frame/Settings.h" 80 #include "core/frame/Settings.h"
82 #include "core/frame/VisualViewport.h" 81 #include "core/frame/VisualViewport.h"
82 #include "core/geometry/DOMPoint.h"
83 #include "core/html/HTMLContentElement.h" 83 #include "core/html/HTMLContentElement.h"
84 #include "core/html/HTMLIFrameElement.h" 84 #include "core/html/HTMLIFrameElement.h"
85 #include "core/html/HTMLImageElement.h" 85 #include "core/html/HTMLImageElement.h"
86 #include "core/html/HTMLInputElement.h" 86 #include "core/html/HTMLInputElement.h"
87 #include "core/html/HTMLMediaElement.h" 87 #include "core/html/HTMLMediaElement.h"
88 #include "core/html/HTMLSelectElement.h" 88 #include "core/html/HTMLSelectElement.h"
89 #include "core/html/HTMLTextAreaElement.h" 89 #include "core/html/HTMLTextAreaElement.h"
90 #include "core/html/canvas/CanvasFontCache.h" 90 #include "core/html/canvas/CanvasFontCache.h"
91 #include "core/html/canvas/CanvasRenderingContext.h" 91 #include "core/html/canvas/CanvasRenderingContext.h"
92 #include "core/html/forms/FormController.h" 92 #include "core/html/forms/FormController.h"
(...skipping 3090 matching lines...) Expand 10 before | Expand all | Expand 10 after
3183 3183
3184 void Internals::crash() { 3184 void Internals::crash() {
3185 CHECK(false) << "Intentional crash"; 3185 CHECK(false) << "Intentional crash";
3186 } 3186 }
3187 3187
3188 void Internals::setIsLowEndDevice(bool isLowEndDevice) { 3188 void Internals::setIsLowEndDevice(bool isLowEndDevice) {
3189 MemoryCoordinator::setIsLowEndDeviceForTesting(isLowEndDevice); 3189 MemoryCoordinator::setIsLowEndDeviceForTesting(isLowEndDevice);
3190 } 3190 }
3191 3191
3192 } // namespace blink 3192 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/geometry/OWNERS ('k') | third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698