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

Unified Diff: class-dump/src/UnitTests/shud13-out.txt

Issue 7793008: Add the 3.3.3 sources for class-dump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « class-dump/src/UnitTests/shud13-in.txt ('k') | class-dump/src/UnitTests/shud14-in.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: class-dump/src/UnitTests/shud13-out.txt
===================================================================
--- class-dump/src/UnitTests/shud13-out.txt (revision 0)
+++ class-dump/src/UnitTests/shud13-out.txt (revision 0)
@@ -0,0 +1,38 @@
+struct NSBrowserAuxiliary {
+ NSMutableArray *_field1;
+ _NSBrowserScrollView *_field2;
+ NSClipView *_field3;
+ _NSBrowserColumnScrollHelper *_field4;
+ int _field5;
+ int _field6;
+ NSMatrix *_field7;
+ NSEvent *_field8;
+ float _field9;
+ NSMutableArray *_field10;
+ int _field11;
+ int _field12;
+ NSString *_field13;
+ struct __BrFlags2 _field14;
+};
+
+struct __BrFlags2 {
+ unsigned int delegateShouldSizeColumnToWidth:1;
+ unsigned int delegateSizeToFitWidtOfColumn:1;
+ unsigned int shouldAnimateColumnScrolling:1;
+ unsigned int tilingDisabled:1;
+ unsigned int setPathOptimizationOn:1;
+ unsigned int readingSavedColumns:1;
+ unsigned int recomputeExistingColumnPositions:1;
+ unsigned int waitingToSendDoubleActionAtEndOfScroll:1;
+ unsigned int waitingToSendSingleActionAtEndOfScroll:1;
+ unsigned int waitingToSendConfigChangeNotificationAtEndOfScroll:1;
+ unsigned int compatContinuousScrollingCapable:1;
+ unsigned int compatContinuousScrollingCapableSet:1;
+ unsigned int forceSynchronizedScrollingAnimation:1;
+ unsigned int useCustomBorderType:1;
+ unsigned int customBorderType:3;
+ unsigned int animateColumnScrollingForAnyEvent:1;
+ unsigned int reserved:14;
+};
+
+ struct NSBrowserAuxiliary var;
Property changes on: class-dump/src/UnitTests/shud13-out.txt
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « class-dump/src/UnitTests/shud13-in.txt ('k') | class-dump/src/UnitTests/shud14-in.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698