HomeSort by relevance Sort by last modified time
    Searched refs:IsFocusable (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views_unittest.cc 130 EXPECT_TRUE(sign_in_web_view->IsFocusable());
131 EXPECT_FALSE(loading_shield->IsFocusable());
132 EXPECT_FALSE(notification_area->IsFocusable());
133 EXPECT_FALSE(scrollable_area->IsFocusable());
139 EXPECT_TRUE(notification_area->IsFocusable());
140 EXPECT_TRUE(scrollable_area->IsFocusable());
141 EXPECT_FALSE(loading_shield->IsFocusable());
142 EXPECT_FALSE(sign_in_web_view->IsFocusable());
146 EXPECT_TRUE(sign_in_web_view->IsFocusable());
147 EXPECT_FALSE(loading_shield->IsFocusable());
    [all...]
  /external/chromium_org/ui/views/focus/
focus_search.cc 61 bool can_go_down = (direction == DOWN) && !IsFocusable(starting_view);
78 DCHECK(IsFocusable(v));
84 DCHECK(IsFocusable(v));
96 return IsFocusable(v) &&
101 bool FocusSearch::IsFocusable(View* v) {
104 return v && v->IsFocusable();
149 if (IsFocusable(v))
246 if (IsFocusable(v))
focus_search.h 38 // IsFocusable().
90 bool IsFocusable(View* v);
focus_manager.cc 409 if (!view->IsFocusable() && view->IsAccessibilityFocusable()) {
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_android.h 30 bool IsFocusable() const;
browser_accessibility_manager_android.cc 226 node->IsFocusable(),
418 (ancestor->IsFocusable() && !ancestor->HasFocusableChild())) {
466 if (static_cast<BrowserAccessibilityAndroid*>(node)->IsFocusable())
accessibility_tree_formatter_android.cc 86 dict->SetBoolean("focusable", android_node->IsFocusable());
browser_accessibility_android.cc 147 bool BrowserAccessibilityAndroid::IsFocusable() const {
  /external/chromium_org/ui/views/accessibility/
ax_view_obj_wrapper.cc 51 if (view_->IsFocusable())
  /external/chromium_org/ui/views/examples/
button_example.cc 96 label_button_->SetFocusable(!label_button_->IsFocusable());
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.h 79 bool IsFocusable();
web_ax_object_proxy.cc 501 .SetProperty("isFocusable", &WebAXObjectProxy::IsFocusable)
714 bool WebAXObjectProxy::IsFocusable() {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 100 if (last_focused_view->IsFocusable() &&
  /external/chromium_org/ui/views/
view.h 780 bool IsFocusable() const;
    [all...]
view.cc 1158 bool View::IsFocusable() const {
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 515 EXPECT_TRUE(textfield_->IsFocusable());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 131 return view->IsFocusable() ? view : NULL;
    [all...]

Completed in 6867 milliseconds