Searched refs:originBoundsInRootView (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DMockPagePopupDriver.cpp44 static PassRefPtr<MockPagePopup> create(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
50 MockPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
59 inline MockPagePopup::MockPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame) argument
69 m_iframe->setInlineStyleProperty(CSSPropertyLeft, originBoundsInRootView.x(), CSSPrimitiveValue::CSS_PX, true);
70 m_iframe->setInlineStyleProperty(CSSPropertyTop, originBoundsInRootView.maxY(), CSSPrimitiveValue::CSS_PX, true);
87 PassRefPtr<MockPagePopup> MockPagePopup::create(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame) argument
89 return adoptRef(new MockPagePopup(client, originBoundsInRootView, mainFrame));
128 PagePopup* MockPagePopupDriver::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView) argument
135 m_mockPagePopup = MockPagePopup::create(client, originBoundsInRootView, m_mainFrame);
H A DMockPagePopupDriver.h52 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPagePopupDriver.h37 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPagePopupImpl.h61 bool initialize(WebViewImpl*, PagePopupClient*, const IntRect& originBoundsInRootView);
H A DChromeClientImpl.cpp737 PagePopup* ChromeClientImpl::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView) argument
740 return m_pagePopupDriver->openPagePopup(client, originBoundsInRootView);
H A DWebViewImpl.h412 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
H A DWebViewImpl.cpp1571 PagePopup* WebViewImpl::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView) argument
1581 if (!m_pagePopup->initialize(this, client, originBoundsInRootView)) {

Completed in 493 milliseconds