Searched defs:ExceptionState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h254 bool initialize{{cpp_class}}({{cpp_class}}Init&, const Dictionary&, ExceptionState&, const String& = ""); variable
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DExceptionState.h44 class ExceptionState { class in namespace:WebCore
45 WTF_MAKE_NONCOPYABLE(ExceptionState);
56 explicit ExceptionState(const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) function in class:WebCore::ExceptionState
64 ExceptionState(Context context, const char* propertyName, const char* interfaceName, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) function in class:WebCore::ExceptionState
72 ExceptionState(Context context, const char* interfaceName, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) function in class:WebCore::ExceptionState
125 class TrackExceptionState : public ExceptionState {
127 TrackExceptionState(): ExceptionState(v8::Handle<v8::Object>(), 0) { }

Completed in 144 milliseconds