Searched refs:firstFrame (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.cpp | 359 bool DOMWindow::allowPopUp(Frame* firstFrame) in allowPopUp() argument 361 ASSERT(firstFrame); in allowPopUp() 366 Settings* settings = firstFrame->settings(); in allowPopUp() 1694 Frame* firstFrame = firstWindow->frame(); in setLocation() local 1695 if (!firstFrame) in setLocation() 1698 KURL completedURL = firstFrame->document()->completeURL(urlString); in setLocation() 1766 …DOMWindow* activeWindow, Frame* firstFrame, Frame* openerFrame, PrepareDialogFunction function, vo… in createWindow() argument 1771 String referrer = firstFrame->loader()->outgoingReferrer(); in createWindow() 1773 …KURL completedURL = urlString.isEmpty() ? KURL(ParsedURLString, "") : firstFrame->document()->comp… in createWindow() 1775 FrameLoader::addHTTPOriginIfNeeded(request, firstFrame->loader()->outgoingOrigin()); in createWindow() [all …]
|
D | DOMWindow.h | 113 static bool allowPopUp(Frame* firstFrame); 448 DOMWindow* activeWindow, Frame* firstFrame, Frame* openerFrame,
|
/external/webkit/Source/WebCore/bindings/generic/ |
D | GenericBinding.h | 58 Frame* frame = state->firstFrame(); in completeURL()
|
D | BindingSecurity.h | 122 Frame* frame = state->firstFrame(); in allowPopUp()
|
/external/webkit/Source/WebCore/bindings/v8/specialization/ |
D | V8BindingState.h | 56 Frame* firstFrame();
|
D | V8BindingState.cpp | 77 Frame* State<V8Binding>::firstFrame() in firstFrame() function in WebCore::State
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Analyzer.java | 140 frames[iter.lookAhead()] = firstFrame(method, maxLocals, maxStack); in analyze() 233 private Frame firstFrame(MethodInfo method, int maxLocals, int maxStack) { in firstFrame() method in Analyzer
|
/external/webkit/Source/WebKit/qt/tests/qwebelement/ |
D | tst_qwebelement.cpp | 442 QWebFrame* firstFrame = m_mainFrame->childFrames().at(0); in frame() local 445 QCOMPARE(firstFrame->toPlainText(), QString("frame1")); in frame() 448 QWebElement firstPara = firstFrame->documentElement().findAll("p").at(0); in frame() 451 QVERIFY(firstPara.webFrame() == firstFrame); in frame()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 38258 (WebCore::::firstFrame): 38269 (WebCore::::firstFrame): 43251 (WebCore::DOMWindow::allowPopUp): Renamed argument from activeFrame to firstFrame, 44833 firstFrame, rather than the older lexicalFrame and dynamicFrame. Removed most 45913 firstFrame, rather than the older lexicalFrame and dynamicFrame. Removed most
|