Searched defs:MockPagePopup (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DMockPagePopupDriver.cpp42 class MockPagePopup : public PagePopup, public RefCounted<MockPagePopup> { class in namespace:blink
44 static PassRefPtr<MockPagePopup> create(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
45 virtual ~MockPagePopup();
50 MockPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
51 void close(Timer<MockPagePopup>*);
56 Timer<MockPagePopup> m_closeTimer;
59 inline MockPagePopup::MockPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame) function in class:blink::MockPagePopup
61 , m_closeTimer(this, &MockPagePopup
[all...]

Completed in 92 milliseconds