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

12 3 4

  /external/chromium_org/content/test/
test_render_view_host.h 67 virtual bool HasFocus() const OVERRIDE;
  /external/chromium_org/ui/views/controls/
message_box_view.cc 150 if (prompt_field_ && prompt_field_->HasFocus())
label.cc 326 if (HasFocus()) {
  /external/chromium_org/ui/views/controls/table/
table_view.cc 329 if (!HasFocus())
487 text_background_color_id(HasFocus()));
491 selected_text_color_id(HasFocus()));
502 if (selection_model_.active() == i && HasFocus())
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 309 return app_menu_->HasFocus();
659 if (!location_bar_->HasFocus()) {
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 285 render_view_host_->GetView()->HasFocus() &&
490 if (rwh_view->HasFocus())
    [all...]
render_widget_host_view_guest.cc 122 bool RenderWidgetHostViewGuest::HasFocus() const {
  /external/chromium_org/ui/aura/
window.h 266 bool HasFocus() const;
  /external/chromium_org/ui/views/
painter.cc 233 if (focus_painter && view->HasFocus())
view.h 757 virtual bool HasFocus() const;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc 403 HasFocus() ||
404 edit_link_->HasFocus();
635 if (item_views_[i]->HasFocus()) {
  /external/chromium_org/ui/views/focus/
focus_manager_unittest.cc 603 EXPECT_TRUE(v1->HasFocus());
690 EXPECT_TRUE(v1->HasFocus());
695 EXPECT_TRUE(v2->HasFocus());
    [all...]
  /external/chromium_org/ash/shelf/
shelf_button.cc 435 if (HasFocus()) {
  /external/chromium_org/ash/system/user/
user_view.cc 514 if (user_card_view_->HasFocus()) {
  /external/chromium_org/athena/home/
home_card_unittest.cc 32 GetContentsView()->GetViewByID(kHomeCardSearchBoxId)->HasFocus();
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 230 bool HasFocus();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 121 virtual bool HasFocus() const OVERRIDE;
render_widget_host_view_mac.h 235 virtual bool HasFocus() const OVERRIDE;
render_widget_host_view_aura_unittest.cc 638 EXPECT_TRUE(window->HasFocus());
688 ASSERT_TRUE(window->HasFocus());
699 ASSERT_TRUE(sibling->HasFocus());
712 EXPECT_TRUE(parent_view_->HasFocus());
726 ASSERT_TRUE(parent_view_->HasFocus());
739 EXPECT_TRUE(parent_view_->HasFocus());
753 ASSERT_TRUE(parent_view_->HasFocus());
    [all...]
render_widget_host_view_aura.h 146 virtual bool HasFocus() const OVERRIDE;
  /external/chromium_org/ash/
root_window_controller_unittest.cc 518 EXPECT_TRUE(lock_window->HasFocus());
520 EXPECT_FALSE(session_window->HasFocus());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 653 (!HasFocus() || (model()->focus_state() == OMNIBOX_FOCUS_INVISIBLE));
763 if (!HasFocus() && event->type() == ui::ET_GESTURE_TAP_DOWN) {
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 593 if (window->HasFocus())
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.cc 155 if (HasFocus()) {
  /external/chromium_org/ui/views/controls/button/
label_button.cc 372 params->button.is_focused = HasFocus() && IsAccessibilityFocusable();

Completed in 1686 milliseconds

12 3 4