HomeSort by relevance Sort by last modified time
    Searched refs:HasFocus (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/ui/ash/accessibility/
ax_tree_source_ash_unittest.cc 147 ASSERT_FALSE(textfield_->HasFocus());
149 ASSERT_TRUE(textfield_->HasFocus());
160 ASSERT_FALSE(textfield_->HasFocus());
162 ASSERT_TRUE(textfield_->HasFocus());
  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 417 EXPECT_TRUE(child->HasFocus());
418 EXPECT_FALSE(modal_parent->HasFocus());
419 EXPECT_FALSE(parent->HasFocus());
427 EXPECT_TRUE(child->HasFocus());
428 EXPECT_FALSE(modal_parent->HasFocus());
429 EXPECT_FALSE(parent->HasFocus());
437 EXPECT_FALSE(child->HasFocus());
438 EXPECT_FALSE(modal_parent->HasFocus());
439 EXPECT_TRUE(parent->HasFocus());
447 EXPECT_TRUE(child->HasFocus());
    [all...]
  /external/chromium_org/ash/system/tray/
tray_details_view_unittest.cc 128 EXPECT_TRUE(test_item_2->default_view()->HasFocus());
143 EXPECT_FALSE(test_item_2->default_view()->HasFocus());
actionable_view.cc 72 if (HasFocus())
tray_details_view.cc 122 if (footer_ && footer_->content() && footer_->content()->HasFocus())
  /external/chromium_org/ash/system/user/
button_from_view.cc 64 if (HasFocus()) {
  /external/chromium_org/content/public/browser/
render_widget_host_view.h 83 virtual bool HasFocus() const = 0;
  /external/chromium_org/ui/views/controls/
focusable_border.cc 46 view.HasFocus() ? ui::NativeTheme::kColorId_FocusedBorderColor :
slider.cc 177 if (!HasFocus())
182 } else if (HasFocus()) {
  /external/chromium_org/ash/
shell_unittest.cc 188 EXPECT_TRUE(lock_widget->GetNativeView()->HasFocus());
294 EXPECT_TRUE(widget->GetNativeView()->HasFocus());
307 EXPECT_TRUE(lock_widget->GetNativeView()->HasFocus());
318 EXPECT_TRUE(lock_modal_widget->GetNativeView()->HasFocus());
332 EXPECT_FALSE(modal_widget->GetNativeView()->HasFocus());
333 EXPECT_TRUE(lock_modal_widget->GetNativeView()->HasFocus());
345 EXPECT_FALSE(modal_dialog->GetNativeView()->HasFocus());
346 EXPECT_TRUE(lock_modal_widget->GetNativeView()->HasFocus());
  /external/chromium_org/ui/views/accessibility/
ax_view_obj_wrapper.cc 49 if (view_->HasFocus())
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 292 EXPECT_TRUE(window->HasFocus());
293 EXPECT_FALSE(keyboard_container->HasFocus());
303 EXPECT_TRUE(window->HasFocus());
304 EXPECT_FALSE(keyboard_container->HasFocus());
336 EXPECT_TRUE(window->HasFocus());
337 EXPECT_FALSE(keyboard_container->HasFocus());
  /external/chromium_org/ash/first_run/
first_run_helper_unittest.cc 139 EXPECT_TRUE(overlay_window->HasFocus());
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 51 if (!rwhva_ || !rwhva_->HasFocus())
76 if (!rwhva_ || !rwhva_->HasFocus())
  /external/chromium_org/ui/views/
accessible_pane_view_unittest.cc 116 EXPECT_TRUE(test_view_main->HasFocus());
131 EXPECT_FALSE(test_view_main->HasFocus());
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 183 bool HasFocus() { return render_view_host()->GetView()->HasFocus(); }
459 EXPECT_TRUE(tab->GetRenderViewHost()->GetView()->HasFocus());
464 EXPECT_TRUE(interstitial_page->HasFocus());
470 EXPECT_TRUE(tab->GetRenderViewHost()->GetView()->HasFocus());
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 44 virtual bool HasFocus() const OVERRIDE;
render_widget_host_view_guest.h 56 virtual bool HasFocus() const OVERRIDE;
render_widget_host_view_child_frame.cc 46 bool RenderWidgetHostViewChildFrame::HasFocus() const {
  /external/chromium_org/ui/views/controls/button/
checkbox.cc 116 const size_t focused_index = HasFocus() ? 1 : 0;
  /external/chromium_org/ui/views/controls/menu/
menu_runner_impl.cc 207 bool show_mnemonics = button ? button->HasFocus() : false;
  /external/chromium_org/ui/wm/core/
compound_event_filter_unittest.cc 179 EXPECT_FALSE(window->HasFocus());
185 EXPECT_FALSE(window->HasFocus());
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 205 const bool editor_has_focus = editor_->HasFocus();
550 if (!HasFocus())
799 text_background_color_id(HasFocus()));
801 if (HasFocus())
805 text_color_id(HasFocus(), node == selected_node_);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h 247 virtual bool HasFocus() const OVERRIDE;
  /external/chromium_org/content/test/
test_render_view_host.cc 80 bool TestRenderWidgetHostView::HasFocus() const {

Completed in 1299 milliseconds

1 2 3 4