Home
last modified time | relevance | path

Searched refs:CoreException (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMException.cpp36 static const struct CoreException { struct
84 static const CoreException* getErrorEntry(ExceptionCode ec) in getErrorEntry()
104 const CoreException* entry = getErrorEntry(ec); in create()
124 const CoreException* entry = getErrorEntry(ec); in getErrorName()
134 const CoreException* entry = getErrorEntry(ec); in getErrorMessage()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
DAbstractControlActionsManager.java23 import org.eclipse.core.runtime.CoreException;
134 public EvaluationResult evaluate(IEvaluationContext context) throws CoreException { in activateHandlers()