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

Side by Side Diff: Source/wtf/DateMath.h

Issue 14238015: Move Source/WTF/wtf to Source/wtf (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) 2 * Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
3 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved. 3 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
4 * Copyright (C) 2009 Google Inc. All rights reserved. 4 * Copyright (C) 2009 Google Inc. All rights reserved.
5 * Copyright (C) 2010 Research In Motion Limited. All rights reserved. 5 * Copyright (C) 2010 Research In Motion Limited. All rights reserved.
6 * 6 *
7 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 7 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
8 * 8 *
9 * The contents of this file are subject to the Mozilla Public License Version 9 * The contents of this file are subject to the Mozilla Public License Version
10 * 1.1 (the "License"); you may not use this file except in compliance with 10 * 1.1 (the "License"); you may not use this file except in compliance with
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 using WTF::msToDays; 120 using WTF::msToDays;
121 using WTF::msToMinutes; 121 using WTF::msToMinutes;
122 using WTF::msToHours; 122 using WTF::msToHours;
123 using WTF::secondsPerMinute; 123 using WTF::secondsPerMinute;
124 using WTF::parseDateFromNullTerminatedCharacters; 124 using WTF::parseDateFromNullTerminatedCharacters;
125 using WTF::makeRFC2822DateString; 125 using WTF::makeRFC2822DateString;
126 using WTF::calculateUTCOffset; 126 using WTF::calculateUTCOffset;
127 using WTF::calculateDSTOffset; 127 using WTF::calculateDSTOffset;
128 128
129 #endif // DateMath_h 129 #endif // DateMath_h
OLDNEW
« Source/config.h ('K') | « Source/wtf/DataLog.cpp ('k') | Source/wtf/DateMath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698