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

1 2

  /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();
sync_setup_flow.h 76 void 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();
find_bar_host.cc 19 #include "views/focus/external_focus_tracker.h"
20 #include "views/focus/view_storage.h"
146 // focus. EndFindSession will then set the focus to the page content.
157 // TODO(brettw) Focus() should be on TabContentsView.
158 find_bar_controller_->tab_contents()->tab_contents()->Focus();
178 // focus and in the process unregister us as the handler for the Escape
  /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...]
tab_contents_view_views.cc 22 #include "views/focus/focus_manager.h"
23 #include "views/focus/view_storage.h"
136 void TabContentsViewViews::Focus() {
138 tab_contents()->interstitial_page()->Focus();
163 Focus();
195 DCHECK(focus_manager != NULL) << "No focus manager when restoring focus.";
205 // default focus.
243 // We may not have a focus manager if the tab has been switched before this
tab_contents_view_gtk.h 62 virtual void Focus();
tab_contents_view_touch.h 58 virtual void Focus() OVERRIDE;
tab_contents_view_views.h 55 virtual void Focus() OVERRIDE;
tab_contents_view_gtk.cc 30 #include "views/focus/view_storage.h"
44 // and grab focus if we don't have it. The call to
45 // FocusThroughTabTraversal(bool) forwards the "move focus forward" effect to
47 gboolean OnFocus(GtkWidget* widget, GtkDirectionType focus,
49 // If we already have focus, let the next widget have a shot at it. We will
56 bool reverse = focus == GTK_DIR_TAB_BACKWARD;
182 g_signal_connect(view->native_view(), "focus",
268 void TabContentsViewGtk::Focus() {
270 tab_contents()->interstitial_page()->Focus();
292 Focus();
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 65 void Focus();
cloud_print_setup_flow.cc 114 void CloudPrintSetupFlow::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.
tab_contents_view_gtk.cc 150 g_signal_connect(content_view, "focus", G_CALLBACK(OnFocusThunk), this);
226 void TabContentsViewGtk::Focus() {
228 tab_contents()->interstitial_page()->Focus();
240 Focus();
277 // This is called when we the renderer asks us to take focus back (i.e., it has
374 // and grab focus if we don't have it. The call to
375 // FocusThroughTabTraversal(bool) forwards the "move focus forward" effect to
378 GtkDirectionType focus) {
380 // focus.
383 // take focus. We don't want that. But if we return true, the event wil
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 21 * This file contains functionality for handling focus configurations.
63 CAMHAL_LOGEB("Focus areas supported %d, focus areas set %d",
107 CAMHAL_LOGDA("Auto focus got canceled before doAutoFocus could be called");
127 focusControl.eFocusControl = ( OMX_IMAGE_FOCUSCONTROLTYPE ) mParameters3A.Focus;
138 } else if ( mParameters3A.Focus == OMX_IMAGE_FocusControlAuto ) {
144 CAMHAL_LOGEB("Focus status check failed 0x%x!", ret);
147 CAMHAL_LOGDB("Focus status check 0x%x!", focusStatus.eFocusStatus);
155 (mParameters3A.Focus != (OMX_IMAGE_FOCUSCONTROLTYPE)OMX_IMAGE_FocusControlAuto) )
160 //Enable focus scannin
    [all...]
OMX3A.cpp 226 if ( (mFirstTimeInit || ((str != NULL) && (mParameters3A.Focus != mode))))
230 mParameters3A.Focus = mode;
232 // if focus mode is set to infinity...update focus distance immediately
237 CAMHAL_LOGDB("Focus %x", mParameters3A.Focus);
333 CAMHAL_LOGVA("Locking Focus");
337 CAMHAL_LOGVA("UnLocking Focus");
407 Gen3A.Focus = getLUTvalue_HALtoOMX(OMXCameraAdapter::DEFAULT_FOCUS_MODE, FocusLUT);
586 OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE focus; local
695 OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE focus; local
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 67 virtual void Focus();
render_widget_host_view_mac.h 122 // The plugin that currently has focus (-1 if no plugin has focus).
151 // Updates the current plugin focus state.
196 virtual void Focus();
render_widget_host_view_views.h 133 virtual void Focus() OVERRIDE;
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.cc 101 // Forward the focus to the renderer.
102 host()->render_view_host()->view()->Focus();
109 !close_on_lost_focus_ || // Our client is handling focus listening.
110 lost_focus_to_child) // A child of this view got focus.
  /hardware/ti/omap4xxx/camera/inc/
General3A_Settings.h 237 int Focus;

Completed in 522 milliseconds

1 2