Searched defs:doAction (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DPleaseWaitMessage.js93 function doAction() function
104 setTimeout(doAction, 0);
/external/chromium/chrome/browser/resources/
H A Dnew_new_tab.js1004 function doAction() {
1042 actionLink.onclick = doAction;
1043 actionLink.onkeydown = handleIfEnterKey(doAction);
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java119 @Override public T doAction(Method method, Object[] args) { return result; }
132 public T doAction(Method method, Object[] args) throws Throwable { return callable.call(); }
142 public Object doAction(Method method, Object[] args) throws Throwable { throw exception; }
774 return stubbedCall.mAction.doAction(method, args);
801 public Object doAction(Method innerMethod, Object[] innerArgs) throws Throwable {
803 return stubbingAction.doAction(innerMethod, innerArgs);
985 public Object doAction(Method method, Object[] arguments) throws Throwable; method in interface:LittleMock.Action
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 341 milliseconds