Searched defs:focused (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_focus_rules_unittest.cc50 aura::Window* focused = local
52 EXPECT_TRUE((focused == NULL) || w2->GetNativeView()->Contains(focused));
/external/chromium_org/content/child/npapi/
H A Dwebplugin.h127 virtual void FocusChanged(bool focused) {} argument
H A Dwebplugin_delegate_impl_android.cc70 bool WebPluginDelegateImpl::PlatformSetPluginHasFocus(bool focused) { argument
H A Dwebplugin_delegate_impl_aura.cc57 bool WebPluginDelegateImpl::PlatformSetPluginHasFocus(bool focused) { argument
/external/chromium_org/third_party/webtreemap/src/
H A Dwebtreemap.js24 var focused = null; variable
27 focused = tree;
69 if (focused && tree == focused && focused.parent) {
70 focus(focused.parent);
/external/chromium_org/ui/base/ime/
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 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 Dmock_input_method.cc50 void MockInputMethod::Init(bool 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...]
/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);
/external/chromium_org/ui/views/ime/
H A Dinput_method_base.cc32 // Alert the InputMethod of the Widget's currently focused view.
33 View* focused = widget->GetFocusManager()->GetFocusedView(); local
34 if (focused)
35 OnWillChangeFocus(NULL, focused);
59 void InputMethodBase::OnWillChangeFocus(View* focused_before, View* focused) {} argument
61 void InputMethodBase::OnDidChangeFocus(View* focused_before, View* focused) {} argument
94 // Convert coordinates if the focused view is inside a child Widget.
H A Dmock_input_method.cc140 void MockInputMethod::OnWillChangeFocus(View* focused_before, View* focused) { argument
/external/chromium_org/ui/wm/core/
H A Dbase_focus_rules.cc86 // The focused window is always inside the active window, so windows that
87 // aren't activatable can't contain the focused window.
157 // If there's already a child window focused in the activatable hierarchy,
160 aura::Window* focused = GetFocusedWindow(activatable); local
161 return activatable->Contains(focused) ? focused : activatable;
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc185 aura::Window* focused = aura::client::GetFocusClient(window)-> local
192 if (focused)
193 tracker.Add(focused);
194 if (active && focused != active)
210 // Restore focused/active window.
211 if (tracker.Contains(focused)) {
212 aura::client::GetFocusClient(window)->FocusWindow(focused);
215 focused->GetRootWindow());
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.h104 void SetFocus(RenderWidgetHost* rwh, bool focused);
139 bool focused() const { return focused_; } function in class:content::BrowserPluginGuest
259 void OnSetFocus(int instance_id, bool focused);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwViewMethods.java99 void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); argument
H A DNullAwViewMethods.java112 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
H A DFullScreenView.java118 public void onFocusChanged(final boolean focused, final int direction, argument
120 super.onFocusChanged(focused, direction, previouslyFocusedRect);
122 focused, direction, previouslyFocusedRect);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_border.cc37 const bool focused,
42 focused_(focused),
138 bool focused = extra.button.is_focused; local
141 if (border_->GetPainter(focused, views_state) ||
142 (focused && border_->GetPainter(false, views_state))) {
143 gfx::ImageSkia* image = &button_images_[focused][views_state];
152 focused,
35 ButtonImageSkiaSource(const Gtk2UI* gtk2_ui, const GtkStateType state, const bool focused, const bool call_to_action, const gfx::Size& size) argument
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc160 void WebViewPlugin::updateFocus(bool focused) { argument
161 focused_ = focused;
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h74 @property(nonatomic, readonly) NSNumber* focused; variable
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNode.cpp203 bool WebNode::focused() const function in class:blink::WebNode
205 return m_private->focused();

Completed in 497 milliseconds

123