Searched defs:focus (Results 1 - 25 of 51) sorted by relevance

123

/external/clang/test/CodeGen/
H A D2003-08-21-BinOp-Type-Mismatch.c7 unsigned int frame, focus; local
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
/external/webkit/Source/WebCore/html/
H A DHTMLLegendElement.cpp80 void HTMLLegendElement::focus(bool) function in class:WebCore::HTMLLegendElement
83 Element::focus();
87 control->focus(false);
H A DHTMLLabelElement.cpp132 element->focus();
142 void HTMLLabelElement::focus(bool) function in class:WebCore::HTMLLabelElement
146 element->focus();
/external/webkit/Tools/WebKitTestRunner/qt/
H A DPlatformWebViewQt.cpp80 void PlatformWebView::focus() function in class:WTR::PlatformWebView
/external/webkit/Tools/WebKitTestRunner/win/
H A DPlatformWebViewWin.cpp78 void PlatformWebView::focus() function in class:WTR::PlatformWebView
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfile.cpp68 void Profile::focus(const ProfileNode* profileNode) function in class:JSC::Profile
76 processChildren = currentNode->focus(callIdentifier);
H A DProfileNode.cpp238 bool ProfileNode::focus(const CallIdentifier& callIdentifier) function in class:JSC::ProfileNode
/external/chromium/chrome/browser/ui/gtk/
H A Dtab_contents_container_gtk.cc46 g_signal_connect(floating_.get(), "focus", G_CALLBACK(OnFocusThunk), this);
192 // Prevent |preview_| from getting focus via the tab key. If |tab_| exists, try
193 // to focus that. Otherwise, do nothing, but stop event propagation. See bug
196 GtkDirectionType focus) {
198 gtk_widget_child_focus(tab_->tab_contents()->GetContentNativeView(), focus);
195 OnFocus(GtkWidget* widget, GtkDirectionType focus) argument
H A Dfind_bar_gtk.cc198 // When the user tabs to us or clicks on us, save where the focus used to
200 g_signal_connect(text_entry_, "focus",
209 g_signal_connect(text_entry_, "focus-in-event",
211 g_signal_connect(text_entry_, "focus-out-event",
383 // focus. EndFindSession will then set the focus to the page content.
447 // This function sometimes gets called when we don't have focus. We should do
936 gboolean FindBarGtk::OnFocus(GtkWidget* text_entry, GtkDirectionType focus, argument
/external/webkit/Source/WebCore/inspector/front-end/
H A DTopDownProfileDataGridTree.js79 focus: function(/*ProfileDataGridNode*/ profileDataGrideNode)
H A DBottomUpProfileDataGridTree.js211 focus: function(/*ProfileDataGridNode*/ profileDataGridNode)
/external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
H A DSDL_dx5audio.c426 static int CreatePrimary(LPDIRECTSOUND sndObj, HWND focus, argument
435 result = IDirectSound_SetCooperativeLevel(sndObj, focus,
501 static int CreateSecondary(LPDIRECTSOUND sndObj, HWND focus, argument
511 if ( focus ) {
513 focus, DSSCL_PRIORITY);
532 if ( ! focus ) {
/external/webkit/Source/WebCore/page/
H A DDOMSelection.cpp84 Position focus = selection.isBaseFirst() ? selection.end() : selection.start(); local
85 return focus.parentAnchoredEquivalent();
/external/skia/src/views/
H A DSkWidgets.cpp233 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed) argument
248 if (focus)
H A DSkWindow.cpp229 SkView* focus = this->getFocusView();
230 if (focus == NULL)
231 focus = this;
235 return focus->doEvent(evt);
246 // send an event to the focus-view
248 SkView* focus = this->getFocusView(); local
249 if (focus == NULL)
250 focus = this;
254 if (focus->doEvent(evt))
275 //send an event to the focus
277 SkView* focus = this->getFocusView(); local
341 onSetFocusView(SkView* focus) argument
[all...]
H A DSkView.cpp178 SkView* focus = NULL; local
181 if (view->onGetFocusView(&focus))
184 return focus;
198 Try to give focus to this view, or its children
208 SkView* child, *focus; local
210 if ((focus = child->acceptFocus(dir)) != NULL)
211 return focus;
216 SkView* child, *focus; local
218 if ((focus = child->acceptFocus(dir)) != NULL)
219 return focus;
230 SkView* focus = this->getFocusView(); local
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h92 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), focus); member in class:WebCore::SVGElementInstance
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.cpp95 void WebUIClient::focus(WebPageProxy* page) function in class:WebKit::WebUIClient
97 if (!m_client.focus)
100 m_client.focus(toAPI(page), m_client.clientInfo);
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.cc150 g_signal_connect(content_view, "focus", G_CALLBACK(OnFocusThunk), this);
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 will
384 // stop being propagated, leaving focus wherever it is currently. That is
386 // focus first so as to trick it into thinking the view was already focused
392 // If we already have focus, le
377 OnFocus(GtkWidget* widget, GtkDirectionType focus) argument
[all...]
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.cc30 #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, argument
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",
323 DCHECK(focus_manager != NULL) << "No focus manager when restoring focus.";
333 // default focus
[all...]
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk3.cpp130 "focus-line-width", &focusWidth,
131 "focus-padding", &focusPad, NULL);
172 gtk_style_context_get_style(context, "interior-focus", &interiorFocus, NULL);
295 "focus-line-width", &focusWidth,
296 "focus-padding", &focusPad,
297 "interior-focus", &interiorFocus,
298 "displace-focus", &displaceFocus,
339 static void getComboBoxMetrics(RenderStyle* style, GtkBorder& border, int& focus, int& separator) argument
357 "interior-focus", &interiorFocus,
358 "focus
[all...]
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp86 void ChromeClientHaiku::focus() function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp77 void ChromeClientWinCE::focus() function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp115 void ChromeClientWx::focus() function in class:WebCore::ChromeClientWx
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc130 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 ou
193 OnFocusIn(GtkWidget* widget, GdkEventFocus* focus, RenderWidgetHostViewGtk* host_view) argument
206 OnFocusOut(GtkWidget* widget, GdkEventFocus* focus, RenderWidgetHostViewGtk* host_view) argument
[all...]

Completed in 957 milliseconds

123