Searched refs:HasFocus (Results 1 - 25 of 76) sorted by path

1234

/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_unittest.cc139 EXPECT_TRUE(overlay_window->HasFocus());
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc518 EXPECT_TRUE(lock_window->HasFocus());
520 EXPECT_FALSE(session_window->HasFocus());
H A Dshell_unittest.cc188 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/ash/shelf/
H A Dshelf_button.cc435 if (HasFocus()) {
/external/chromium_org/ash/system/tray/
H A Dactionable_view.cc72 if (HasFocus())
H A Dtray_details_view.cc122 if (footer_ && footer_->content() && footer_->content()->HasFocus())
H A Dtray_details_view_unittest.cc128 EXPECT_TRUE(test_item_2->default_view()->HasFocus());
143 EXPECT_FALSE(test_item_2->default_view()->HasFocus());
/external/chromium_org/ash/system/user/
H A Dbutton_from_view.cc64 if (HasFocus()) {
H A Duser_view.cc514 if (user_card_view_->HasFocus()) {
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc1057 if (window->HasFocus() ||
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc699 EXPECT_FALSE(top_container()->HasFocus());
H A Dwindow_modality_controller_unittest.cc417 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/wm/panels/
H A Dpanel_layout_manager.cc649 if (panel->HasFocus() ||
/external/chromium_org/athena/home/
H A Dhome_card_unittest.cc32 GetContentsView()->GetViewByID(kHomeCardSearchBoxId)->HasFocus();
/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest.cc1119 ->HasFocus());
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash_unittest.cc147 ASSERT_FALSE(textfield_->HasFocus());
149 ASSERT_TRUE(textfield_->HasFocus());
160 ASSERT_FALSE(textfield_->HasFocus());
162 ASSERT_TRUE(textfield_->HasFocus());
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.cc593 if (window->HasFocus())
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_focus_uitest.cc183 bool HasFocus() { return render_view_host()->GetView()->HasFocus(); } function in class:__anon5048::TestInterstitialPage
459 EXPECT_TRUE(tab->GetRenderViewHost()->GetView()->HasFocus());
464 EXPECT_TRUE(interstitial_page->HasFocus());
470 EXPECT_TRUE(tab->GetRenderViewHost()->GetView()->HasFocus());
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1672 if (mouse_event.IsLeftMouseButton() && sender->HasFocus()) {
2098 if (to_focus && !to_focus->HasFocus())
/external/chromium_org/chrome/browser/ui/views/
H A Ddesktop_media_picker_views.cc155 if (HasFocus()) {
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc615 if (HasFocus())
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1164 if (contents_web_view_->HasFocus() &&
2491 if (native_view->HasFocus()) {
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc570 bool LocationBarView::HasFocus() const { function in class:LocationBarView
1483 if (show_focus_rect_ && HasFocus())
H A Dlocation_bar_view.h247 virtual bool HasFocus() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc653 (!HasFocus() || (model()->focus_state() == OMNIBOX_FOCUS_INVISIBLE));
763 if (!HasFocus() && event->type() == ui::ET_GESTURE_TAP_DOWN) {

Completed in 516 milliseconds

1234