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

1 2 3 4 5 6

  /external/chromium_org/content/public/browser/
web_contents_view_delegate.h 53 virtual bool Focus() = 0;
66 // Handles a focus event from the renderer process.
67 virtual void Focus() = 0;
69 // Gives the delegate a first chance at focus events from our render widget
interstitial_page.h 79 // Sets the focus to the interstitial.
80 virtual void Focus() = 0;
web_contents_view.h 64 // Sets focus to the native widget for this tab.
65 virtual void Focus() = 0;
67 // Sets focus to the appropriate element when the WebContents is shown the
74 // Restores focus to the last focus view. If StoreFocus has not yet been
render_widget_host_view.h 83 // Set focus to the associated View component.
84 virtual void Focus() = 0;
85 // Returns true if the View currently has the focus.
  /external/chromium_org/ui/views/examples/
webview_example.cc 31 webview_->web_contents()->GetView()->Focus();
  /external/chromium/chrome/browser/sync/
sync_setup_wizard.h 71 // Focus the dialog if it is already open. Does nothing if the dialog is
73 void Focus();
sync_setup_wizard.cc 57 void SyncSetupWizard::Focus() {
60 flow->Focus();
  /external/chromium_org/content/shell/
shell_web_contents_view_delegate.h 32 virtual void Focus() OVERRIDE;
44 virtual bool Focus() OVERRIDE;
shell_web_contents_view_delegate_win.cc 217 web_contents_->GetView()->Focus();
221 web_contents_->GetView()->Focus();
225 web_contents_->GetView()->Focus();
244 bool ShellWebContentsViewDelegate::Focus() {
shell_devtools_frontend.cc 69 void ShellDevToolsFrontend::Focus() {
70 web_contents()->GetView()->Focus();
shell.cc 180 web_contents_->GetView()->Focus();
185 web_contents_->GetView()->Focus();
190 web_contents_->GetView()->Focus();
195 web_contents_->GetView()->Focus();
209 devtools_frontend_->Focus();
333 contents->GetRenderViewHost()->Focus();
shell_devtools_frontend.h 27 void Focus();
shell_web_contents_view_delegate_gtk.cc 183 void ShellWebContentsViewDelegate::Focus() {
198 web_contents_->GetView()->Focus();
203 web_contents_->GetView()->Focus();
208 web_contents_->GetView()->Focus();
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 105 void WebContentsViewAndroid::Focus() {
107 web_contents_->GetInterstitialPage()->Focus();
109 web_contents_->GetRenderWidgetHostView()->Focus();
116 Focus();
218 // This is called when we the renderer asks us to take focus back (i.e., it has
224 web_contents_->GetRenderWidgetHostView()->Focus();
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.h 26 // focus management, which live in chrome.
38 virtual bool Focus() OVERRIDE;
chrome_web_contents_view_delegate_views.cc 20 #include "ui/views/focus/focus_manager.h"
21 #include "ui/views/focus/view_storage.h"
64 bool ChromeWebContentsViewDelegateViews::Focus() {
124 // default focus.
198 web_contents_->GetView()->Focus();
  /external/chromium/chrome/browser/ui/views/
dom_view.cc 8 #include "views/focus/focus_manager.h"
47 // Don't move the focus to the next view when tab is pressed, we want the
54 tab_contents_->Focus();
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_win.cc 14 #include "views/focus/focus_manager.h"
33 // that the BrowserContainer is the focused view when the focus is on the
66 // If we are focused, we need to pass the focus to the new RenderViewHost.
101 // clicking on the contents needs to focus us.
107 container_->tab_contents()->Focus();
114 // focus. When switching between from one tab that has focus to another tab
115 // that should also have focus, RequestFocus() is invoked one the
117 // to clear the focus before hands.
119 // Disable notifications. Clear focus will assign the focus to the mai
    [all...]
tab_contents_view_touch.cc 23 #include "views/focus/focus_manager.h"
24 #include "views/focus/view_storage.h"
156 void TabContentsViewTouch::Focus() {
158 tab_contents()->interstitial_page()->Focus();
169 rwhv->Focus();
176 Focus();
207 DCHECK(focus_manager != NULL) << "No focus manager when restoring focus.";
217 // default focus.
254 // We may not have a focus manager if the tab has been switched before thi
    [all...]
native_tab_contents_container_gtk.cc 13 #include "views/focus/focus_manager.h"
49 // If we are focused, we need to pass the focus to the new RenderViewHost.
63 // user click). We make ourself the focused view, so the focus is restored
72 // no native views in TOUCH_UI, so don't steal the focus
96 // clicking on the contents needs to focus us.
102 container_->tab_contents()->Focus();
107 // a call to set the focus if it already has the focus. This causes a problem
109 // focus when they actually get the focus. When switching from one TabContent
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tab_contents/
chrome_web_contents_view_delegate_gtk.h 47 virtual void Focus() OVERRIDE;
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.h 52 void Focus(JNIEnv* env, jobject obj, jint id);
73 // accessibility focus candidate for a touch which has not landed directly on
74 // an accessibility focus candidate.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 65 void Focus();
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h 41 // Override the stored focus widget. This call only makes sense when the
59 virtual void Focus();
96 // Handle focus traversal on the render widget native view.
tab_contents_view_mac.h 67 virtual void Focus();
113 // Keeps track of which NSView has focus so we can restore the focus when
114 // focus returns.

Completed in 333 milliseconds

1 2 3 4 5 6