frameElement 197 Source/bindings/v8/custom/V8WindowCustom.cpp if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), impl->frameElement(), exceptionState)) { frameElement 205 Source/bindings/v8/custom/V8WindowCustom.cpp v8::Handle<v8::Value> creationContext = toV8(&impl->frameElement()->document(), v8::Handle<v8::Object>(), info.GetIsolate()); frameElement 207 Source/bindings/v8/custom/V8WindowCustom.cpp v8::Handle<v8::Value> wrapper = toV8(impl->frameElement(), v8::Handle<v8::Object>::Cast(creationContext), info.GetIsolate()); frameElement 147 Source/core/frame/DOMWindow.h Element* frameElement() const; frameElement 217 Source/core/html/HTMLFrameSetElement.cpp Element* frameElement = children()->namedItem(name); frameElement 218 Source/core/html/HTMLFrameSetElement.cpp if (!isHTMLFrameElement(frameElement)) frameElement 220 Source/core/html/HTMLFrameSetElement.cpp Document* document = toHTMLFrameElement(frameElement)->contentDocument(); frameElement 830 Source/core/page/FocusController.cpp if (HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate)) { frameElement 834 Source/core/page/FocusController.cpp ASSERT(frameElement->contentFrame()); frameElement 845 Source/core/page/FocusController.cpp frameElement->contentFrame()->document()->updateLayoutIgnorePendingStylesheets(); frameElement 846 Source/core/page/FocusController.cpp if (!advanceFocusDirectionallyInContainer(frameElement->contentFrame()->document(), rect, type)) {