Home
last modified time | relevance | path

Searched refs:V8HiddenPropertyName (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DCustomElementConstructorBuilder.cpp194V8HiddenPropertyName::setNamedHiddenReference(m_constructor, "customElementDocument", toV8(documen… in createConstructor()
195V8HiddenPropertyName::setNamedHiddenReference(m_constructor, "customElementNamespaceURI", v8String… in createConstructor()
196 V8HiddenPropertyName::setNamedHiddenReference(m_constructor, "customElementTagName", v8TagName); in createConstructor()
197 V8HiddenPropertyName::setNamedHiddenReference(m_constructor, "customElementType", v8Type); in createConstructor()
210V8HiddenPropertyName::setNamedHiddenReference(m_prototype, "customElementIsInterfacePrototypeObjec… in createConstructor()
218 …if (m_prototype->InternalFieldCount() || !m_prototype->GetHiddenValue(V8HiddenPropertyName::custom… in prototypeIsValid()
273 …Document* document = V8Document::toNative(info.Callee()->GetHiddenValue(V8HiddenPropertyName::cust… in constructCustomElement()
274 …D(V8StringResource<>, namespaceURI, info.Callee()->GetHiddenValue(V8HiddenPropertyName::customElem… in constructCustomElement()
275 …E_VOID(V8StringResource<>, tagName, info.Callee()->GetHiddenValue(V8HiddenPropertyName::customElem… in constructCustomElement()
276 …v8::Handle<v8::Value> maybeType = info.Callee()->GetHiddenValue(V8HiddenPropertyName::customElemen… in constructCustomElement()
DV8HiddenPropertyName.cpp47 v8::Handle<v8::String> V8HiddenPropertyName::name(v8::Isolate* isolate) \
49V8HiddenPropertyName* hiddenPropertyName = V8PerIsolateData::from(isolate)->hiddenPropertyName(); \
67 void V8HiddenPropertyName::setNamedHiddenReference(v8::Handle<v8::Object> parent, const char* name,… in setNamedHiddenReference()
73 void V8HiddenPropertyName::createString(const char* key, v8::Persistent<v8::String>* handle, v8::Is… in createString()
DV8HiddenPropertyName.h65 class V8HiddenPropertyName {
67 V8HiddenPropertyName() { } in V8HiddenPropertyName() function
DV8PerIsolateData.h44 class V8HiddenPropertyName; variable
95 V8HiddenPropertyName* hiddenPropertyName() { return m_hiddenPropertyName.get(); } in hiddenPropertyName()
163 OwnPtr<V8HiddenPropertyName> m_hiddenPropertyName;
DScriptState.cpp75 …v8::Local<v8::Value> scriptStateWrapper = innerGlobal->GetHiddenValue(V8HiddenPropertyName::script… in forContext()
80 …innerGlobal->SetHiddenValue(V8HiddenPropertyName::scriptState(context->GetIsolate()), v8::External… in forContext()
DV8EventListenerList.h86 …return isAttribute ? V8HiddenPropertyName::attributeListener(isolate) : V8HiddenPropertyName::list… in getHiddenProperty()
DV8ErrorHandler.cpp69 …v8::Local<v8::Value> error = jsEvent->ToObject()->GetHiddenValue(V8HiddenPropertyName::error(isola… in callListenerFunction()
90 …v8::Local<v8::Object>::Cast(wrappedEvent)->SetHiddenValue(V8HiddenPropertyName::error(isolate), da… in storeExceptionOnErrorEventWrapper()
DV8LazyEventListener.cpp108 …v8SetReturnValue(info, info.Holder()->GetHiddenValue(V8HiddenPropertyName::toStringString(info.Get… in V8LazyEventListenerToString()
214 …wrappedFunction->SetHiddenValue(V8HiddenPropertyName::toStringString(isolate), v8String(isolate, t… in prepareListenerObject()
DV8MutationCallback.cpp45 owner->SetHiddenValue(V8HiddenPropertyName::callback(m_isolate), callback); in V8MutationCallback()
DV8CustomElementLifecycleCallbacks.cpp58 … ASSERT(prototype->GetHiddenValue(V8HiddenPropertyName::customElement##Name(isolate)).IsEmpty()); \ in create()
60 prototype->SetHiddenValue(V8HiddenPropertyName::customElement##Name(isolate), Value); in create()
DV8NodeFilterCondition.cpp47 owner->SetHiddenValue(V8HiddenPropertyName::condition(isolate), filter); in V8NodeFilterCondition()
DV8AbstractEventListener.cpp113 v8::Handle<v8::String> eventSymbol = V8HiddenPropertyName::event(v8Context->GetIsolate()); in invokeEventHandler()
DV8PerIsolateData.cpp43 , m_hiddenPropertyName(adoptPtr(new V8HiddenPropertyName())) in V8PerIsolateData()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8PopStateEventCustom.cpp45 popStateEvent->SetHiddenValue(V8HiddenPropertyName::state(isolate), state); in cacheState()
51 …v8::Handle<v8::Value> result = info.Holder()->GetHiddenValue(V8HiddenPropertyName::state(info.GetI… in stateAttributeGetterCustom()
64 …te = getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenPropertyName::state(info… in stateAttributeGetterCustom()
87 result = v8History->GetHiddenValue(V8HiddenPropertyName::state(info.GetIsolate())); in stateAttributeGetterCustom()
94 v8History->SetHiddenValue(V8HiddenPropertyName::state(info.GetIsolate()), result); in stateAttributeGetterCustom()
DV8CustomEventCustom.cpp48 customEvent->SetHiddenValue(V8HiddenPropertyName::detail(isolate), detail); in cacheState()
57 …v8::Handle<v8::Value> result = info.Holder()->GetHiddenValue(V8HiddenPropertyName::detail(info.Get… in detailAttributeGetterCustom()
67 …il = getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenPropertyName::detail(inf… in detailAttributeGetterCustom()
94 info.Holder()->SetHiddenValue(V8HiddenPropertyName::detail(info.GetIsolate()), detailsArg); in initCustomEventMethodCustom()
DV8HistoryCustom.cpp48 …v8::Handle<v8::Value> value = info.Holder()->GetHiddenValue(V8HiddenPropertyName::state(info.GetIs… in stateAttributeGetterCustom()
57 info.Holder()->SetHiddenValue(V8HiddenPropertyName::state(info.GetIsolate()), value); in stateAttributeGetterCustom()
75 info.Holder()->DeleteHiddenValue(V8HiddenPropertyName::state(info.GetIsolate())); in pushStateMethodCustom()
92 info.Holder()->DeleteHiddenValue(V8HiddenPropertyName::state(info.GetIsolate())); in replaceStateMethodCustom()
DV8MessageChannelCustom.cpp55V8HiddenPropertyName::setNamedHiddenReference(wrapper, "port1", toV8(obj->port1(), info.Holder(), … in constructorCustom()
56V8HiddenPropertyName::setNamedHiddenReference(wrapper, "port2", toV8(obj->port2(), info.Holder(), … in constructorCustom()
DV8MessageEventCustom.cpp52 result = info.Holder()->GetHiddenValue(V8HiddenPropertyName::data(info.GetIsolate())); in dataAttributeGetterCustom()
57 …ta = getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenPropertyName::data(info.… in dataAttributeGetterCustom()
128 info.Holder()->SetHiddenValue(V8HiddenPropertyName::data(info.GetIsolate()), dataArg); in initMessageEventMethodCustom()
DV8ErrorEventCustom.cpp49 …v8::Handle<v8::Value> error = info.Holder()->GetHiddenValue(V8HiddenPropertyName::error(info.GetIs… in errorAttributeGetterCustom()
DV8MIDIOutputCustom.cpp47V8HiddenPropertyName::setNamedHiddenReference(wrapper, "access", toV8(output->midiAccess(), creati… in wrap()
DV8MIDIInputCustom.cpp47V8HiddenPropertyName::setNamedHiddenReference(wrapper, "access", toV8(input->midiAccess(), creatio… in wrap()
DV8WindowCustom.cpp170 v8::Handle<v8::String> eventSymbol = V8HiddenPropertyName::event(info.GetIsolate()); in eventAttributeGetterCustom()
195 v8::Handle<v8::String> eventSymbol = V8HiddenPropertyName::event(info.GetIsolate()); in eventAttributeSetterCustom()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfaceEventConstructor.cpp152V8HiddenPropertyName::setNamedHiddenReference(info.Holder(), "initializedByEventConstructorReadonl… in initializedByEventConstructorReadonlyUint8ArrayAttributeAttributeGetter()
172V8HiddenPropertyName::setNamedHiddenReference(info.Holder(), "initializedByEventConstructorReadonl… in initializedByEventConstructorReadonlyTestInterfaceEmptyAttributeAttributeGetter()
258 …info.Holder()->SetHiddenValue(V8HiddenPropertyName::initializedByEventConstructorReadonlyAnyAttrib… in constructor()
/external/chromium_org/third_party/WebKit/Source/bindings/
Dbindings.gypi108 'v8/V8HiddenPropertyName.cpp',
109 'v8/V8HiddenPropertyName.h',
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dattributes.cpp73 V8HiddenPropertyName::setNamedHiddenReference(info.Holder(), "{{attribute.name}}", wrapper);

12