OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnFocus
(Results
1 - 25
of
63
) sorted by null
1
2
3
/external/chromium/chrome/browser/ui/views/
dom_view.cc
53
void DOMView::
OnFocus
() {
/external/chromium_org/chrome/browser/chromeos/options/
passphrase_textfield.cc
25
void PassphraseTextfield::
OnFocus
() {
29
Textfield::
OnFocus
();
/external/chromium_org/ui/message_center/views/
notification_button.cc
88
void NotificationButton::
OnFocus
() {
89
views::CustomButton::
OnFocus
();
padded_button.cc
75
void PaddedButton::
OnFocus
() {
76
views::ImageButton::
OnFocus
();
group_view.cc
238
void GroupView::
OnFocus
() {
239
MessageView::
OnFocus
();
/external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_gtk.cc
52
OnFocus
();
100
void NativeTabContentsContainerGtk::
OnFocus
() {
111
// TabContentsContainerView already has focus,
OnFocus
() would not be called
113
// By clearing the focused view before-hand, we ensure
OnFocus
() will be
native_tab_contents_container_win.cc
68
OnFocus
();
105
void NativeTabContentsContainerWin::
OnFocus
() {
111
// This is a hack to circumvent the fact that a the
OnFocus
() method is not
116
// TabContentsContainer. In order to make sure
OnFocus
() is invoked we need
/external/chromium_org/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/ash/system/tray/
actionable_view.cc
77
void ActionableView::
OnFocus
() {
78
View::
OnFocus
();
hover_highlight_view.cc
182
void HoverHighlightView::
OnFocus
() {
184
ActionableView::
OnFocus
();
/external/chromium_org/ui/base/ime/
input_method_tsf.cc
38
// In non-Aura environment, appropriate callbacks to
OnFocus
() and OnBlur()
41
// TODO(ime): Fix the caller of
OnFocus
() and OnBlur() so that appropriate
43
InputMethodWin::
OnFocus
();
48
void InputMethodTSF::
OnFocus
() {
49
// Do not call baseclass'
OnFocus
() and discard the event being in
51
// TODO(ime): Implement
OnFocus
once the callers are fixed.
60
// TODO(ime): Implement
OnFocus
once the callers are fixed.
dummy_input_method.cc
21
void DummyInputMethod::
OnFocus
() {
input_method_imm32.cc
20
// In non-Aura environment, appropriate callbacks to
OnFocus
() and OnBlur()
23
// TODO(ime): Fix the caller of
OnFocus
() and OnBlur() so that appropriate
25
InputMethodWin::
OnFocus
();
28
void InputMethodIMM32::
OnFocus
() {
29
// Ignore
OnFocus
event for "always focused" model. See the comment in the
31
// TODO(ime): Implement
OnFocus
once the callers are fixed.
37
// TODO(ime): Implement
OnFocus
once the callers are fixed.
mock_input_method.cc
44
void MockInputMethod::
OnFocus
() {
45
FOR_EACH_OBSERVER(InputMethodObserver, observer_list_,
OnFocus
());
input_method_base.cc
35
OnFocus
();
38
void InputMethodBase::
OnFocus
() {
/external/chromium_org/ui/views/controls/button/
radio_button.cc
123
void RadioButton::
OnFocus
() {
124
Checkbox::
OnFocus
();
checkbox.cc
102
void Checkbox::
OnFocus
() {
103
LabelButton::
OnFocus
();
image_button.cc
130
void ImageButton::
OnFocus
() {
131
View::
OnFocus
();
/external/chromium/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc
195
gboolean TabContentsContainerGtk::
OnFocus
(GtkWidget* widget,
/external/chromium_org/chrome/browser/ui/views/autofill/
tooltip_icon.cc
94
void TooltipIcon::
OnFocus
() {
decorated_textfield.cc
130
void DecoratedTextfield::
OnFocus
() {
131
views::Textfield::
OnFocus
();
/external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.cc
165
void ExtensionViewViews::
OnFocus
() {
/external/chromium_org/ui/views/controls/
native_control_win.cc
100
void NativeControlWin::
OnFocus
() {
image_view.cc
135
void ImageView::
OnFocus
() {
136
View::
OnFocus
();
/external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc
85
void TextInputTestHelper::
OnFocus
() {
Completed in 990 milliseconds
1
2
3