Home
last modified time | relevance | path

Searched refs:toFrameIfNotDetached (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DPageScriptDebugServer.cpp74 return toFrameIfNotDetached(context); in retrieveFrameWithGlobalObjectCheck()
DV8Binding.cpp779 LocalFrame* toFrameIfNotDetached(v8::Handle<v8::Context> context) in toFrameIfNotDetached() function
810 LocalFrame* attachedFrame = toFrameIfNotDetached(context); in toV8Context()
DV8Binding.h914 LocalFrame* toFrameIfNotDetached(v8::Handle<v8::Context>);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestObject.cpp4754 …if (!V8TestObject::PrivateScript::readonlyShortAttributeAttributeGetter(toFrameIfNotDetached(info.… in readonlyShortAttributeAttributeGetter()
4771 …if (!V8TestObject::PrivateScript::shortAttributeAttributeGetter(toFrameIfNotDetached(info.GetIsola… in shortAttributeAttributeGetter()
4789 …V8TestObject::PrivateScript::shortAttributeAttributeSetter(toFrameIfNotDetached(info.GetIsolate()-… in shortAttributeAttributeSetter()
4804 …if (!V8TestObject::PrivateScript::stringAttributeAttributeGetter(toFrameIfNotDetached(info.GetIsol… in stringAttributeAttributeGetter()
4821 …V8TestObject::PrivateScript::stringAttributeAttributeSetter(toFrameIfNotDetached(info.GetIsolate()… in stringAttributeAttributeSetter()
4836 …if (!V8TestObject::PrivateScript::nodeAttributeAttributeGetter(toFrameIfNotDetached(info.GetIsolat… in nodeAttributeAttributeGetter()
4853 …V8TestObject::PrivateScript::nodeAttributeAttributeSetter(toFrameIfNotDetached(info.GetIsolate()->… in nodeAttributeAttributeSetter()
4897 …if (!V8TestObject::PrivateScript::enumForPrivateScriptAttributeGetter(toFrameIfNotDetached(info.Ge… in enumForPrivateScriptAttributeGetter()
4917 …V8TestObject::PrivateScript::enumForPrivateScriptAttributeSetter(toFrameIfNotDetached(info.GetIsol… in enumForPrivateScriptAttributeSetter()
9845 …V8TestObject::PrivateScript::voidMethodImplementedInPrivateScriptMethod(toFrameIfNotDetached(info.… in voidMethodImplementedInPrivateScriptMethod()
[all …]
DV8TestInterface.cpp812 …if (!V8TestInterface::PrivateScript::stringAttributeAttributeGetter(toFrameIfNotDetached(info.GetI… in stringAttributeAttributeGetter()
833 …V8TestInterface::PrivateScript::stringAttributeAttributeSetter(toFrameIfNotDetached(info.GetIsolat… in stringAttributeAttributeSetter()
1432 …ipt::shortMethodWithShortArgumentImplementedInPrivateScriptMethod(toFrameIfNotDetached(info.GetIso… in shortMethodWithShortArgumentImplementedInPrivateScriptMethod()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp481 return WebLocalFrameImpl::fromFrame(toFrameIfNotDetached(context)); in frameForContext()