Home
last modified time | relevance | path

Searched refs:accepts_input_events_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.cc383 if (accepts_input_events_) in updateFocus()
402 return accepts_input_events_; in acceptsInputEvents()
489 accepts_input_events_(false), in WebPluginImpl()
528 accepts_input_events_ = true; in SetWindow()
532 accepts_input_events_ = false; in SetWindow()
545 accepts_input_events_ = true; in SetWindow()
550 accepts_input_events_ = accepts; in SetAcceptsInputEvents()
Dwebplugin_impl.h289 bool accepts_input_events_; variable