HomeSort by relevance Sort by last modified time
    Searched refs:ConstructionContext (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionState.h 48 ConstructionContext,
78 , m_isolate(isolate) { ASSERT(m_context == ConstructionContext); }
ExceptionState.cpp 116 } else if (!propertyName() && interfaceName() && m_context == ConstructionContext) {
CustomElementConstructorBuilder.cpp 279 ExceptionState exceptionState(ExceptionState::ConstructionContext, "CustomElement", info.Holder(), info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8BlobCustom.cpp 42 ExceptionState exceptionState(ExceptionState::ConstructionContext, "Blob", info.Holder(), info.GetIsolate());
V8MutationObserverCustom.cpp 46 ExceptionState exceptionState(ExceptionState::ConstructionContext, "MutationObserver", info.Holder(), info.GetIsolate());
V8TextTrackCueCustom.cpp 50 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TextTrackCue", info.Holder(), info.GetIsolate());
V8FileCustom.cpp 43 ExceptionState exceptionState(ExceptionState::ConstructionContext, "File", info.Holder(), info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceConstructor.cpp 77 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate());
91 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate());
V8TestNamedConstructor.cpp 95 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestNamedConstructor", info.Holder(), info.GetIsolate());
V8TestInterfaceConstructor2.cpp 111 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor2", info.Holder(), info.GetIsolate());
V8TestOverloadedConstructors.cpp 133 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestOverloadedConstructors", info.Holder(), info.GetIsolate());
V8TestInterfaceEventConstructor.cpp 240 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceEventConstructor", info.Holder(), info.GetIsolate());
V8TestInterface.cpp 684 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterface", info.Holder(), info.GetIsolate());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm     [all...]

Completed in 2885 milliseconds