DescriptionPer the Chromium style guide/dos-and-donts doc, don't inline non-"cheap
accessor" functions in non-test code.
This also attempts to put function declarations into some kind of consistent
order that's also compliant with the Google style guide:
* Constructors/destructors,
* Statics,
* Virtuals,
* Accessors,
* Other non-virtuals
There are a couple of minor changes to the names of some functions to try and be
consistent about "inlined functions are named unix_hacker()-style, out-of-line
functions aren't", and to make a few functions static that weren't; otherwise,
no code change.
BUG=none
TEST=none
R=isherman@chromium.org, pfeldman@chromium.org, xians@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214781
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 14 (0 generated)
|