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

Side by Side Diff: client/samples/swarm/CSS.dart

Issue 9314024: Final CL to kill off client/samples . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « client/samples/swarm/BiIterator.dart ('k') | client/samples/swarm/CannedData.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // File generated by Dart CSS from source file swarm.scss
2 // Do not edit.
3
4 class CSS {
5 // CSS class selectors:
6 static final String HBOX = 'hbox';
7 static final String VBOX = 'vbox';
8 static final String CENTER = 'center';
9 static final String PAGED_CONTENT = 'paged-content';
10 static final String FULLPAGE = 'fullpage';
11 static final String FLEX_ITEM = 'flex-item';
12 static final String FLEX = 'flex';
13 static final String CONVEYOR_VIEW = 'conveyor-view';
14 static final String CONVEYOR_ITEM = 'conveyor-item';
15 static final String CONVEYOR_VIEW_CONTAINER = 'conveyor-view-container';
16 static final String PAGED_COLUMN_CONTAINER = 'paged-column-container';
17 static final String PAGED_COLUMN = 'paged-column';
18 static final String PAGE_NUMBER_LEFT = 'page-number-left';
19 static final String PAGE_NUMBER_LABEL = 'page-number-label';
20 static final String PAGE_NUMBER_RIGHT = 'page-number-right';
21 static final String SM_ITEM = 'sm-item';
22 static final String SM_ITEM_BOX = 'sm-item-box';
23 static final String SM_ROOT = 'sm-root';
24 static final String HIDDEN = 'hidden';
25 static final String SEL = 'sel';
26 static final String SM_SLIDER_BOX = 'sm-slider-box';
27 static final String SM_TRIANGLE = 'sm-triangle';
28 static final String INVISIBLE = 'invisible';
29 static final String TOUCH_SCROLLBAR = 'touch-scrollbar';
30 static final String DRAG = 'drag';
31 static final String TOUCH_SCROLLBAR_VERTICAL = 'touch-scrollbar-vertical';
32 static final String TOUCH_SCROLLBAR_HORIZONTAL = 'touch-scrollbar-horizontal';
33 static final String FRONT_VIEW = 'front-view';
34 static final String BOTTOM_VIEW = 'bottom-view';
35 static final String TOP_VIEW = 'top-view';
36 static final String QUERY = 'query';
37 static final String QUERY_NAME_SHADOW = 'query-name-shadow';
38 static final String SECTION_VIEW = 'section-view';
39 static final String LOADING_SECTION = 'loading-section';
40 static final String STORY_SECTION = 'story-section';
41 static final String STORY = 'story';
42 static final String SNIPPET = 'snippet';
43 static final String TITLE = 'title';
44 static final String NO_THUMB = 'no-thumb';
45 static final String BYLINE = 'byline';
46 static final String STORY_SHADOW = 'story-shadow';
47 static final String DATELINE = 'dateline';
48 static final String STORY_UNREAD = 'story-unread';
49 static final String TEXT = 'text';
50 static final String CAPTION = 'caption';
51 static final String STORY_VIEW = 'story-view';
52 static final String PAGE_NUMBER = 'page-number';
53 static final String STORY_CONTENT = 'story-content';
54 static final String STORY_IMAGE = 'story-image';
55 static final String STORY_TEXT_VIEW = 'story-text-view';
56 static final String STORY_HEADER = 'story-header';
57 static final String STORY_TITLE = 'story-title';
58 static final String STORY_BYLINE = 'story-byline';
59 static final String STORY_DATELINE = 'story-dateline';
60 static final String HEADER_VIEW = 'header-view';
61 static final String APP_TITLE = 'app-title';
62 static final String IN_STORY = 'in-story';
63 static final String BACK_ARROW = 'back-arrow';
64 static final String CONFIG = 'config';
65 static final String REFRESH = 'refresh';
66 static final String INFO_BUTTON = 'info-button';
67 static final String NEW_WINDOW_BUTTON = 'new-window-button';
68 static final String WEB_BACK_BUTTON = 'web-back-button';
69 static final String WEB_FORWARD_BUTTON = 'web-forward-button';
70 static final String WEB_VIEW_BUTTON = 'web-view-button';
71 static final String TEXT_VIEW_BUTTON = 'text-view-button';
72 static final String ACTIVE = 'active';
73 static final String BUTTON = 'button';
74 static final String DATA_SOURCE_VIEW = 'data-source-view';
75 static final String DIALOG_MODAL = 'dialog-modal';
76 static final String DIALOG = 'dialog';
77 static final String DIALOG_TITLE_AREA = 'dialog-title-area';
78 static final String DIALOG_TITLE = 'dialog-title';
79 static final String DIALOG_BODY = 'dialog-body';
80 static final String DONE_BUTTON = 'done-button';
81 static final String HIDDEN_STORY = 'hidden-story';
82 static final String HEADER_BACKGROUND = 'header-background';
83 static final String HEADER = 'header';
84 static final String SPLASH = 'splash';
85 static final String FOOTER = 'footer';
86 static final String SPLASHIMG = 'splashImg';
87 static final String HIDE_ALL_QUERIES = 'hide-all-queries';
88 static final String TRANSPARENT = 'transparent';
89 }
OLDNEW
« no previous file with comments | « client/samples/swarm/BiIterator.dart ('k') | client/samples/swarm/CannedData.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698