• Home
  • Raw
  • Download

Lines Matching refs:Frame

149 WebFrame* kit(Frame* frame)  in kit()
160 Frame* core(WebFrame* webFrame) in core()
168 Frame* core(const WebFrame* webFrame) in core()
241 Frame* frame;
280 if (Frame* frame = core(this)) in setAllowsScrolling()
291 if (Frame* frame = core(this)) in allowsScrolling()
301 if (Frame* frame = core(this)) { in setIsDisconnected()
312 if (Frame* frame = core(this)) { in setExcludeFromTextSearch()
322 Frame* coreFrame = core(this); in reloadFromOrigin()
334 Frame* coreFrame = core(this); in paintDocumentRectToContext()
367 Frame* coreFrame = core(this); in paintScrollViewRectToContextAtPoint()
438 Frame* coreFrame = core(this); in name()
474 if (Frame* coreFrame = core(this)) in DOMDocument()
488 Frame* coreFrame = core(this); in frameElement()
509 if (Frame* coreFrame = core(this)) { in currentForm()
519 Frame* coreFrame = core(this); in globalContext()
528 Frame* coreFrame = core(this); in globalContextForScriptWorld()
548 Frame* coreFrame = core(this); in loadRequest()
575 if (Frame* coreFrame = core(this)) in loadData()
661 Frame* coreFrame = core(this); in dataSource()
685 Frame* coreFrame = core(this); in provisionalDataSource()
701 Frame* coreFrame = core(this); in url()
710 if (Frame* coreFrame = core(this)) in stopLoading()
717 Frame* coreFrame = core(this); in reload()
736 Frame* coreFrame = core(this); in findFrameNamed()
740 Frame* foundFrame = coreFrame->tree()->find(AtomicString(name, SysStringLen(name))); in findFrameNamed()
756 if (Frame* coreFrame = core(this)) in parentFrame()
766 …EnumChildFrames(Frame* f) : m_refCount(1), m_frame(f), m_curChild(f ? f->tree()->firstChild() : 0)… in EnumChildFrames()
844 Frame* m_frame;
845 Frame* m_curChild;
865 Frame* coreFrame = core(this); in renderTreeAsExternalRepresentation()
879 Frame* coreFrame = core(this); in counterValueForElementById()
901 Frame* coreFrame = core(this); in pageNumberForElementById()
922 Frame* coreFrame = core(this); in numberOfPages()
938 Frame* coreFrame = core(this); in scrollOffset()
952 Frame* coreFrame = core(this); in layout()
974 Frame* coreFrame = core(this); in firstLayoutDone()
992 Frame* coreFrame = core(this); in loadType()
1010 Frame* coreFrame = core(this); in pendingFrameUnloadEventCount()
1028 Frame* coreFrame = core(this); in hasSpellingMarker()
1038 if (Frame* coreFrame = core(this)) in clearOpener()
1058 Frame* coreFrame = core(this); in selectedString()
1070 Frame* coreFrame = core(this); in selectAll()
1087 PassRefPtr<Frame> WebFrame::init(IWebView* webView, Page* page, HTMLFrameOwnerElement* ownerElement) in init()
1096 RefPtr<Frame> frame = Frame::create(page, ownerElement, this); in init()
1101 Frame* WebFrame::impl() in impl()
1108 Frame* coreFrame = core(this); in invalidate()
1124 Frame* coreFrame = core(this); in inViewSourceMode()
1134 Frame* coreFrame = core(this); in setInViewSourceMode()
1204 Frame* frame = core(this); in pauseAnimation()
1227 Frame* frame = core(this); in pauseTransition()
1250 Frame* frame = core(this); in pauseSVGAnimation()
1277 Frame* frame = core(this); in visibleContentRect()
1296 Frame* frame = core(this); in numberOfActiveAnimations()
1310 Frame* frame = core(this); in suspendAnimations()
1320 Frame* frame = core(this); in resumeAnimations()
1335 Frame* frame = core(this); in isDisplayingStandaloneImage()
1351 Frame* frame = core(this); in allowsFollowingLink()
1412 Frame* coreFrame = core(this); in searchForLabelsBeforeElement()
1452 Frame* coreFrame = core(this); in matchLabelsAgainstElement()
1500 Frame* frame = core(this); in layerTreeAsText()
1555 Frame* coreFrame = core(this); in dispatchWillSubmitForm()
1741 Frame* coreFrame = core(this); in setUpPolicyListener()
1760 Frame* coreFrame = core(this); in receivedPolicyDecision()
1768 Frame* coreFrame = core(this); in dispatchDecidePolicyForResponse()
1785 Frame* coreFrame = core(this); in dispatchDecidePolicyForNewWindowAction()
1803 Frame* coreFrame = core(this); in dispatchDecidePolicyForNavigationAction()
1914 Frame* coreFrame = core(this); in dispatchDidClearWindowObjectInWorld()
1979 Frame* coreFrame = core(this); in setPrinting()
1981 …minPageHeight), maxPageWidth / minPageWidth, adjustViewSize ? Frame::AdjustViewSize : Frame::DoNot… in setPrinting()
1991 Frame* coreFrame = core(this); in setInPrintingMode()
2067 Frame* coreFrame = core(this); in computePageRects()
2106 Frame* coreFrame = core(this); in getPrintedPageCount()
2135 Frame* coreFrame = core(this); in spoolPage()
2232 Frame* coreFrame = core(this); in spoolPage()
2367 Frame* coreFrame = core(this); in spoolPages()
2413 Frame* coreFrame = core(this); in isFrameSet()
2426 Frame* coreFrame = core(this); in string()
2443 Frame* coreFrame = core(this); in size()
2461 Frame* coreFrame = core(this); in hasScrollBars()
2482 Frame* coreFrame = core(this); in contentBounds()
2502 Frame* coreFrame = core(this); in frameBounds()
2524 Frame* coreFrame = core(this); in isDescendantOfFrame()
2546 Frame* coreFrame = core(this); in stringByEvaluatingJavaScriptInScriptWorld()
2558 Frame* frame = anyWorldGlobalObject->impl()->frame(); in stringByEvaluatingJavaScriptInScriptWorld()
2580 Frame* coreFrame = core(this); in unmarkAllMisspellings()
2581 for (Frame* frame = coreFrame; frame; frame = frame->tree()->traverseNext(coreFrame)) { in unmarkAllMisspellings()
2592 Frame* coreFrame = core(this); in unmarkAllBadGrammar()
2593 for (Frame* frame = coreFrame; frame; frame = frame->tree()->traverseNext(coreFrame)) { in unmarkAllBadGrammar()
2614 Frame* coreFrame = core(this); in accessible()
2633 Frame* coreFrame = core(this); in updateBackground()