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

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

Issue 2516473002: Cross-origin iframes: collect data under hypothetical loading strategies (Closed)
Patch Set: fix histograms.xml 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) 1997 Martin Jones (mjones@kde.org) 2 Copyright (C) 1997 Martin Jones (mjones@kde.org)
3 (C) 1998 Waldo Bastian (bastian@kde.org) 3 (C) 1998 Waldo Bastian (bastian@kde.org)
4 (C) 1998, 1999 Torben Weis (weis@kde.org) 4 (C) 1998, 1999 Torben Weis (weis@kde.org)
5 (C) 1999 Lars Knoll (knoll@kde.org) 5 (C) 1999 Lars Knoll (knoll@kde.org)
6 (C) 1999 Antti Koivisto (koivisto@kde.org) 6 (C) 1999 Antti Koivisto (koivisto@kde.org)
7 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights 7 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights
8 reserved. 8 reserved.
9 9
10 This library is free software; you can redistribute it and/or 10 This library is free software; you can redistribute it and/or
(...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 ScrollbarMode& hMode, 937 ScrollbarMode& hMode,
938 ScrollbarMode& vMode) const; 938 ScrollbarMode& vMode) const;
939 939
940 void updateCounters(); 940 void updateCounters();
941 void forceLayoutParentViewIfNeeded(); 941 void forceLayoutParentViewIfNeeded();
942 void performPreLayoutTasks(); 942 void performPreLayoutTasks();
943 void performLayout(bool inSubtreeLayout); 943 void performLayout(bool inSubtreeLayout);
944 void scheduleOrPerformPostLayoutTasks(); 944 void scheduleOrPerformPostLayoutTasks();
945 void performPostLayoutTasks(); 945 void performPostLayoutTasks();
946 946
947 void maybeRecordLoadReason(); 947 void recordDeferredLoadingStats();
948 948
949 DocumentLifecycle& lifecycle() const; 949 DocumentLifecycle& lifecycle() const;
950 950
951 void contentsResized() override; 951 void contentsResized() override;
952 void scrollbarExistenceDidChange(); 952 void scrollbarExistenceDidChange();
953 953
954 // Override Widget methods to do point conversion via layoutObjects, in order 954 // Override Widget methods to do point conversion via layoutObjects, in order
955 // to take transforms into account. 955 // to take transforms into account.
956 IntRect convertToContainingWidget(const IntRect&) const override; 956 IntRect convertToContainingWidget(const IntRect&) const override;
957 IntRect convertFromContainingWidget(const IntRect&) const override; 957 IntRect convertFromContainingWidget(const IntRect&) const override;
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 widget.isFrameView()); 1259 widget.isFrameView());
1260 DEFINE_TYPE_CASTS(FrameView, 1260 DEFINE_TYPE_CASTS(FrameView,
1261 ScrollableArea, 1261 ScrollableArea,
1262 scrollableArea, 1262 scrollableArea,
1263 scrollableArea->isFrameView(), 1263 scrollableArea->isFrameView(),
1264 scrollableArea.isFrameView()); 1264 scrollableArea.isFrameView());
1265 1265
1266 } // namespace blink 1266 } // namespace blink
1267 1267
1268 #endif // FrameView_h 1268 #endif // FrameView_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698