HomeSort by relevance Sort by last modified time
    Searched refs:MockPagePopup (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp 42 class MockPagePopup : public PagePopup, public RefCounted<MockPagePopup> {
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>*);
55 Timer<MockPagePopup> m_closeTimer;
58 inline MockPagePopup::MockPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame)
60 , m_closeTimer(this, &MockPagePopup::close
    [all...]
MockPagePopupDriver.h 38 class MockPagePopup;
55 RefPtr<MockPagePopup> m_mockPagePopup;

Completed in 553 milliseconds