![]() * refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list] * refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list] NB: using the braced-initializer list uncovered an error here: the float returned by std::floor() can't be implicitly cast to an int. This is solved by using base::ClampFloor<int>() instead. std::floor() |
||
---|---|---|
.. | ||
context_bridge | ||
electron_api_context_bridge.cc | ||
electron_api_context_bridge.h | ||
electron_api_crash_reporter_renderer.cc | ||
electron_api_ipc_renderer.cc | ||
electron_api_spell_check_client.cc | ||
electron_api_spell_check_client.h | ||
electron_api_web_frame.cc | ||
electron_api_web_utils.cc | ||
electron_api_web_utils.h |