HomeSort by relevance Sort by last modified time
    Searched defs:focus (Results 26 - 50 of 72) sorted by null

12 3

  /external/webkit/JavaScriptCore/profiler/
ProfileNode.cpp 235 bool ProfileNode::focus(const CallIdentifier& callIdentifier) function in class:JSC::ProfileNode
  /external/webkit/WebCore/inspector/front-end/
TopDownProfileDataGridTree.js 79 focus: function(/*ProfileDataGridNode*/ profileDataGrideNode)
BottomUpProfileDataGridTree.js 211 focus: function(/*ProfileDataGridNode*/ profileDataGridNode)
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
HorizontalFocusSearch.java 17 package android.widget.focus;
ListOfButtonsTest.java 17 package android.widget.focus;
19 import android.widget.focus.ListOfButtons;
31 * Tests that focus works as expected when navigating into and out of
92 assertFalse("button at top should have focus back",
116 // pressing down again shouldn't matter; make sure last item keeps focus
136 assertTrue("button at top should have focus back",
ListOfEditTexts.java 17 package android.widget.focus;
ListWithMailMessages.java 17 package android.widget.focus;
ScrollingThroughListOfFocusablesTest.java 17 package android.widget.focus;
25 import android.widget.focus.ListOfInternalSelectionViews;
VerticalFocusSearch.java 17 package android.widget.focus;
30 * vertical layout to excercise some core focus searching.
ListOfInternalSelectionViews.java 17 package android.widget.focus;
DescendantFocusabilityTest.java 17 package android.widget.focus;
19 import android.widget.focus.DescendantFocusability;
  /external/qemu/
qemu-char.h 10 #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 */
63 int focus; member in struct:CharDriverState
  /external/webkit/WebCore/page/
DOMSelection.cpp 84 Position focus = selection.isBaseFirst() ? selection.end() : selection.start(); local
85 return rangeCompliantEquivalent(focus);
Chrome.cpp 131 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/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 80 void ChromeClientHaiku::focus() function in class:WebCore::ChromeClientHaiku
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 109 void ChromeClientWx::focus() function in class:WebCore::ChromeClientWx
  /external/skia/src/views/
SkView.cpp 171 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/svg/
SVGElementInstance.h 85 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), focus); member in class:WebCore::SVGElementInstance
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 113 void ChromeClientQt::focus() function in class:WebCore::ChromeClientQt
139 // take the focus to avoid wrapping.
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmRS.java 32 public float focus; field in class:FilmRS.StripPosition
61 mPos.focus = ((float)y) / 16.f - 10.f; // focusPos
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 139 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/
ChromeClientImpl.cpp 139 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/
ChromeClientGtk.cpp 105 void ChromeClient::focus() function in class:WebKit::ChromeClient
  /external/webkit/WebKit/win/
DOMHTMLClasses.h 648 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/
WebChromeClient.cpp 117 void WebChromeClient::focus() function in class:WebChromeClient

Completed in 708 milliseconds

12 3