HomeSort by relevance Sort by last modified time
    Searched refs:HasFocus (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/chromium_org/ui/views/focus/
focus_manager_unittest.cc 648 EXPECT_TRUE(v1->HasFocus());
735 EXPECT_TRUE(v1->HasFocus());
740 EXPECT_TRUE(v2->HasFocus());
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc 192 if (download_views_[i]->HasFocus()) {
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 172 if (download_views_[i]->HasFocus()) {
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 256 bool HasFocus();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_guest.cc 273 bool RenderWidgetHostViewGuest::HasFocus() const {
render_widget_host_view_mac.h 218 virtual bool HasFocus() const OVERRIDE;
render_widget_host_view_aura.h 151 virtual bool HasFocus() const OVERRIDE;
render_widget_host_view_win.h 162 virtual bool HasFocus() const OVERRIDE;
  /external/chromium_org/ui/views/controls/button/
label_button.cc 254 params->button.is_focused = HasFocus() && IsAccessibilityFocusable();
  /external/chromium_org/ui/views/controls/
label.cc 304 if (HasFocus()) {
  /external/chromium_org/ui/views/widget/
widget_unittest.cc     [all...]
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 332 if (reverse && signout_link_->HasFocus()) {
336 if (!reverse && shutdown_->HasFocus()) {
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 236 host_view->was_focused_before_grab_ = host_view->HasFocus();
684 bool RenderWidgetHostViewGtk::HasFocus() {
    [all...]
render_widget_host_view_views.cc 246 bool RenderWidgetHostViewViews::HasFocus() {
247 return View::HasFocus();
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 167 if (!HasFocus() && event->type() == ui::ET_GESTURE_TAP_DOWN) {
184 (!HasFocus() || (model()->focus_state() == OMNIBOX_FOCUS_INVISIBLE));
  /external/chromium_org/ui/aura/
window_unittest.cc     [all...]
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 241 return app_menu_->HasFocus();
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 390 if (HasFocus() && (focusable() || IsAccessibilityFocusable()))
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 499 if (window->HasFocus() ||
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_unittest.cc 67 virtual bool HasFocus() const OVERRIDE {
  /external/chromium_org/content/browser/web_contents/
render_view_host_manager.cc 730 render_view_host_->GetView() && render_view_host_->GetView()->HasFocus();
    [all...]
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 125 if (HasFocus() && (focusable() || IsAccessibilityFocusable())) {
  /external/chromium_org/ui/views/controls/table/
table_view_unittest.cc 160 virtual bool HasFocus() const OVERRIDE {
  /external/chromium_org/ui/views/
view.h 728 virtual bool HasFocus() const;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc     [all...]

Completed in 1266 milliseconds

1 23 4