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

Side by Side Diff: third_party/WebKit/Source/core/frame/DOMWindow.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef DOMWindow_h 5 #ifndef DOMWindow_h
6 #define DOMWindow_h 6 #define DOMWindow_h
7 7
8 #include "bindings/core/v8/Transferables.h" 8 #include "bindings/core/v8/Transferables.h"
9 #include "core/CoreExport.h" 9 #include "core/CoreExport.h"
10 #include "core/events/EventTarget.h" 10 #include "core/events/EventTarget.h"
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 Member<Frame> m_frame; 117 Member<Frame> m_frame;
118 Member<InputDeviceCapabilitiesConstants> m_inputCapabilities; 118 Member<InputDeviceCapabilitiesConstants> m_inputCapabilities;
119 mutable Member<Location> m_location; 119 mutable Member<Location> m_location;
120 120
121 // Set to true when close() has been called. Needed for 121 // Set to true when close() has been called. Needed for
122 // |window.closed| determinism; having it return 'true' 122 // |window.closed| determinism; having it return 'true'
123 // only after the layout widget's deferred window close 123 // only after the layout widget's deferred window close
124 // operation has been performed, exposes (confusing) 124 // operation has been performed, exposes (confusing)
125 // implementation details to scripts. 125 // implementation details to scripts.
126 bool m_windowIsClosing; 126 bool m_windowIsClosing;
127
128 }; 127 };
129 128
130 } // namespace blink 129 } // namespace blink
131 130
132 #endif // DOMWindow_h 131 #endif // DOMWindow_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp ('k') | third_party/WebKit/Source/core/frame/FrameConsole.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698