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

/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h280 bool initialize{{cpp_class}}({{cpp_class}}Init&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info, 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);
61 ExceptionState(Context context, const char* propertyName, const char* interfaceName, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) function in class:WebCore::ExceptionState
69 ExceptionState(Context context, const char* interfaceName, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) function in class:WebCore::ExceptionState
123 class NonThrowableExceptionState FINAL : public ExceptionState {
125 NonThrowableExceptionState(): ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::Object>(), v8::Isolate::GetCurrent()) { }
132 class TrackExceptionState FINAL : public ExceptionState {
134 TrackExceptionState(): ExceptionState(ExceptionState
[all...]

Completed in 119 milliseconds