Searched refs:suppress_next_char_events_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc188 suppress_next_char_events_(false),
408 suppress_next_char_events_ = true;
1043 suppress_next_char_events_ = true;
1058 if (suppress_next_char_events_) {
1062 // |suppress_next_char_events_| until we get a KeyUp or a RawKeyDown.
1066 suppress_next_char_events_ = false;
1073 // We need to set |suppress_next_char_events_| to true if
1075 // destroyed at that time. So set |suppress_next_char_events_| true here,
1078 suppress_next_char_events_ = true;
1086 suppress_next_char_events_
[all...]
H A Drender_widget_host_impl.h524 // suppress_next_char_events_.
891 bool suppress_next_char_events_; member in class:content::RenderWidgetHostImpl
/external/chromium_org/content/renderer/
H A Drender_widget.h717 bool suppress_next_char_events_; member in class:content::RenderWidget
H A Drender_widget.cc368 suppress_next_char_events_(false),
1112 if (input_event->type != WebInputEvent::Char || !suppress_next_char_events_) {
1113 suppress_next_char_events_ = false;
1124 suppress_next_char_events_ = true;

Completed in 96 milliseconds