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

/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.cc25 has_focus_(false),
77 if (!has_focus_ && !send_mouse_input_when_unfocused_)
117 if (!has_focus_ && !send_mouse_input_when_unfocused_)
138 if (!has_focus_ && !send_mouse_input_when_unfocused_)
204 has_focus_ = has_focus;
205 if (has_focus_)
232 if (has_focus_ && !cursor_image_ && mouse_lock_state_ == MouseLockOff) {
H A Dpepper_input_handler.h97 bool has_focus_; member in class:remoting::PepperInputHandler
/external/chromium_org/content/renderer/
H A Drender_widget.h107 bool has_focus() const { return has_focus_; }
621 bool has_focus_; member in class:content::RenderWidget
H A Drender_widget.cc395 has_focus_(false),
1160 has_focus_ = enable;
1168 if (!has_focus_ && webwidget_)

Completed in 365 milliseconds