Searched refs:focused (Results 26 - 50 of 136) sorted by relevance

123456

/external/chromium_org/ui/base/ime/
H A Ddummy_input_method.cc18 void DummyInputMethod::Init(bool focused) { argument
H A Ddummy_input_method.h22 virtual void Init(bool focused) OVERRIDE;
H A Dinput_method.h34 // 1) Send the original key down event to the focused window, which is e.g.
43 // - Keeps track of the focused TextInputClient to see which client can call
65 virtual void Init(bool focused) = 0;
73 // Called when the focused window receives native IME messages that are not
83 // itself by calling the method when it is focused, and unregister itself by
102 // Called by the focused client whenever its text input type is changed.
103 // Before calling this method, the focused client must confirm or clear
106 // effect if the client is not the focused client.
109 // Called by the focused client whenever its caret bounds is changed.
110 // This method has no effect if the client is not the focused clien
[all...]
H A Dinput_method_win.cc34 void InputMethodWin::Init(bool focused) { argument
38 InputMethodBase::Init(focused);
100 TextInputClient* focused) {
101 if (focused_before != focused)
140 // We need to send character events to the focused text input client event if
98 OnDidChangeFocusedClient( TextInputClient* focused_before, TextInputClient* focused) argument
H A Dmock_input_method.cc41 void MockInputMethod::Init(bool focused) { argument
H A Dmock_input_method.h33 virtual void Init(bool focused) OVERRIDE;
/external/chromium_org/ui/views/controls/button/
H A Dcheckbox.h43 // [checked] or [focused].
45 bool focused,
H A Dlabel_button_border.cc58 // Paint any corresponding unfocused painter if there is no focused painter.
168 Painter* LabelButtonBorder::GetPainter(bool focused, argument
170 return painters_[focused ? 1 : 0][state].get();
173 void LabelButtonBorder::SetPainter(bool focused, argument
176 painters_[focused ? 1 : 0][state].reset(painter);
H A Dcheckbox.cc122 bool focused,
126 const size_t focused_index = focused ? 1 : 0;
121 SetCustomImage(bool checked, bool focused, ButtonState for_state, const gfx::ImageSkia& image) argument
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextFieldInputType.cpp170 if (input->focused())
182 if (input->focused())
198 if (!input->focused())
204 if (!element().focused())
446 unsigned selectionLength = element().focused() ? plainText(element().document().frame()->selection().selection().toNormalizedRange().get()).length() : 0;
531 if (!element().focused())
574 return shouldSpinButtonRespondToMouseEvents() && element().focused();
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Duser_pod_row.css55 .pod.focused {
72 .pod.focused .user-image {
100 when pod is not focused increase that a bit. */
114 .pod.need-password.focused .name {
164 .pod.need-password.focused .password-area {
178 .pod:not(.focused) .signin-button {
196 .capslock-on .pod.focused input[type='password']:not([hidden]) ~ .capslock-hint {
351 html[oobe=old] .pod.focused .action-box-area {
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_commands_overlay.css50 .focused {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNode.cpp211 bool WebNode::focused() const function in class:blink::WebNode
213 return m_private->focused();
H A DWebViewImpl.cpp192 // Constants for zooming in on a focused text field.
963 // Suppress the next keypress event unless the focused node is a plug-in node.
2015 // focused, then the focus element shows with a focus ring but
2033 // Clear focus on the currently focused frame if any.
2064 Frame* focused = focusedWebCoreFrame(); local
2065 if (!focused || !m_imeAcceptEvents)
2068 if (WebPlugin* plugin = focusedPluginIfInputMethodSupported(focused))
2074 InputMethodController& inputMethodController = focused->inputMethodController();
2075 if (!focused->editor().canEdit() && !inputMethodController.hasComposition())
2130 Frame* focused local
2142 Frame* focused = focusedWebCoreFrame(); local
2164 Frame* focused = focusedWebCoreFrame(); local
2393 const Frame* focused = focusedWebCoreFrame(); local
2401 const Frame* focused = focusedWebCoreFrame(); local
2421 const Frame* focused = focusedWebCoreFrame(); local
2435 Frame* focused = focusedWebCoreFrame(); local
2469 const Frame* focused = focusedWebCoreFrame(); local
2488 const Frame* focused = focusedWebCoreFrame(); local
[all...]
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.h84 virtual void OnWillChangeFocus(View* focused_before, View* focused) OVERRIDE;
85 virtual void OnDidChangeFocus(View* focused_before, View* focused) OVERRIDE;
H A Dmock_input_method.h63 virtual void OnWillChangeFocus(View* focused_before, View* focused) OVERRIDE;
/external/chromium_org/content/browser/browser_plugin/
H A Dtest_browser_plugin_guest.h35 virtual void OnSetFocus(int instance_id, bool focused) OVERRIDE;
/external/chromium_org/content/child/npapi/
H A Dwebplugin.h127 virtual void FocusChanged(bool focused) {} argument
H A Dwebplugin_delegate.h71 virtual void SetFocus(bool focused) = 0;
H A Dwebplugin_delegate_impl.h95 virtual void SetFocus(bool focused) OVERRIDE;
274 void SetPluginHasFocus(bool focused);
278 bool PlatformSetPluginHasFocus(bool focused);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptGroupElement.cpp153 if (select && !select->focused())
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java79 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
80 super.onFocusChanged(focused, direction, previouslyFocusedRect);
81 mAwContents.onFocusChanged(focused, direction, previouslyFocusedRect);
/external/chromium_org/chrome/browser/extensions/api/app_window/
H A Dapp_window_api.cc182 if (options->focused.get() && !*options->focused.get())
280 if (options->focused.get())
281 create_params.focused = *options->focused.get();
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.h71 void OnSetFocus(bool focused);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.h55 virtual void updateFocus(bool focused);

Completed in 573 milliseconds

123456