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

12

/external/webkit/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.cpp235 bool ProfileNode::focus(const CallIdentifier& callIdentifier) function in class:JSC::ProfileNode
/external/webkit/WebCore/html/
H A DHTMLLegendElement.cpp99 void HTMLLegendElement::focus(bool) function in class:WebCore::HTMLLegendElement
102 Element::focus();
106 element->focus(false);
H A DHTMLLabelElement.cpp121 control->focus();
131 void HTMLLabelElement::focus(bool) function in class:WebCore::HTMLLabelElement
135 element->focus();
/external/webkit/WebCore/inspector/
H A DJavaScriptProfile.cpp89 static JSValueRef focus(JSContextRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* /*exception*/) function in namespace:WebCore
101 profile->focus(static_cast<ProfileNode*>(JSObjectGetPrivate(const_cast<JSObjectRef>(arguments[0]))));
151 { "focus", focus, kJSPropertyAttributeNone },
/external/webkit/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/qemu/
H A Dqemu-char.h10 #define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */
12 #define CHR_EVENT_MUX_IN 3 /* mux-focus was set to this terminal */
13 #define CHR_EVENT_MUX_OUT 4 /* mux-focus will move on */
62 int focus; member in struct:CharDriverState
/external/skia/src/views/
H A DSkWindow.cpp184 SkView* focus = this->getFocusView();
185 if (focus == NULL)
186 focus = this;
190 return focus->doEvent(evt);
201 // send an event to the focus-view
203 SkView* focus = this->getFocusView(); local
204 if (focus == NULL)
205 focus = this;
209 if (focus->doEvent(evt))
230 //send an event to the focus
232 SkView* focus = this->getFocusView(); local
296 onSetFocusView(SkView* focus) argument
[all...]
H A DSkWidgets.cpp233 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed) argument
248 if (focus)
H A DSkView.cpp171 SkView* focus = NULL; local
174 if (view->onGetFocusView(&focus))
177 return focus;
191 Try to give focus to this view, or its children
201 SkView* child, *focus; local
203 if ((focus = child->acceptFocus(dir)) != NULL)
204 return focus;
209 SkView* child, *focus; local
211 if ((focus = child->acceptFocus(dir)) != NULL)
212 return focus;
223 SkView* focus = this->getFocusView(); local
[all...]
/external/webkit/WebCore/page/
H A DDOMSelection.cpp84 Position focus = selection.isBaseFirst() ? selection.end() : selection.start(); local
85 return rangeCompliantEquivalent(focus);
H A DChrome.cpp131 void Chrome::focus(bool userGesture) const function in class:WebCore::Chrome
133 m_client->focus(userGesture);
136 void Chrome::focus() const function in class:WebCore::Chrome
138 m_client->focus();
/external/webkit/WebCore/svg/
H A DSVGElementInstance.h85 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), focus); member in class:WebCore::SVGElementInstance
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp80 void ChromeClientHaiku::focus() function in class:WebCore::ChromeClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp113 void ChromeClientQt::focus() function in class:WebCore::ChromeClientQt
139 // take the focus to avoid wrapping.
/external/webkit/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp109 void ChromeClientWx::focus() function in class:WebCore::ChromeClientWx
/external/webkit/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js3561 focus: function(element) {
3562 $(element).focus();
3611 element.focus();
/external/webkit/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp139 void ChromeClientAndroid::focus(bool userGesture) { function in class:android::ChromeClientAndroid
141 void ChromeClientAndroid::focus() {
142 // The old behavior was to always allow javascript to focus a window. If we
148 // Ask the application to focus this WebView.
/external/webkit/WebKit/chromium/src/
H A DChromeClientImpl.cpp139 void ChromeClientImpl::focus() function in class:WebKit::ChromeClientImpl
166 // Alert assistive technology that focus changed.
180 // For now the browser can always take focus if we're not running layout
449 // Returns true if anchors should accept keyboard focus with the tab key.
453 // platform other than MAC or QT, lets anchors get keyboard focus.
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp105 void ChromeClient::focus() function in class:WebKit::ChromeClient
/external/webkit/WebKit/win/
H A DDOMCoreClasses.cpp985 HRESULT STDMETHODCALLTYPE DOMElement::focus( void) function in class:DOMElement
989 m_element->focus();
H A DDOMHTMLClasses.h648 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMElement::focus(); } function in class:DOMHTMLElement
907 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMHTMLElement::focus(); } function in class:DOMHTMLFormElement
1212 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMHTMLElement::focus(); } function in class:DOMHTMLSelectElement
1536 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMHTMLElement::focus(); } function in class:DOMHTMLOptionElement
1834 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMHTMLElement::focus(); } function in class:DOMHTMLInputElement
2244 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMHTMLElement::focus(); } function in class:DOMHTMLTextAreaElement
[all...]
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp117 void WebChromeClient::focus() function in class:WebChromeClient

Completed in 153 milliseconds

12