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

  /external/webkit/Source/WebCore/rendering/
RenderFileUploadControl.cpp 131 void RenderFileUploadControl::click() function in class:WebCore::RenderFileUploadControl
  /packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/
AutomationProvider.java 231 * Perform a click on the UI widget
233 * @return true if the click succeeded, false if the widget cannot be found or other errors
236 public boolean click(String selector) throws RemoteException { method in class:AutomationProvider
239 result = mService.click(selector);
384 return "click";
  /external/skia/src/views/
SkView.cpp 297 SkView::Click::Click(SkView* target)
305 SkView::Click::~Click()
310 void SkView::Click::resetType()
320 bool SkView::Click::isType(const char type[]) const
334 void SkView::Click::setType(const char type[])
340 void SkView::Click::copyType(const char type[])
355 SkView::Click* SkView::findClickHandler(SkScalar x, SkScalar y)
367 Click* click = child->findClickHandler(x - child->fLoc.fX local
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 88 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), click); member in class:WebCore::SVGElementInstance
  /packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/
ProviderImpl.java 159 public boolean click(String selector) throws RemoteException { method in class:ProviderImpl
165 return click(node);
168 protected boolean click(AccessibilityNodeInfo node) throws RemoteException { method in class:ProviderImpl
169 // TODO: do a click here
236 click(node);
261 // text:Click Me
  /external/webkit/Source/WebCore/html/
HTMLElement.cpp 733 void HTMLElement::click() function in class:WebCore::HTMLElement
741 // that override this method to direct the click appropriately.
742 // Here in the base class, then, we only send the click if
744 // to send the mouse events in addition to the click.
    [all...]
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp 1247 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::click( void) function in class:DOMHTMLInputElement
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 516 DialogInterface.OnClickListener click = new DialogInterface.OnClickListener() { local
532 b.setAdapter(adapter, click);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 1100 public void click(View clickedView, Listener fragmentListener) { method in class:ContactDetailFragment.ViewEntry
1191 public void click(View clickedView, Listener fragmentListener) { method in class:ContactDetailFragment.NetworkTitleViewEntry
1365 public void click(View clickedView, Listener fragmentListener) { method in class:ContactDetailFragment.DetailViewEntry
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 477 int click; member in struct:__anon20357
581 int click; member in struct:__anon20365
    [all...]
XIproto.h 782 CARD8 click; member in struct:__anon20422
889 INT8 click; member in struct:__anon20430
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 49 * A shortcut repository implementation that uses a log of every click.
163 // This has the effect of multiplying the average hit time with the click count
667 // Log click for shortcut
668 final ContentValues click = new ContentValues(); local
669 click.put(ClickLog.intent_key.name(), intentKey);
670 click.put(ClickLog.query.name(), suggestion.getUserQuery());
671 click.put(ClickLog.hit_time.name(), now);
672 click.put(ClickLog.corpus.name(), corpus.getName());
679 db.insertOrThrow(ClickLog.TABLE_NAME, null, click);
720 * clicklog table. Has one record for each click
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 951 } else if (type.match(/(click|mouse|menu)/i)){
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 3109 void WebViewCore::click(WebCore::Frame* frame, WebCore::Node* node, bool fake) { function in class:android::WebViewCore
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 1177 milliseconds