HomeSort by relevance Sort by last modified time
    Searched refs:has_focus (Results 26 - 40 of 40) sorted by null

12

  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 79 virtual void SetContentAreaFocus(bool has_focus);
webplugin_delegate_proxy.cc 795 void WebPluginDelegateProxy::SetContentAreaFocus(bool has_focus) {
797 has_focus);
    [all...]
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.h 110 virtual void DidChangeFocus(bool has_focus) OVERRIDE;
chromoting_instance.cc 388 void ChromotingInstance::DidChangeFocus(bool has_focus) {
394 input_handler_.DidChangeFocus(has_focus);
    [all...]
  /external/chromium_org/ui/views/controls/table/
table_view.cc 57 // Returns the color id for the background of selected text. |has_focus|
59 ui::NativeTheme::ColorId text_background_color_id(bool has_focus) {
60 return has_focus ?
65 // Returns the color id for text. |has_focus| indicates if the table has focus.
66 ui::NativeTheme::ColorId selected_text_color_id(bool has_focus) {
67 return has_focus ? ui::NativeTheme::kColorId_TableSelectedText :
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 51 // Returns the color id for the background of selected text. |has_focus|
53 ui::NativeTheme::ColorId text_background_color_id(bool has_focus) {
54 return has_focus ?
59 // Returns the color id for text. |has_focus| indicates if the tree has focus
61 ui::NativeTheme::ColorId text_color_id(bool has_focus, bool is_selected) {
63 if (has_focus)
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 224 void SetWebKitFocus(bool has_focus);
225 void SetContentAreaFocus(bool has_focus);
    [all...]
pepper_plugin_instance_impl.cc 596 SetContentAreaFocus(render_frame_->GetRenderWidget()->has_focus());
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
nacl_io_demo.c 406 static void Instance_DidChangeFocus(PP_Instance instance, PP_Bool has_focus) {
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 329 (!has_focus() ||
379 popup_model()->IsOpen() && has_focus()) {
546 has_focus() ? permanent_text_.length() : 0,
    [all...]
  /external/chromium_org/content/renderer/
render_widget.h 107 bool has_focus() const { return has_focus_; } function in class:content::RenderWidget
render_view_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 252 if (was_select_all && model()->has_focus())
447 if (!model()->has_focus())
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc 303 embedder_focused = render_view_->has_focus();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 571 return omnibox_view_->model()->has_focus();
    [all...]

Completed in 840 milliseconds

12