HomeSort by relevance Sort by last modified time
    Searched defs:OnFocus (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/options/
passphrase_textfield.cc 27 void PassphraseTextfield::OnFocus() {
31 Textfield::OnFocus();
32 GetInputMethod()->OnFocus();
40 GetInputMethod()->OnFocus();
  /external/chromium_org/ash/system/user/
button_from_view.cc 71 void ButtonFromView::OnFocus() {
72 View::OnFocus();
  /external/chromium_org/ui/message_center/views/
notification_button.cc 88 void NotificationButton::OnFocus() {
89 views::CustomButton::OnFocus();
padded_button.cc 72 void PaddedButton::OnFocus() {
73 views::ImageButton::OnFocus();
message_view.cc 190 void MessageView::OnFocus() {
191 SlideOutView::OnFocus();
  /external/chromium_org/ash/system/tray/
actionable_view.cc 76 void ActionableView::OnFocus() {
77 View::OnFocus();
hover_highlight_view.cc 184 void HoverHighlightView::OnFocus() {
186 ActionableView::OnFocus();
  /external/chromium_org/chrome/browser/apps/app_shim/
app_shim_host_mac.cc 48 IPC_MESSAGE_HANDLER(AppShimHostMsg_FocusApp, OnFocus)
86 void AppShimHost::OnFocus(apps::AppShimFocusType focus_type,
  /external/chromium_org/ui/keyboard/webui/
vk_mojo_handler.cc 54 void VKMojoHandler::OnFocus() {
  /external/chromium_org/ui/views/controls/button/
checkbox.cc 104 void Checkbox::OnFocus() {
105 LabelButton::OnFocus();
radio_button.cc 123 void RadioButton::OnFocus() {
124 Checkbox::OnFocus();
image_button.cc 131 void ImageButton::OnFocus() {
132 View::OnFocus();
  /external/chromium_org/ui/views/ime/
null_input_method.cc 16 void NullInputMethod::OnFocus() {}
mock_input_method.cc 48 void MockInputMethod::OnFocus() {}
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.cc 156 void ExtensionViewViews::OnFocus() {
  /external/chromium_org/ui/base/ime/
dummy_input_method.cc 21 void DummyInputMethod::OnFocus() {
mock_input_method.cc 53 void MockInputMethod::OnFocus() {
54 FOR_EACH_OBSERVER(InputMethodObserver, observer_list_, OnFocus());
input_method_base.cc 37 OnFocus();
40 void InputMethodBase::OnFocus() {
input_method_chromeos.cc 57 void InputMethodChromeOS::OnFocus() {
58 InputMethodBase::OnFocus();
input_method_win.cc 36 // In non-Aura environment, appropriate callbacks to OnFocus() and OnBlur()
39 // TODO(ime): Fix the caller of OnFocus() and OnBlur() so that appropriate
41 InputMethodBase::OnFocus();
51 void InputMethodWin::OnFocus() {
52 // Ignore OnFocus event for "always focused" model. See the comment in the
54 // TODO(ime): Implement OnFocus once the callers are fixed.
60 // TODO(ime): Implement OnFocus once the callers are fixed.
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc 89 void TextInputTestHelper::OnFocus() {
  /external/chromium_org/ui/views/controls/
image_view.cc 146 void ImageView::OnFocus() {
147 View::OnFocus();
link.cc 144 void Link::OnFocus() {
145 Label::OnFocus();
slider.cc 308 void Slider::OnFocus() {
309 View::OnFocus();
  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 173 void NativeViewHost::OnFocus() {

Completed in 298 milliseconds

1 2