HomeSort by relevance Sort by last modified time
    Searched refs:Focus (Results 76 - 100 of 146) sorted by null

1 2 34 5 6

  /external/chromium_org/ash/
root_window_controller_unittest.cc 177 // Make sure a window that will delete itself when losing focus
468 lock_window->Focus();
470 session_window->Focus();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 174 // Focus the search box and return true so you can just start typing even
176 $('search').focus();
  /external/chromium_org/content/shell/
webkit_test_controller.cc 271 main_window_->web_contents()->GetView()->Focus();
274 main_window_->web_contents()->GetRenderViewHost()->Focus();
shell_aura.cc 90 web_contents->GetView()->Focus();
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.h 138 virtual void Focus();
301 // true if Enter was hit when render widget host was in focus.
  /external/chromium_org/ash/wm/
video_detector_unittest.cc 282 window->Focus();
base_layout_manager_unittest.cc 78 // A WindowDelegate which sets the focus when the window
94 window_->Focus();
114 // focus in this callback doesn't cause DCHECK error. See
toplevel_window_event_handler_unittest.cc 651 target->Focus();
671 target->Focus();
  /external/chromium_org/chrome/browser/ui/search/
instant_controller.cc 167 instant_tab_->contents()->GetView()->Focus();
192 // Don't send oninputstart/oninputend updates in response to focus changes
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 165 // Examine the children of |result| to find the nearest accessibility focus
286 void BrowserAccessibilityManagerAndroid::Focus(
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 88 virtual void Focus() OVERRIDE;
render_widget_host_impl.h 136 virtual void Focus() OVERRIDE;
396 // Relay a request from assistive technology to set focus to a given node.
704 // widgets that don't have focus to still handle key presses.
    [all...]
render_widget_host_view_guest.cc 267 void RenderWidgetHostViewGuest::Focus() {
render_widget_host_view_mac.h 127 // The plugin that currently has focus (-1 if no plugin has focus).
169 // Updates the current plugin focus state.
246 virtual void Focus() OVERRIDE;
render_widget_host_view_android.cc 323 void RenderWidgetHostViewAndroid::Focus() {
324 host_->Focus();
    [all...]
  /external/chromium_org/ui/aura/
window.h 293 // Claims or relinquishes the claim to focus.
294 void Focus();
root_window_unittest.cc 236 // the lock container from receiving events, getting focus etc.
295 w1->Focus();
300 // Since we're locked, the attempt to focus w2 will be ignored.
301 w2->Focus();
307 // cause focus to be reset.
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 681 wizard_.Focus();
721 wizard_.Focus();
734 wizard_.Focus();
    [all...]
sync_setup_flow.cc 181 void SyncSetupFlow::Focus() {
  /external/chromium/chrome/browser/debugger/
devtools_window.cc 184 tab_contents_->view()->Focus();
  /external/chromium_org/chrome/browser/chromeos/login/
webui_login_view.cc 365 // Return the focus to the web contents.
368 webui_login_->web_contents()->GetView()->Focus();
408 // accelerator when this view has focus.
416 // when the focus is inside an iframe. Only clear on KeyDown to prevent hiding
431 // we should not process focus change events.
471 // Return the focus to the web contents.
  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_actions.h 179 EXPECT_TRUE(object->Focus());
  /external/chromium_org/ui/views/focus/
focus_manager.cc 5 #include "ui/views/focus/focus_manager.h"
16 #include "ui/views/focus/focus_manager_delegate.h"
17 #include "ui/views/focus/focus_search.h"
18 #include "ui/views/focus/view_storage.h"
19 #include "ui/views/focus/widget_focus_manager.h"
73 // Intercept Tab related messages for focus traversal.
74 // Note that we don't do focus traversal if the root window is not part of
76 // and would focus the first focusable view.
151 // AboutToRequestFocusFromTabTraversal() may have changed focus. If it did,
152 // don't change focus again
    [all...]
  /external/chromium/chrome/browser/
browser_focus_uitest.cc 30 #include "views/focus/focus_manager.h"
76 const char kSimplePage[] = "files/focus/page_with_focus.html";
77 const char kStealFocusPage[] = "files/focus/page_steals_focus.html";
78 const char kTypicalPage[] = "files/focus/typical_page.html";
147 file_path = file_path.AppendASCII("focus");
214 // The focus should be on the Tab contents.
216 // Now hide the window, show it again, the focus should not have changed.
223 // Hide the window, show it again, the focus should not have changed.
248 // Switch to the 1st browser window, focus should still be on the location
254 // Switch back to the second browser, focus should still be on the page
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 347 // Added as a tentative work-around for focus related bug #4633. This allows
348 // us not to store focus when a tab is being closed.
469 // Views and focus -----------------------------------------------------------
484 void Focus();
487 // Invoked when this tab is getting the focus through tab traversal (|reverse|
    [all...]

Completed in 1892 milliseconds

1 2 34 5 6