Home
last modified time | relevance | path

Searched defs:runAsync (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DAsyncMethodRunner.h59 void runAsync() in runAsync() function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
DExecutionUtils.java194 public static void runAsync(final RunnableEx runnable) { in runAsync() method in ExecutionUtils