On Jul 8, 2009, at 11:08 PM, KwangYul Seo wrote:
I found another style which starts with "k". [4] platform/chromium/PopupMenuChromium.cpp static const int kMaxVisibleRows = 20; static const int kMaxHeight = 500; static const int kBorderSize = 1; static const TimeStamp kTypeAheadTimeoutMs = 1000;
For what it's worth, the convention of adding "k" to the beginning of constants was an artifact of the "Classic" Mac OS APIs (those that became Carbon).
Scott _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

