The Blink Rename

Identifiers in Blink now largely follow the standard Chrome style
conventions, with several additional rules:
- web-exposed methods remain namedLikeThis() for consistency with
  Javascript bindings.
- method names are never named_in_hacker_case()
- enumerator names are kNamedLikeThis.

This commit was generated by the following process.
1. Running //tools/clang/rewrite_to_chrome_style across the codebase.
2. Apply manual fixes.
3. git cl format

BUG=578344
R=lukasza@chromium.org
TBR=darin@chromium.org

Change-Id: Ide5d397d3c6a5d973fd0a6f81dccf82561d4bb71
Reviewed-on: https://chromium-review.googlesource.com/472192
Reviewed-by: Blink Reformat <blink-reformat@chromium.org>
Cr-Commit-Position: refs/heads/master@{#463139}

CrOS-Libchrome-Original-Commit: 1c4d759e44259650dfb2c426a7f997d2d0bc73dc
9 files changed
tree: 4be82e637182687a47752bf8229e28744a787a9d
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/