Searched defs:focused (Results 1 - 25 of 66) sorted by last modified time

123

/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java739 public void setFocused(boolean focused) { argument
740 isFocused = focused;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... DRAG public static final int SELECTED public static final int FOCUSED public static final int BACKGROUND public static final int FOREGROUND ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp187 // Constants for zooming in on a focused text field.
959 // Suppress the next keypress event unless the focused node is a plug-in node.
1961 // focused, then the focus element shows with a focus ring but
1979 // Clear focus on the currently focused frame if any.
2011 LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); local
2012 if (!focused || !m_imeAcceptEvents)
2015 if (WebPlugin* plugin = focusedPluginIfInputMethodSupported(focused))
2021 InputMethodController& inputMethodController = focused->inputMethodController();
2022 if (!focused->editor().canEdit() && !inputMethodController.hasComposition())
2077 LocalFrame* focused local
2089 LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); local
2111 LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); local
2353 const LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); local
2381 const LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); local
2400 const LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); local
[all...]
H A DWebNode.cpp223 bool WebNode::focused() const function in class:blink::WebNode
225 return m_private->focused();
H A DWebPluginContainerImpl.cpp155 void WebPluginContainerImpl::setFocus(bool focused) argument
157 Widget::setFocus(focused);
158 m_webPlugin->updateFocus(focused);
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dwebtreemap.js40 var focused = null; variable
46 focused = tree;
80 if (focused && tree == focused && focused.parent) {
81 focus(focused.parent);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h353 bool focused() const { return isUserActionElement() && isUserActionElementFocused(); } function in class:WebCore::Node
404 // This is called only when the node is focused.
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.cpp135 static inline void dispatchEventsOnWindowAndFocusedNode(Document* document, bool focused) argument
137 // If we have a focused node we should dispatch blur on it before we blur the window.
138 // If we have a focused node we should dispatch focus on it after we focus the window.
147 if (!focused && document->focusedElement()) {
159 window->dispatchEvent(Event::create(focused ? EventTypeNames::focus : EventTypeNames::blur));
160 if (focused && document->focusedElement()) {
250 // Now that the frame is updated, fire events and update the selection focused states of both frames.
310 void FocusController::setFocused(bool focused) argument
312 if (isFocused() == focused)
315 m_isFocused = focused;
[all...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp2345 void Internals::setFocused(bool focused) argument
2347 frame()->page()->focusController().setFocused(focused);
/external/chromium_org/ui/base/ime/
H A Ddummy_input_method.cc18 void DummyInputMethod::Init(bool focused) { argument
H A Dinput_method_auralinux.cc24 void InputMethodAuraLinux::Init(bool focused) { argument
34 InputMethodBase::Init(focused);
36 if (focused) {
151 TextInputClient* focused) {
154 focused ? focused->GetTextInputType() : TEXT_INPUT_TYPE_NONE);
156 InputMethodBase::OnDidChangeFocusedClient(focused_before, focused);
149 OnDidChangeFocusedClient( TextInputClient* focused_before, TextInputClient* focused) argument
H A Dinput_method_base.cc35 void InputMethodBase::Init(bool focused) { argument
36 if (focused)
H A Dinput_method_base.h36 virtual void Init(bool focused) OVERRIDE;
60 TextInputClient* focused) {}
62 TextInputClient* focused) {}
64 // Returns true if |client| is currently focused.
67 // Checks if the focused text input client's text input type is
68 // TEXT_INPUT_TYPE_NONE. Also returns true if there is no focused text
72 // Convenience method to call the focused text input client's
59 OnWillChangeFocusedClient(TextInputClient* focused_before, TextInputClient* focused) argument
61 OnDidChangeFocusedClient(TextInputClient* focused_before, TextInputClient* focused) argument
H A Dinput_method_base_unittest.cc33 // Expects that focused text input client will not be changed.
43 // Expects that focused text input client will be changed from
69 TextInputClient* focused) {
74 EXPECT_EQ(next_client_, focused);
85 TextInputClient* focused) {
90 EXPECT_EQ(next_client_, focused);
180 TextInputClient* focused) OVERRIDE {
181 verifier_->OnWillChangeFocusedClient(focused_before, focused);
185 TextInputClient* focused) OVERRIDE {
186 verifier_->OnDidChangeFocusedClient(focused_before, focused);
68 OnWillChangeFocusedClient(TextInputClient* focused_before, TextInputClient* focused) argument
84 OnDidChangeFocusedClient(TextInputClient* focused_before, TextInputClient* focused) argument
[all...]
H A Dinput_method_chromeos.cc165 // When focused input client is not changed, a text input type change should
181 // The current text input type should not be NONE if |context_| is focused.
257 TextInputClient* focused) {
266 TextInputClient* focused) {
335 // As ibus works asynchronously, there is a chance that the focused client
345 // been reset when the focused window changed.
353 // focused window.
394 // to send corresponding character to the focused text input client.
462 // character for each key event to the focused text input client.
475 // focused tex
255 OnWillChangeFocusedClient( TextInputClient* focused_before, TextInputClient* focused) argument
264 OnDidChangeFocusedClient( TextInputClient* focused_before, TextInputClient* focused) argument
[all...]
H A Dinput_method_win.cc38 // "always focused" model.
44 void InputMethodWin::Init(bool focused) { argument
48 InputMethodBase::Init(focused);
52 // Ignore OnFocus event for "always focused" model. See the comment in the
58 // Ignore OnBlur event for "always focused" model. See the comment in the
157 // The current text input type should not be NONE if |client| is focused.
200 TextInputClient* focused) {
207 TextInputClient* focused) {
208 if (IsWindowFocused(focused)) {
212 OnTextInputTypeChanged(focused);
199 OnWillChangeFocusedClient(TextInputClient* focused_before, TextInputClient* focused) argument
205 OnDidChangeFocusedClient( TextInputClient* focused_before, TextInputClient* focused) argument
[all...]
H A Dmock_input_method.cc50 void MockInputMethod::Init(bool focused) { argument
/external/chromium_org/ui/gfx/
H A Drender_text.h230 bool focused() const { return focused_; } function in class:gfx::RenderText
231 void set_focused(bool focused) { focused_ = focused; } argument
632 // The background color used for drawing the selection when focused.
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc793 const bool focused = ((state_id & ETS_FOCUSED) == ETS_FOCUSED); local
795 if ((BP_PUSHBUTTON == part_id) && (pressed || focused)) {
808 if ((BP_PUSHBUTTON == part_id) && focused) {
/external/chromium_org/ui/views/controls/button/
H A Dcheckbox.cc124 bool focused,
128 const size_t focused_index = focused ? 1 : 0;
123 SetCustomImage(bool checked, bool focused, ButtonState for_state, const gfx::ImageSkia& image) argument
H A Dlabel_button_border.cc43 // Paint any corresponding unfocused painter if there is no focused painter.
142 Painter* LabelButtonBorder::GetPainter(bool focused, argument
144 return painters_[focused ? 1 : 0][state].get();
147 void LabelButtonBorder::SetPainter(bool focused, argument
150 painters_[focused ? 1 : 0][state].reset(painter);

Completed in 442 milliseconds

123