Lines Matching refs:cef_event_flags_t
9064 + cef_event_flags_t event_flags);
9109 + cef_event_flags_t event_flags);
10817 - typedef cef_event_flags_t EventFlags;
10825 + virtual void Continue(int command_id, cef_event_flags_t event_flags) = 0;
10844 + virtual void Continue(int command_id, cef_event_flags_t event_flags) = 0;
10859 typedef cef_event_flags_t EventFlags;
11897 } cef_event_flags_t;
20490 +constexpr cef_event_flags_t kEmptyEventFlags =
20491 + static_cast<cef_event_flags_t>(0);
20518 + void Continue(int command_id, cef_event_flags_t event_flags) override {
20537 + cef_event_flags_t event_flags) {
21000 + static_cast<cef_event_flags_t>(event_flags))) {
27113 + cef_event_flags_t event_flags) {
29547 + cef_event_flags_t event_flags) {
34806 + cef_event_flags_t event_flags) {
34828 + void Continue(int command_id, cef_event_flags_t event_flags) override;
34859 + cef_event_flags_t event_flags) {
34954 + void Continue(int command_id, cef_event_flags_t event_flags) override;
57320 + static_cast<cef_event_flags_t>(event_flag));
57339 + static_cast<cef_event_flags_t>(event_flag));