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

Side by Side 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, 3 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 | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 struct NSBrowserAuxiliary {
2 NSMutableArray *_field1;
3 _NSBrowserScrollView *_field2;
4 NSClipView *_field3;
5 _NSBrowserColumnScrollHelper *_field4;
6 int _field5;
7 int _field6;
8 NSMatrix *_field7;
9 NSEvent *_field8;
10 float _field9;
11 NSMutableArray *_field10;
12 int _field11;
13 int _field12;
14 NSString *_field13;
15 struct __BrFlags2 _field14;
16 };
17
18 struct __BrFlags2 {
19 unsigned int delegateShouldSizeColumnToWidth:1;
20 unsigned int delegateSizeToFitWidtOfColumn:1;
21 unsigned int shouldAnimateColumnScrolling:1;
22 unsigned int tilingDisabled:1;
23 unsigned int setPathOptimizationOn:1;
24 unsigned int readingSavedColumns:1;
25 unsigned int recomputeExistingColumnPositions:1;
26 unsigned int waitingToSendDoubleActionAtEndOfScroll:1;
27 unsigned int waitingToSendSingleActionAtEndOfScroll:1;
28 unsigned int waitingToSendConfigChangeNotificationAtEndOfScroll:1;
29 unsigned int compatContinuousScrollingCapable:1;
30 unsigned int compatContinuousScrollingCapableSet:1;
31 unsigned int forceSynchronizedScrollingAnimation:1;
32 unsigned int useCustomBorderType:1;
33 unsigned int customBorderType:3;
34 unsigned int animateColumnScrollingForAnyEvent:1;
35 unsigned int reserved:14;
36 };
37
38 struct NSBrowserAuxiliary var;
OLDNEW
« 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