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

/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.cc27 has_focus_(false),
204 has_focus_ = has_focus;
205 if (has_focus_)
232 if (has_focus_ && !cursor_image_ && mouse_lock_state_ == MouseLockOff) {
H A Dpepper_input_handler.h87 bool has_focus_; member in class:remoting::PepperInputHandler
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.h258 bool has_focus() const { return has_focus_; }
449 bool has_focus_; member in class:AutocompleteEditModel
H A Dautocomplete_edit.cc73 has_focus_(false),
144 (!user_input_in_progress_ || !has_focus_);
379 has_focus_ ? permanent_text_.length() : 0);
580 has_focus_ = true;
598 has_focus_ = false;
/external/chromium_org/content/renderer/
H A Drender_widget.h112 bool has_focus() const { return has_focus_; }
647 bool has_focus_; member in class:content::RenderWidget
H A Drender_widget.cc356 has_focus_(false),
1223 has_focus_ = enable;
1231 if (!has_focus_ && webwidget_)

Completed in 140 milliseconds