Home
last modified time | relevance | path

Searched refs:handle_event_depth_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_android.cc26 handle_event_depth_(0), in WebPluginDelegateImpl()
Dwebplugin_delegate_impl_win.cc244 handle_event_depth_(0), in WebPluginDelegateImpl()
1258 handle_event_depth_++; in PlatformHandleInputEvent()
1287 handle_event_depth_--; in PlatformHandleInputEvent()
1294 if (handle_event_depth_ == 0) { in PlatformHandleInputEvent()
Dwebplugin_delegate_impl.cc43 if (handle_event_depth_) { in PluginDestroyed()
Dwebplugin_delegate_impl.h448 int handle_event_depth_; variable
Dwebplugin_delegate_impl_mac.mm169 handle_event_depth_(0),