HomeSort by relevance Sort by last modified time
    Searched defs:Focus (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/sync/
sync_setup_wizard.cc 57 void SyncSetupWizard::Focus() {
60 flow->Focus();
sync_setup_flow.cc 181 void SyncSetupFlow::Focus() {
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.cc 114 void CloudPrintSetupFlow::Focus() {
  /external/chromium/chrome/browser/tab_contents/
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...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
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...]
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...]
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
  /hardware/ti/omap4xxx/camera/inc/
General3A_Settings.h 237 int Focus;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 130 g_signal_connect(widget, "focus-in-event",
132 g_signal_connect(widget, "focus-out-event",
194 GdkEventFocus* focus,
199 // The only way to enable a GtkIMContext object is to call its focus in
207 GdkEventFocus* focus,
209 // Whenever we lose focus, set the cursor back to that of our parent window,
213 // focus.
217 // Prevents us from stealing input context focus in OnGrabNotify() handler.
228 // take focus, so we never get a focus out or focus in event when they ar
    [all...]
render_widget_host_view_views.cc 521 // We also want the focus.
868 void RenderWidgetHostViewViews::Focus() {
873 // TODO(estade): We should be clearing native focus as well, but I know of no
895 // focus.
render_widget_host_view_win.cc 50 #include "views/focus/focus_manager.h"
51 #include "views/focus/focus_util_win.h"
486 void RenderWidgetHostViewWin::Focus() {
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 519 milliseconds